This is an automated email from the ASF dual-hosted git repository.
suneet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new b8a3223 Remove changes from #9114 (#10050)
b8a3223 is described below
commit b8a3223f2487be75363ef96dcc5e11616f493599
Author: Suneet Saldanha <[email protected]>
AuthorDate: Thu Jun 18 18:18:12 2020 -0700
Remove changes from #9114 (#10050)
---
docs/configuration/index.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/configuration/index.md b/docs/configuration/index.md
index 4632554..34b458a 100644
--- a/docs/configuration/index.md
+++ b/docs/configuration/index.md
@@ -353,7 +353,6 @@ 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/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.|
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]