wu-sheng commented on PR #13903:
URL: https://github.com/apache/skywalking/pull/13903#issuecomment-4672066225

   Thanks for the review. Addressed the division feedback: every ratio metric 
(`query_latency`, `merge_file_latency`, `merge_file_partitions`, 
`gc_pause_avg`, and the disk-usage-percent metrics) now uses 
`SampleFamily.safeDiv(...)` instead of the `/` operator, so an empty/zero 
denominator yields `0.0` rather than `NaN`/`Infinity` during idle windows — 
matching the shipped `envoy-ai-gateway` latency rules. Recompiled clean via 
`DSLClassGeneratorTest`.


-- 
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]

Reply via email to