Class WavefrontApplicationOptions
Inheritance
System.Object
WavefrontApplicationOptions
Assembly: Steeltoe.Management.OpenTelemetryBase.dll
Syntax
public class WavefrontApplicationOptions : object
Constructors
|
Edit this page
View Source
WavefrontApplicationOptions(IConfiguration)
Declaration
public WavefrontApplicationOptions(IConfiguration config)
Parameters
Type |
Name |
Description |
IConfiguration |
config |
|
Properties
|
Edit this page
View Source
Cluster
Declaration
public string Cluster { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Service
Declaration
public string Service { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Source
Declaration
public string Source { get; set; }
Property Value
Type |
Description |
System.String |
|