Get API in counters #3577
Unanswered
amiraskarieh
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The Metrics API doesn’t provide a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I want to use your library for my project.
But i want to use get api for our counters.
For example if the counter was set to 3. Now it is 5. But i do not know how much should I increase. I just know it should be set to 5. If I have a get api i can find that previous value was 3 and know I should increase it by 2.
But I can not find any get Api in opentelemetry-cpp.
If there is a solution for my problem help me. (Maybe using other counters or ...)
Note that I do not want to use gauge because it use abi version 2 (experimental)
Beta Was this translation helpful? Give feedback.
All reactions