-
Notifications
You must be signed in to change notification settings - Fork 234
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
TC Review Request: Go Metric API #1355
Comments
I can probably take it if it's okay to wait till mid Feb (13th-17th), please let me know if it is okay. |
Yeah, that timeline works. Thanks 👍 |
I've scanned through all the links provided in the PR description and confirmed that they are compliant to the API specification.
One minor thing I've noticed: https://github.com/open-telemetry/opentelemetry-go/blob/6cb5718eaaed5c408c3bf4ad1aecee5c20ccdaa9/trace/trace.go#L550 we seem to use |
@MrAlias I'm closing this issue as completed. |
I completely support the Go metrics API. |
Addressed by open-telemetry/opentelemetry-go#3734 |
Addressing this with open-telemetry/opentelemetry-go#3738 |
The Go SIG is looking to make a stable release of the OpenTelemetry metric API in Go. We are looking for a TC member familiar with the metric API specification to review our offering and help ensure our compliance with the specification.
We are still working to ensure the compliance of the metric SDK. Therefore, this request is only scoped to the API.
Prior work
We have conducted our own internal review of the specification here. That review identified one outstanding compliance issue remains:
However, we believe this to be an specification issue. open-telemetry/opentelemetry-specification#3171 is opened to address this at the specification level.
Inventory
We would like to evaluate the v1.12.0/v0.35.0 Release, links should be related to this tag.
MeterProvider
Meter
The text was updated successfully, but these errors were encountered: