-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Verify compliant metric SDK specification implementation: MetricProducer #3668
Comments
Requirements from reading the Metric Producer Section of the spec.
|
@MrAlias can you assign this to me? |
I didn't find any implementations of this in the in-memory state
Didn't see any
Produce() (ScopeMetrics) does not include a Resource
It does
Produce() returns []metricdata.ScopeMetrics.
Produce() returns a Go
This is up to each Producer's implementation, but for example the opencensus bridge will return successful results and an aggregated error (from
I think the only action item from this would be to clarify the intent of |
The |
@damemi do you plan to open a spec issue/PR for this? |
|
Opened open-telemetry/opentelemetry-specification#3601 for this question |
Clarified that the required |
I believe this can be closed now. |
The text was updated successfully, but these errors were encountered: