Table of Contents

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

string

Properties

ApiToken

public string ApiToken { get; set; }

Property Value

string

ApplicationOptions

public WavefrontApplicationOptions ApplicationOptions { get; }

Property Value

WavefrontApplicationOptions

BatchSize

public int BatchSize { get; set; }

Property Value

int

Cluster

public string Cluster { get; set; }

Property Value

string

MaxQueueSize

public int MaxQueueSize { get; set; }

Property Value

int

Name

public string Name { get; }

Property Value

string

Service

public string Service { get; }

Property Value

string

Source

public string Source { get; }

Property Value

string

Step

public int Step { get; set; }

Property Value

int

Uri

public string Uri { get; set; }

Property Value

string