We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Discovered in #3352 (comment).
Spec: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/data-model.md#sums-1
Monotonic Sum metric points MUST have _total added as a suffix to the metric name.
Our current counter.txt testcase demonstrates that the _total suffix is not being correctly appended.
The text was updated successfully, but these errors were encountered:
dashpole
Successfully merging a pull request may close this issue.
Discovered in #3352 (comment).
Spec: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/data-model.md#sums-1
Our current counter.txt testcase demonstrates that the _total suffix is not being correctly appended.
The text was updated successfully, but these errors were encountered: