Class WavefrontTraceExporter
Exporter to send spans and traces to Wavefront from OpenTelemetry
Inheritance
System.Object
WavefrontTraceExporter
Namespace: Steeltoe.Management.OpenTelemetry.Exporters
Assembly: Steeltoe.Management.OpenTelemetryBase.dll
Syntax
public class WavefrontTraceExporter : BaseExporter<Activity>
Constructors
| Edit this page View SourceWavefrontTraceExporter(IWavefrontExporterOptions, ILogger<WavefrontTraceExporter>)
Declaration
public WavefrontTraceExporter(IWavefrontExporterOptions options, ILogger<WavefrontTraceExporter> logger)
Parameters
Type | Name | Description |
---|---|---|
IWavefrontExporterOptions | options | |
ILogger<WavefrontTraceExporter> | logger |
Methods
| Edit this page View SourceExport(in Batch<Activity>)
Declaration
public override ExportResult Export(in Batch<Activity> batch)
Parameters
Type | Name | Description |
---|---|---|
Batch<Activity> | batch |
Returns
Type | Description |
---|---|
ExportResult |