Table of Contents

Class SteeltoePrometheusExporter

Namespace
Steeltoe.Management.OpenTelemetry.Exporters
Assembly
Steeltoe.Management.OpenTelemetryBase.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class SteeltoePrometheusExporter : IMetricsExporter, IDisposable, IPullMetricExporter
Inheritance
BaseExporter<Metric>
SteeltoePrometheusExporter
Implements
IPullMetricExporter
Inherited Members
BaseExporter<Metric>.Dispose()
BaseExporter<Metric>.ParentProvider

Properties

Collect

Gets or sets the Collect delegate.

public override Func<int, bool> Collect { get; set; }

Property Value

Func<int, bool>

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.