Class SteeltoePrometheusExporter
- Namespace
- Steeltoe.Management.OpenTelemetry.Exporters
- Assembly
- Steeltoe.Management.OpenTelemetryBase.dll
public class SteeltoePrometheusExporter : IMetricsExporter, IDisposable, IPullMetricExporter
- Inheritance
-
BaseExporter<Metric>SteeltoePrometheusExporter
- Implements
-
IPullMetricExporter
- Inherited Members
-
BaseExporter<Metric>.Dispose()BaseExporter<Metric>.ParentProvider
Properties
Collect
public override Func<int, bool> Collect { get; set; }
Property Value
Methods
Export(in Batch<Metric>)
Exports a batch of telemetry objects.
public override ExportResult Export(in Batch<Metric> batch)
Parameters
batch
Batch<Metric>Batch of telemetry objects to export.
Returns
- ExportResult
Result of the export operation.