Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metrics SDK: Add Metrics Exporter #1092

Closed
lalitb opened this issue Nov 23, 2021 · 2 comments
Closed

Metrics SDK: Add Metrics Exporter #1092

lalitb opened this issue Nov 23, 2021 · 2 comments
Assignees

Comments

@lalitb
Copy link
Member

lalitb commented Nov 23, 2021

Specs: https:/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:/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
@lalitb lalitb added this to the Metrics SDK prototype milestone Nov 23, 2021
@github-actions
Copy link

This issue was marked as stale due to lack of activity. It will be closed in 7 days if no furthur activity occurs.

@lalitb
Copy link
Member Author

lalitb commented Apr 20, 2022

#1312 closes this

@lalitb lalitb closed this as completed Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants