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 API/SDK] Support registering multiple async callbacks to one single async instrument. #1338

Closed
lalitb opened this issue Apr 19, 2022 · 0 comments · Fixed by #1495
Closed
Assignees
Labels

Comments

@lalitb
Copy link
Member

lalitb commented Apr 19, 2022

Support for specs changes introduced in open-telemetry/opentelemetry-specification#2361 and open-telemetry/opentelemetry-specification#2363

  • Add support for registering multiple async callbacks to one single async instrument.
  • Every currently registered Callback associated with an instrument MUST
    be evaluated exactly once during collection prior to reading data for
    that instrument.

Depends on
#1334

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