jtuglu1 commented on code in PR #18885: URL: https://github.com/apache/druid/pull/18885#discussion_r2666416313
########## docs/development/extensions-contrib/spectator-histogram.md: ########## @@ -272,6 +274,134 @@ array of percentiles. | field | A field reference pointing to the aggregated histogram. | yes | | percentiles | Non-empty array of decimal percentiles between 0.0 and 100.0 | yes | +#### Count Post-Aggregator + +This returns the total count of observations (data points) that were recorded in the histogram. +This is useful for understanding the population size without needing a separate count metric. Review Comment: Probably just auto-formatting, I'll update. -- 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]
