Class IMetricsExporter
Implements
IPullMetricExporter
Namespace: Steeltoe.Management.OpenTelemetry.Exporters
Assembly: Steeltoe.Management.OpenTelemetryBase.dll
Syntax
public abstract class IMetricsExporter : BaseExporter<Metric>
Properties
| Edit this page View SourceCollect
Declaration
public abstract Func<int, bool> Collect { get; set; }
Property Value
Type | Description |
---|---|
Func<System.Int32, System.Boolean> |
Implements
IPullMetricExporter