dsmiley commented on PR #3671: URL: https://github.com/apache/solr/pull/3671#issuecomment-3325360685
I'm confident a test can get what it wants to know based on the reduced set of metrics I propose. If you doubt it, tell me which test exactly couldn't be supported and I'll look into it right away. If we agree "cumulative" is what a user ought to want to look at by default, then ideally it's name would be the simpler version without the word cumulative (the description can clarify), and we put non-cumulative ones in another named metric. I asked Gemini AI about the whole situation, and it recommended _snapshotting_ the cumulative metrics instead of separately capturing both as we've been doing because it is more efficient -- more counters instead of gauges and moreover reduces cardinality a lot. Capturing a metric since the reset is then simple subtraction. -- 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]
