otel-launcher-go
otel-launcher-go copied to clipboard
Avoid frequent logging of invalid-values (Inf, NaN, Negatives)
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.