This is an automated email from the ASF dual-hosted git repository.

maytasm 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 472411ae432 Update docs to include taskType for Overlord task count 
metrics (#18035)
472411ae432 is described below

commit 472411ae43299438e1da548f67af8ee4b400ccaf
Author: jtuglu-netflix <[email protected]>
AuthorDate: Mon May 26 11:32:02 2025 -0700

    Update docs to include taskType for Overlord task count metrics (#18035)
---
 docs/operations/metrics.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/operations/metrics.md b/docs/operations/metrics.md
index f8a5cf4d4ed..aa8f45d544e 100644
--- a/docs/operations/metrics.md
+++ b/docs/operations/metrics.md
@@ -309,11 +309,11 @@ If the JVM does not support CPU time measurement for the 
current thread, `ingest
 |`segment/added/bytes`|Size in bytes of new segments created.| `dataSource`, 
`taskId`, `taskType`, `groupId`, `interval`, `tags`|Varies|
 |`segment/moved/bytes`|Size in bytes of segments moved/archived via the Move 
Task.| `dataSource`, `taskId`, `taskType`, `groupId`, `interval`, `tags`|Varies|
 |`segment/nuked/bytes`|Size in bytes of segments deleted via the Kill Task.| 
`dataSource`, `taskId`, `taskType`, `groupId`, `interval`, `tags`|Varies|
-|`task/success/count`|Number of successful tasks per emission period. This 
metric is only available if the `TaskCountStatsMonitor` module is included.| 
`dataSource`|Varies|
-|`task/failed/count`|Number of failed tasks per emission period. This metric 
is only available if the `TaskCountStatsMonitor` module is 
included.|`dataSource`|Varies|
-|`task/running/count`|Number of current running tasks. This metric is only 
available if the `TaskCountStatsMonitor` module is 
included.|`dataSource`|Varies|
-|`task/pending/count`|Number of current pending tasks. This metric is only 
available if the `TaskCountStatsMonitor` module is 
included.|`dataSource`|Varies|
-|`task/waiting/count`|Number of current waiting tasks. This metric is only 
available if the `TaskCountStatsMonitor` module is 
included.|`dataSource`|Varies|
+|`task/success/count`|Number of successful tasks per emission period. This 
metric is only available if the `TaskCountStatsMonitor` module is included.| 
`dataSource`,`taskType`|Varies|
+|`task/failed/count`|Number of failed tasks per emission period. This metric 
is only available if the `TaskCountStatsMonitor` module is 
included.|`dataSource`,`taskType`|Varies|
+|`task/running/count`|Number of current running tasks. This metric is only 
available if the `TaskCountStatsMonitor` module is 
included.|`dataSource`,`taskType`|Varies|
+|`task/pending/count`|Number of current pending tasks. This metric is only 
available if the `TaskCountStatsMonitor` module is 
included.|`dataSource`,`taskType`|Varies|
+|`task/waiting/count`|Number of current waiting tasks. This metric is only 
available if the `TaskCountStatsMonitor` module is 
included.|`dataSource`,`taskType`|Varies|
 |`taskSlot/total/count`|Number of total task slots per emission period. This 
metric is only available if the `TaskSlotCountStatsMonitor` module is 
included.| `category`|Varies|
 |`taskSlot/idle/count`|Number of idle task slots per emission period. This 
metric is only available if the `TaskSlotCountStatsMonitor` module is 
included.| `category`|Varies|
 |`taskSlot/used/count`|Number of busy task slots per emission period. This 
metric is only available if the `TaskSlotCountStatsMonitor` module is 
included.| `category`|Varies|


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to