Closed
Description
The specification defines both push and pull metric exporters. These interfaces will need to be defined so that exporters can implement them.
Pending merge of open-telemetry/opentelemetry-specification#2106 the specification has clarified the requirements of the exporter interface:
- The exporters should receive a list of
Metrics
Metric
contains name, unit, description, meter information, etc, and a list ofMetricPoints
MetricPoint
contains timestamps, dimensions, value (or buckets), exemplars, etc, of collected metrics