mirror of
https://github.com/apache/druid.git
synced 2025-02-06 01:58:20 +00:00
3d8b0ffae8
Changes: Add the following indexer level task metrics: - `worker/task/running/count` - `worker/task/assigned/count` - `worker/task/completed/count` These metrics will provide more visibility into the tasks distribution across indexers (We often see a task skew issue across indexers and with this issue it would be easier to catch the imbalance)