We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Prometheus gauge metric represents value that can go up and down. However, Gauge metric produced by this app currently only goes up.
What did you expect to see?
Expected to see gauge value go both up and down instead of being monotonically increasing.
Possible Solution
In function updateGauge() to c.Set(rand.Float64()). This should make gauge value go both ways - up and down.
c.Set(rand.Float64())
Additional context Related to open-telemetry/wg-prometheus#57 cc @alolita @Aneurysm9
The text was updated successfully, but these errors were encountered:
Merged as part of PR #11
Sorry, something went wrong.
PaurushGarg
No branches or pull requests
Describe the bug
Prometheus gauge metric represents value that can go up and down. However, Gauge metric produced by this app currently only goes up.
What did you expect to see?
Expected to see gauge value go both up and down instead of being monotonically increasing.
Possible Solution
In function updateGauge() to
c.Set(rand.Float64())
. This should make gauge value go both ways - up and down.Additional context
Related to open-telemetry/wg-prometheus#57
cc @alolita @Aneurysm9
The text was updated successfully, but these errors were encountered: