OpenTelemetry-dotnet: Facing Duplicate Data Issues with UpDownCounters and ObservableGauges #5753
-
Beta Was this translation helpful? Give feedback.
Answered by
cijothomas
Jul 17, 2024
Replies: 2 comments 5 replies
-
I am not sure what does this mean. What is the connection between Temporality and data duplication? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you elaborate on what is "duplicate" data here? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for clarifying what you meant by "duplicate". What you see is expected behavior. For UpDownCounters, there is no true delta support today. Even when you specify delta, UpDownCounters still take Cumulative only, and hence they are reported with each export!
(it is possible to new provide a feature to control temporality more precisely. please open a feature request as a Github issue, stating you need support for true Delta UpDownCounters.)