-
Notifications
You must be signed in to change notification settings - Fork 656
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
Update instruments to v0.4.0 spec #711
Comments
I can take this (after trace exporter is done) |
I can work with you on this if you really want to take it. @AndrewAXue |
I was talking to my team and we decided that building the metrics exporter is higher priority at the time for me (its blocking the other intern's work) so I'm gonna do that first. I'd be happy to work with you on this afterwards (if its not done yet) :) |
I'll take this issue and create sub-issues to divide up the work :) |
@lzchen any preference for one of these instruments I can get started on? |
No preference. |
See also open-telemetry/opentelemetry-go#729.
The v0.4.0 Metric API defines six named metric instruments that replace
Measure
,Counter
, andObserver
. Update our API to match the spec.The text was updated successfully, but these errors were encountered: