Thread Pool support to OpenTelemetry #7326
-
I’m not sure where to find the correct answer, so instead of searching all over, I’m asking here directly. Is it possible to provide thread pool support for these batch processors? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
What problem are you trying to solve by adding a thread pool? Currently, the batch*processors manage their own threading internally, and they are very carefully constructed as such. Adding a thread pool (somehow...not sure what this would mean, really, given the way things currently work) would add a significant amount of complexity for uncertain benefit. |
Beta Was this translation helpful? Give feedback.
What problem are you trying to solve by adding a thread pool? Currently, the batch*processors manage their own threading internally, and they are very carefully constructed as such. Adding a thread pool (somehow...not sure what this would mean, really, given the way things currently work) would add a significant amount of complexity for uncertain benefit.