Class SteeltoeExporter
Exporter of OpenTelemetry metrics to Steeltoe Format.
Implements
IPullMetricExporter
Namespace: Steeltoe.Management.OpenTelemetry.Exporters
Assembly: Steeltoe.Management.OpenTelemetryBase.dll
Syntax
public class SteeltoeExporter : IMetricsExporter
Properties
| Edit this page View SourceCollect
Declaration
public override Func<int, bool> Collect { get; set; }
Property Value
Type | Description |
---|---|
Func<System.Int32, System.Boolean> |
Overrides
Methods
| Edit this page View SourceExport(in Batch<Metric>)
Declaration
public override ExportResult Export(in Batch<Metric> metrics)
Parameters
Type | Name | Description |
---|---|---|
Batch<Metric> | metrics |
Returns
Type | Description |
---|---|
ExportResult |
Implements
IPullMetricExporter