317brian commented on code in PR #20107: URL: https://github.com/apache/druid/pull/20107#discussion_r3833060186
########## docs/operations/metrics.md: ########## @@ -440,6 +440,9 @@ These metrics are emitted by the Druid Coordinator in every run of the correspon |Metric|Description|Dimensions|Normal value| |------|-----------|----------|------------| +|`config/brokerSync/time`| Time in milliseconds for a Broker to sync with the Coordinator||| +|`config/brokerSync/total/time`|Total time in milliseconds taken for all Brokers to sync with the Coordinator +|`config/brokerSync/error`|Emitted when syncing a Broker fails. ||0| Review Comment: @adarshsanjeev I could use some help for 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]
