Table of Contents

Class SteeltoeExporter

Namespace
Steeltoe.Management.OpenTelemetry.Exporters
Assembly
Steeltoe.Management.OpenTelemetryBase.dll

Exporter of OpenTelemetry metrics to Steeltoe Format.

[ExportModes(ExportModes.Pull)]
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class SteeltoeExporter : IMetricsExporter, IDisposable, IPullMetricExporter
Inheritance
BaseExporter<Metric>
SteeltoeExporter
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> metrics)

Parameters

metrics Batch<Metric>

Returns

ExportResult

Result of the export operation.