You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update docs to clarify worker/* metrics for Middle Managers and Indexers
Update the descriptions of worker/* metrics to better distinguish between
Middle Managers and Indexers, as the dimensions differ. The updated text should make this
distinction clearer.
Copy file name to clipboardExpand all lines: docs/operations/metrics.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -319,16 +319,16 @@ If the JVM does not support CPU time measurement for the current thread, `ingest
319
319
|`taskSlot/used/count`|Number of busy task slots per emission period. This metric is only available if the `TaskSlotCountStatsMonitor` module is included.|`category`|Varies|
320
320
|`taskSlot/lazy/count`|Number of total task slots in lazy marked Middle Managers and Indexers per emission period. This metric is only available if the `TaskSlotCountStatsMonitor` module is included.|`category`|Varies|
321
321
|`taskSlot/blacklisted/count`|Number of total task slots in blacklisted Middle Managers and Indexers per emission period. This metric is only available if the `TaskSlotCountStatsMonitor` module is included.|`category`|Varies|
322
-
|`worker/task/failed/count`|Number of failed tasks run on the reporting worker per emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included, and is only supported for Middle Manager nodes.|`category`, `workerVersion`|Varies|
323
-
|`worker/task/success/count`|Number of successful tasks run on the reporting worker per emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included, and is only supported for Middle Manager nodes.|`category`,`workerVersion`|Varies|
324
-
|`worker/taskSlot/idle/count`|Number of idle task slots on the reporting worker per emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included, and is only supported for Middle Manager nodes.|`category`, `workerVersion`|Varies|
325
-
|`worker/taskSlot/total/count`|Number of total task slots on the reporting worker per emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included.|`category`, `workerVersion`|Varies|
326
-
|`worker/taskSlot/used/count`|Number of busy task slots on the reporting worker per emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included.|`category`, `workerVersion`|Varies|
322
+
|`worker/task/failed/count`|Number of failed tasks run on the reporting Middle Manager worker per emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included.|`category`, `workerVersion`|Varies|
323
+
|`worker/task/success/count`|Number of successful tasks run on the reporting Middle Manager worker per emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included.|`category`,`workerVersion`|Varies|
324
+
|`worker/taskSlot/idle/count`|Number of idle task slots on the reporting Middle Manager worker per emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included.|`category`, `workerVersion`|Varies|
325
+
|`worker/taskSlot/total/count`|Number of total task slots on the reporting Middle Manager worker per emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included.|`category`, `workerVersion`|Varies|
326
+
|`worker/taskSlot/used/count`|Number of busy task slots on the reporting Middle Manager worker per emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included.|`category`, `workerVersion`|Varies|
327
327
|`worker/task/assigned/count`|Number of tasks assigned to an indexer per emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included.|`dataSource`|Varies|
328
328
|`worker/task/completed/count`|Number of tasks completed by an indexer per emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included.|`dataSource`|Varies|
329
-
|`worker/task/failed/count`|Number of tasks that failed on an indexer during the emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included.|`dataSource`|Varies|
330
-
|`worker/task/success/count`|Number of tasks that succeeded on an indexer during the emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included.|`dataSource`|Varies|
331
-
|`worker/task/running/count`|Number of tasks running on an indexer per emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included.|`dataSource`|Varies|
329
+
|`worker/task/failed/count`|Number of tasks that failed on an Indexer during the emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included.|`dataSource`|Varies|
330
+
|`worker/task/success/count`|Number of tasks that succeeded on an Indexer during the emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included.|`dataSource`|Varies|
331
+
|`worker/task/running/count`|Number of tasks running on an Indexer per emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included.|`dataSource`|Varies|
0 commit comments