-
Notifications
You must be signed in to change notification settings - Fork 796
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 Views API #2592
Comments
@legendecas I see you assigned yourself but I did a little of this already with the new SDK package frame. There is still a lot to do but I wanted to let you know. |
The feature of extra dimensions is pending removal from v1.0: open-telemetry/opentelemetry-specification#2215 |
@legendecas you've been pretty prolific in the metrics land so i wanted to ask if you were working on this or if you have a good idea of what still needs to be done here. I was going to work on this but want to make sure i'm not duplicating work. |
@dyladan I'm not currently focused on the views API. AFAICT, there are still some points left to do:
|
I'd like to help out with this one if @dyladan is okay with that. :) |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
As far as I can tell the only thing missing for this to be done is exemplar reservoir support for views. I need to do some reading before I can pick up work on this, as I am not too familiar with it yet. |
Closing because views is implemented. Exemplars pushed to after GA. Opened a new issue for that. |
Views should be configurable through a MeterProvider
https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#view
TODO: update description with requirements for views API
The text was updated successfully, but these errors were encountered: