Replies: 1 comment
-
I have the same requirement just like you wrote, could you share the optimization solution here? Thanks a lot |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I use a histogram to count the time consumed by a function. After the function is called, the time consumed by this call is put into a queue, and a thread is used to get the value of the queue and call the histogram record to report it. When the function is called frequently, the number of opentelemetry calls is also high. Are there any optimization suggestions?
Beta Was this translation helpful? Give feedback.
All reactions