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
Describe your environment otel-cpp: v1.12.0 Platform: macOS (but happens on others as well)
Steps to reproduce
DoubleUpDownCounter
What is the expected behavior? The counter's value is decremented by the value.
What is the actual behavior?
[Warning] File: /Users/tim/Desktop/projects/opentelemetry-cpp/sdk/src/metrics/aggregation/sum_aggregation.cc:90 DoubleSumAggregation::Aggregate Negative value ignored for Monotonic increasing measurement. Value-374.1
Additional context Attached is a patch for the metrics_simple example that exhibits the problem.
updown.patch
The text was updated successfully, but these errors were encountered:
lalitb
Successfully merging a pull request may close this issue.
Describe your environment
otel-cpp: v1.12.0
Platform: macOS (but happens on others as well)
Steps to reproduce
DoubleUpDownCounter
What is the expected behavior?
The counter's value is decremented by the value.
What is the actual behavior?
Additional context
Attached is a patch for the metrics_simple example that exhibits the problem.
updown.patch
The text was updated successfully, but these errors were encountered: