Skip to content

Commit

Permalink
feat(prometheus): update grafana dashboard
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
battlebyte committed Jun 25, 2024
1 parent bd2c233 commit 441a925
Show file tree
Hide file tree
Showing 2 changed files with 7,436 additions and 3,405 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
message: |
Added new panels to the Grafana dashboard
type: feature
scope: Plugin
Loading

0 comments on commit 441a925

Please sign in to comment.