-- | Push metric exporter interface (specification/metrics/sdk.md, MetricExporter).
module OpenTelemetry.Exporter.Metric (
  MetricExporter (..),
  module OpenTelemetry.Internal.Metric.Export,
) where

import OpenTelemetry.Internal.Metric.Export