Interface MetricExporter

All Superinterfaces:
AutoCloseable, Closeable

public interface MetricExporter extends Closeable
MetricExporter is the interface that all "push based" metric libraries should use to export metrics to the OpenTelemetry exporters.

All OpenTelemetry exporters should allow access to a MetricExporter instance.