TSFenwick commented on code in PR #12730:
URL: https://github.com/apache/druid/pull/12730#discussion_r914235793
##########
docs/operations/metrics.md:
##########
@@ -323,6 +323,8 @@ decisions.
|`segment/usedPercent`|Percentage of space used by served
segments.|dataSource, tier, priority.|< 100%|
|`segment/count`|Number of served segments.|dataSource, tier,
priority.|Varies.|
|`segment/pendingDelete`|On-disk size in bytes of segments that are waiting to
be cleared out|Varies.|
+| `segment/averageRowCount` | The average number of rows per segment in
a datasource | dataSource, tier, priority. | ~5
million |
+| `segment/numOfSegmentsInBucket` | The number of segments in a bucket.
| dataSource, tier, priority, rowCountBucket.
|Varies.|
Review Comment:
This and the one above seem like they should have similar scheme for these.
`segment/rowCount/range/count `
`segment/rows/avg` so im thinking about using this instead
`segment/rowCount/avg`
--
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]