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

autoscaler-agent panics graphs have different values #1127

Open
Omrigan opened this issue Oct 30, 2024 · 1 comment
Open

autoscaler-agent panics graphs have different values #1127

Omrigan opened this issue Oct 30, 2024 · 1 comment
Assignees

Comments

@Omrigan
Copy link
Contributor

Omrigan commented Oct 30, 2024

https://neonprod.grafana.net/goto/YpePw1ZHg?orgId=1

60 * sum by(cluster) (irate(autoscaling_agent_runner_thread_panics_total{...}[$__interval]))

https://neonprod.grafana.net/goto/vb_UwJWNg?orgId=1

sum by(cluster) (increase(autoscaling_agent_runner_thread_panics_total{...}[$__interval]))
@Omrigan
Copy link
Contributor Author

Omrigan commented Dec 10, 2024

Ok, I guess I understood:

  • irate shows the number of panics per second
  • increase shows the total number of panics between datapoints

The practical difference can be observed when changing zoom:

  • irate states constant (as the rate per second should stay).
  • increase values can become higher - there is more panics between datapoints.

To clarify this, I added rate to the name of the irate one. Maybe we should consider using only rates of changes, as it has consistency over any scale.

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

No branches or pull requests

1 participant