317brian commented on code in PR #20107:
URL: https://github.com/apache/druid/pull/20107#discussion_r3833056613


##########
docs/operations/metrics.md:
##########
@@ -463,6 +466,9 @@ These metrics are emitted by the Druid Coordinator in every 
run of the correspon
 |`segment/unavailable/count`|Number of unique segments left to load until all 
used segments are available for queries.|`dataSource`|0|
 |`segment/underReplicated/count`|Number of segments, including replicas, left 
to load until all used segments are available for queries.|`tier`, 
`dataSource`|0|
 |`segment/availableDeepStorageOnly/count`|Number of unique segments that are 
only available for querying directly from deep storage.|`dataSource`|Varies|
+|`segment/poll/time`|Time in milliseconds to poll for all used segments. 
|None||
+|`segment/pollWithSchema/time`|Time in milliseconds to poll for all used 
segments including schema information.|None||
+|`segment/buildSnapshot/time`|Time taken to build a snapshot of the current 
segment state.|None||

Review Comment:
   @kfaraz I could use some help w/ what the normal values are for these



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