Class IMetricsExporter
- Namespace
 - Steeltoe.Management.OpenTelemetry.Exporters
 
- Assembly
 - Steeltoe.Management.OpenTelemetryBase.dll
 
public abstract class IMetricsExporter : BaseExporter<Metric>, IDisposable, IPullMetricExporter
  - Inheritance
 - 
      
      BaseExporter<Metric>IMetricsExporter
 
- Implements
 - 
      
      IPullMetricExporter
 
- Derived
 
- Inherited Members
 - 
    BaseExporter<Metric>.Export(in Batch<Metric>)BaseExporter<Metric>.Dispose()BaseExporter<Metric>.ParentProvider
 
Properties
Collect
Gets or sets the Collect delegate.
public abstract Func<int, bool> Collect { get; set; }