From dc6d91d643a43a160c4aa95f334b39e97b756841 Mon Sep 17 00:00:00 2001 From: tomscut Date: Wed, 1 Jan 2020 12:34:31 +0800 Subject: [PATCH] fix docs --- docs/configuration/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration/index.md b/docs/configuration/index.md index aca9589bce13..f7532d2c2a93 100644 --- a/docs/configuration/index.md +++ b/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.| |`org.apache.druid.server.emitter.HttpEmittingMonitor`|Reports internal metrics of `http` or `parametrized` emitter (see below). Must not be used with another emitter type. See the description of the metrics here: https://github.com/apache/incubator-druid/pull/4973.|