Class WavefrontExporterOptions
Inheritance
System.Object
WavefrontExporterOptions
Assembly: Steeltoe.Management.OpenTelemetryBase.dll
Syntax
public class WavefrontExporterOptions : IWavefrontExporterOptions
Constructors
|
Edit this page
View Source
WavefrontExporterOptions(IConfiguration)
Declaration
public WavefrontExporterOptions(IConfiguration config)
Parameters
Type |
Name |
Description |
IConfiguration |
config |
|
Fields
|
Edit this page
View Source
WAVEFRONT_PREFIX
Declaration
public const string WAVEFRONT_PREFIX = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
ApiToken
Declaration
public string ApiToken { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ApplicationOptions
Declaration
public WavefrontApplicationOptions ApplicationOptions { get; }
Property Value
|
Edit this page
View Source
BatchSize
Declaration
public int BatchSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Cluster
Declaration
public string Cluster { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
MaxQueueSize
Declaration
public int MaxQueueSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Service
Declaration
public string Service { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Source
Declaration
public string Source { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Step
Declaration
public int Step { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Uri
Declaration
public string Uri { get; set; }
Property Value
Type |
Description |
System.String |
|