Class WavefrontMetricsExporter
Inheritance
System.Object
WavefrontMetricsExporter
Assembly: Steeltoe.Management.OpenTelemetryBase.dll
Syntax
public class WavefrontMetricsExporter : BaseExporter<Metric>
Constructors
|
Edit this page
View Source
WavefrontMetricsExporter(IWavefrontExporterOptions, ILogger<WavefrontMetricsExporter>)
Declaration
public WavefrontMetricsExporter(IWavefrontExporterOptions options, ILogger<WavefrontMetricsExporter> logger)
Parameters
Methods
|
Edit this page
View Source
Export(in Batch<Metric>)
Declaration
public override ExportResult Export(in Batch<Metric> batch)
Parameters
Type |
Name |
Description |
Batch<Metric> |
batch |
|
Returns
Type |
Description |
ExportResult |
|