You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/01/22 07:38:55 UTC

[GitHub] [druid] tomscut commented on a change in pull request #9114: add docs for TaskCountStatsMonitor

tomscut commented on a change in pull request #9114: add docs for TaskCountStatsMonitor
URL: https://github.com/apache/druid/pull/9114#discussion_r369406105
 
 

 ##########
 File path: docs/configuration/index.md
 ##########
 @@ -353,6 +353,7 @@ The following monitors are available:
 |`org.apache.druid.segment.realtime.RealtimeMetricsMonitor`|Reports statistics on Realtime processes.|
 |`org.apache.druid.server.metrics.EventReceiverFirehoseMonitor`|Reports how many events have been queued in the EventReceiverFirehose.|
 |`org.apache.druid.server.metrics.QueryCountStatsMonitor`|Reports how many queries have been successful/failed/interrupted.|
+|`org.apache.druid.server.metrics.TaskCountStatsMonitor`|Reports how many tasks are success/failed/running/pending/waiting.|
 
 Review comment:
   @suneet-s  Thank you very much for your reply! 
   
   Some implementation classes are registered by default and we don't need to register them manually, such as **CacheMonitor**, **JettyMonitor** and **ExecutorServiceMonitor**. But some are not registered by default and need to be configured ourselves, such as **QueryCountStatsMonitor** and **TaskCountStatsMonitor**. 
   Docs: https://druid.apache.org/docs/latest/operations/metrics.html
   PR: https://github.com/apache/druid/pull/6657/files
   
   I found a description for **QueryCountStatsMonitor**, but not for **TaskCountStatsMonitor**. The description of **TaskCountStatsMonitor** might have been missed, so I added.
   
   In our scenario, kafka has a large number of indexing tasks and a large amount of data that needs to be consumed with low latency. Therefore, task monitoring is very important.
   
   We deployed the druid cluster with ambari, so monitoring and alerting were implemented based on ambari-metric-collector.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org