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: Implement Periodic exporting MetricReader #1285

Closed
lalitb opened this issue Mar 24, 2022 · 0 comments · Fixed by #1286
Closed

Metrics SDK: Implement Periodic exporting MetricReader #1285

lalitb opened this issue Mar 24, 2022 · 0 comments · Fixed by #1286
Assignees

Comments

@lalitb
Copy link
Member

lalitb commented Mar 24, 2022

As specified in specs: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#periodic-exporting-metricreader

  • This is an implementation of the MetricReader which collects metrics based on a user-configurable time interval, and passes it to the exporter
  • Configurable parameters:
    • exportIntervalMillis
    • exportTimeoutMillis
@lalitb lalitb added this to the Metrics SDK prototype milestone Mar 24, 2022
@lalitb lalitb self-assigned this Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant