You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using boundaries fromChunk, Double.MaxValue is added to the end. But OTEL already adds inf. This causes two inf - one is native "inf" and second is just boundary with Double.MaxValue.
Test works because I've used default constructor. It should be changed to fromChunk factory instead.
While histogram can be workarounded by using default Histogram constructor, timer cannot be fixed.
The text was updated successfully, but these errors were encountered:
When using boundaries fromChunk, Double.MaxValue is added to the end. But OTEL already adds inf. This causes two inf - one is native "inf" and second is just boundary with Double.MaxValue.
Test works because I've used default constructor. It should be changed to fromChunk factory instead.
While histogram can be workarounded by using default Histogram constructor, timer cannot be fixed.
The text was updated successfully, but these errors were encountered: