abhishekrb19 commented on code in PR #15281: URL: https://github.com/apache/druid/pull/15281#discussion_r1421816850
########## docs/operations/metrics.md: ########## @@ -329,6 +329,7 @@ These metrics are for the Druid Coordinator and are reset each time the Coordina |`segment/size`|Total size of used segments in a data source. Emitted only for data sources to which at least one used segment belongs.|`dataSource`|Varies| |`segment/count`|Number of used segments belonging to a data source. Emitted only for data sources to which at least one used segment belongs.|`dataSource`|< max| |`segment/overShadowed/count`|Number of segments marked as unused due to being overshadowed.| |Varies| +|`segment/danglingTombstone/count`|Number of dangling tombstones marked as unused.| |Varies| Review Comment: Good catch, updated docs -- 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]
