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

feat(prometheus): update grafana dashboard #13299

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

battlebyte
Copy link

Summary

  • new codes (http status) panel
  • new consumer panel created
  • panels showing 4xx/5xx from kong or upstream
  • range 1m not working if Prometheus scrape is 30s. Better to create template variable range, type interval and set values like 2m,3m,5m,10m,15m,30m,1h,2h,4h,6h,12h,1d,4d,7d,14d,30d, 1m, 90s, plus auto tick most variables should be loaded
  • using “on time range change” instead of “on dashboards load. In reality variables are not available when panel is loaded.
  • missing variables for code and status.

Checklist

  • The Pull Request has tests
  • A changelog file has been created under changelog/unreleased/kong or skip-changelog label added on PR if changelog is unnecessary. README.md
  • There is a user-facing docs PR against https://github.com/Kong/docs.konghq.com - PUT DOCS PR HERE
new codes (http status) panel
new consumer panel created
panels showing 4xx/5xx from kong or upstream
range 1m not working if Prometheus scrape is 30s. Better to create template variable range, type interval and set values like 2m,3m,5m,10m,15m,30m,1h,2h,4h,6h,12h,1d,4d,7d,14d,30d, 1m, 90s, plus auto tick
most variables should be loaded using “on time range change” instead of “on dashboards load. In reality variables are not available when panel is loaded.
missing variables for code and status.
@github-actions github-actions bot added the cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee label Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee plugins/prometheus size/XXL
1 participant