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
{{ message }}
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.
In InMemoryMetricsFactory, upon updating the gauge, the argument
should be considered as the new value and not a variation to
the previous one.
Signed-off-by: Mehrez Douaihy <mehrez.douaihy@gmail.com>
In InMemoryMetricsFactory, upon updating the gauge, the argument
should be considered as the new value and not a variation to
the previous one. Resolves#459.
Signed-off-by: Mehrez Douaihy <mehrez.douaihy@gmail.com>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I am using the Java Jaeger client in my project. I stumbled upon
InMemoryMetricsFactory
and noticed a bug in thecreateGauge
method.In fact
createGauge
considers the amount as a delta whereas it's an absolute amount.Current Behavior
Suggested Behavior
The text was updated successfully, but these errors were encountered: