Skip to content
New issue

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

[Monitoring] Correct counter representation in Grafana #2

Open
alvarolop opened this issue May 24, 2023 · 0 comments
Open

[Monitoring] Correct counter representation in Grafana #2

alvarolop opened this issue May 24, 2023 · 0 comments

Comments

@alvarolop
Copy link
Owner

The Grafana dashboard represents the count of executions to the /hello endpoint of the API, but the value in the X axis is not correct. (It tries to calculate the mean count per second during a minute, so 10 calls shows less than 1.0 for a minute).

Dashboard screenshot: https://github.com/alvarolop/quarkus-observability-app/blob/main/docs/images/grafana-dashboard.png

This is the wrong query: https://github.com/alvarolop/quarkus-observability-app/blob/main/openshift/ocp-monitoring/grafana/dashboard.json#L246-L263

I would like to see all the executions in each minute (So, current-previousMinute)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant