Details
Description
Right now, we don't have a way to estimate the speed of task execution for a thread pools. Metrics such as "QueueSize" and "CompletedTaskCount"[1] are not enough
Suggestions: add histogram[2] metrics for thread pools tasks. Similar to PutTime/GetTime/etc... for caches
[1] - https://ignite.apache.org/docs/latest/monitoring-metrics/new-metrics#thread-pools
[2] - https://ignite.apache.org/docs/latest/monitoring-metrics/new-metrics-system#histograms
Attachments
Issue Links
- requires
-
IGNITE-16698 IgniteStripedThreadPoolExecutor displays incorrect metrics values.
- Resolved
- links to