From 228141085b1209323acca691976f7e1bdbbcd7c5 Mon Sep 17 00:00:00 2001 From: Adam Welsh Date: Mon, 2 Mar 2020 16:27:52 +0000 Subject: [PATCH] Add TaskCountStatsMonitor to config docs --- docs/configuration/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration/index.md b/docs/configuration/index.md index 5e867247361d..f9c4f4b1dffe 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -354,6 +354,7 @@ The following monitors are available: |`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.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/druid/pull/4973.| +|`org.apache.druid.server.metrics.TaskCountStatsMonitor`|Reports how many ingestion tasks are currently running/pending/waiting and also the number of successful/failed tasks per emission period.| ### Emitting Metrics