OpenTelemetry.Metrics.IPullMetricExporter public interface IPullMetricExporter Describes a type of BaseExporter<T> which supports Pull. Documentation Code Func<int, bool> Collect { get; set; } Gets or sets the Collect delegate.