Difference between Counter and Observable Counter #2778
Unanswered
probaku1234
asked this question in
Q&A
Replies: 1 comment
-
The counter is meant to be called when something happens. For example, you may increment it each time a request comes in. The observable counter periodically observes something. For example you may once per second check the number of network packets that have been sent or received. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I'm experimenting with open telemetry in NodeJS.
What's the difference between Counter and Observable Counter?
Beta Was this translation helpful? Give feedback.
All reactions