abhishekrb19 commented on code in PR #16691: URL: https://github.com/apache/druid/pull/16691#discussion_r1668780358
########## docs/operations/metrics.md: ########## @@ -325,6 +325,7 @@ These metrics are for the Druid Coordinator and are reset each time the Coordina |`segment/dropSkipped/count`|Number of segments that could not be dropped from any server.|`dataSource`, `tier`, `description`|Varies| |`segment/loadQueue/size`|Size in bytes of segments to load.|`server`|Varies| |`segment/loadQueue/count`|Number of segments to load.|`server`|Varies| +|`segment/loading/rateKbps`|Moving average rate of segment loading on a server in kbps.|`server`|Varies| Review Comment: Looks like spellcheck is failing because of `kbps`. The spelling seems valid, so we can ignore it by adding it to the `.spelling` file. -- 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]
