otel-launcher-go icon indicating copy to clipboard operation
otel-launcher-go copied to clipboard

Avoid frequent logging of invalid-values (Inf, NaN, Negatives)

Open jmacd opened this issue 2 years ago • 0 comments

Description: These three error conditions, when they occur, are likely to be frequent. By using doevery, we avoid repetitive logging of these conditions.

Link to tracking Issue: Fixes #271.

Testing: Modify existing tests.

jmacd avatar Sep 02 '22 22:09 jmacd