xvrl commented on a change in pull request #11417:
URL: https://github.com/apache/druid/pull/11417#discussion_r673485236
##########
File path: docs/operations/metrics.md
##########
@@ -180,6 +180,8 @@ These metrics are only available if the
RealtimeMetricsMonitor is included in th
|`ingest/handoff/count`|Number of handoffs that happened.|dataSource, taskId,
taskType.|Varies. Generally greater than 0 once every segment granular period
if cluster operating normally|
|`ingest/sink/count`|Number of sinks not handoffed.|dataSource, taskId,
taskType.|1~3|
|`ingest/events/messageGap`|Time gap between the data time in event and
current system time.|dataSource, taskId, taskType.|Greater than 0, depends on
the time carried in event |
+|`ingest/notices/queueSize`|Number of pending notices to be processed by the
coordinator|dataSource.|Typically 0 and occasionally in lower single digits.
Shouldn't be a very high number. |
+|`ingest/notices/time`|Milliseconds taken to process a notice by the
supervisor|noticeType.| < 1s. |
Review comment:
we probably want `dataSource` here as well to distinguish supervisors
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]