You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.
1 participant
Converted from issue
This discussion was converted from issue #3005 on August 07, 2024 16:26.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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