Skip to content

Metrics SDK: Add Metrics Exporter #1092

Description

@lalitb

Specs: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#metricexporter

The specification defines both push and pull metric exporters. These interfaces will need to be defined so that exporters can implement them. ( https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#interface-definition )

  • The exporters should receive a list of Metrics
  • Metric contains name, unit, description, meter information, etc, and a list of MetricPoints
  • MetricPoint contains timestamps, dimensions, value (or buckets), exemplars, etc, of collected metrics

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions