Class WavefrontExporterOptions
- Namespace
- Steeltoe.Management.OpenTelemetry.Exporters.Wavefront
- Assembly
- Steeltoe.Management.OpenTelemetryBase.dll
public class WavefrontExporterOptions : IWavefrontExporterOptions
- Inheritance
-
WavefrontExporterOptions
- Inherited Members
Constructors
WavefrontExporterOptions(IConfiguration)
public WavefrontExporterOptions(IConfiguration config)
Parameters
config
IConfiguration
Fields
WAVEFRONT_PREFIX
public const string WAVEFRONT_PREFIX = "management:metrics:export:wavefront"
Field Value
Properties
ApiToken
public string ApiToken { get; set; }
Property Value
ApplicationOptions
public WavefrontApplicationOptions ApplicationOptions { get; }
Property Value
BatchSize
public int BatchSize { get; set; }
Property Value
Cluster
public string Cluster { get; set; }
Property Value
MaxQueueSize
public int MaxQueueSize { get; set; }
Property Value
Name
public string Name { get; }
Property Value
Service
public string Service { get; }
Property Value
Source
public string Source { get; }
Property Value
Step
public int Step { get; set; }
Property Value
Uri
public string Uri { get; set; }