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?