xvrl commented on a change in pull request #11417:
URL: https://github.com/apache/druid/pull/11417#discussion_r667131005



##########
File path: docs/operations/metrics.md
##########
@@ -180,6 +180,7 @@ 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.|Greater than or equal to 0, should not be a very high 
number |

Review comment:
       I would expect a typical value to be 0 and occasionally in the low 
single-digits, anything greater than 0 indicates that there is some waiting 
time.




-- 
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]

Reply via email to