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

Implement MetricReader #2590

Closed
Tracked by #2574
dyladan opened this issue Nov 3, 2021 · 2 comments · Fixed by #2681
Closed
Tracked by #2574

Implement MetricReader #2590

dyladan opened this issue Nov 3, 2021 · 2 comments · Fixed by #2681
Assignees

Comments

@dyladan
Copy link
Member

dyladan commented Nov 3, 2021

The MetricReader handles collecting metrics from all SDK instruments. It also handles shutdown and forceflush signals from the SDK.

Methods:

  • Collect
  • Shutdown

Required metric readers:

  • Periodic exporting metric reader
    • Collects metrics on a time interval and passes them to a push metric exporter
    • Configurations
      • exporter
      • export interval (ms)
      • export timeout (ms)
@dyladan dyladan added feature-request up-for-grabs Good for taking. Extra help will be provided by maintainers labels Nov 3, 2021
@pichlermarc
Copy link
Member

I'd be happy to pick this one up if no one is working on it already.

@legendecas
Copy link
Member

@pichlermarc Please go ahead! Also please take a look at the design doc of the SDK internals https://docs.google.com/document/d/1EluDhj5UanNATS3hR8xx30sv55Se7uYjsGYslvNWHtc/edit# and feel free to comment if you have any questions or ideas.

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

Successfully merging a pull request may close this issue.

3 participants