jihoonson commented on issue #10378: URL: https://github.com/apache/druid/issues/10378#issuecomment-698005593
> > * `taskSlot/lazy/count`: Total number of task slots that have been marked lazy > > * `taskSlot/blacklisted/count`: Total task slots of peons that have been blacklisted > > I think there 2 metrics will fit better to middleManagers/indexers rather than task slots, since middleManager/indexers can be marked as lazy or blacklisted, not individual task slot. How about `worker/lazy/count` and `worker/blacklisted/count` (or `indexingWorker/lazy/count` and `indexingWorker/blacklisted/count`)? On a second thought, these 2 metrics seem useful as well since it is easier to compare with other metrics such as total or idle. But I would suggest fixing the descriptions since task slots are not marked as lazy or blacklisted, but middleManagers and indexers are. Maybe they can be "total number of task slots of lazy/blacklisted middleManagers and indexers". ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
