OpenTelemetry.Metrics.IPullMetricExporter
Describes a type of BaseExporter<T> which supports Pull.
namespace OpenTelemetry.Metrics
{
public interface IPullMetricExporter
{
Func<int, bool> Collect { get; set; }
}
}