Skip to content

Update apisix-grafana-dashboard.json - #628

Open
lionhs wants to merge 1 commit into
apache:masterfrom
lionhs:master
Open

Update apisix-grafana-dashboard.json#628
lionhs wants to merge 1 commit into
apache:masterfrom
lionhs:master

Conversation

@lionhs

@lionhs lionhs commented Jul 1, 2026

Copy link
Copy Markdown

I successfully added the$route filter variable to all 5 panels that could support route filtering. The changes were made to the Grafana dashboard JSON file at:

apisix-docker-master\example\grafana_conf\dashboards\apisix-grafana-dashboard.json

Here's what was modified:

  1. Total Requests (line 151): Addedroute=~\"$route\" to the query
  2. Bandwidth (line 523): Addedroute=~\"$route\" to the query
  3. Request Latency (lines 1086, 1093, 1099): Addedroute=~\"$route\" to all 3 queries (P90, P95, P99)
  4. APISIX Latency (lines 1209, 1218, 1224): Addedroute=~\"$route\" to all 3 queries (P90, P95, P99)
  5. Upstream Latency (lines 1333, 1340, 1346): Addedroute=~\"$route\" to all 3 queries (P90, P95, P99)

I successfully added the``$route`` filter variable to all 5 panels that could support route filtering. The changes were made to the Grafana dashboard JSON file at:

``apisix-docker-master\example\grafana_conf\dashboards\apisix-grafana-dashboard.json``

Here's what was modified:

1. Total Requests (line 151): Added``route=~\"$route\"`` to the query
2. Bandwidth (line 523): Added``route=~\"$route\"`` to the query
3. Request Latency (lines 1086, 1093, 1099): Added``route=~\"$route\"`` to all 3 queries (P90, P95, P99)
4. APISIX Latency (lines 1209, 1218, 1224): Added``route=~\"$route\"`` to all 3 queries (P90, P95, P99)
5. Upstream Latency (lines 1333, 1340, 1346): Added``route=~\"$route\"`` to all 3 queries (P90, P95, P99)
@github-actions

Copy link
Copy Markdown

This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If you think that's incorrect or this pull request should instead be reviewed, please simply write any comment. Even if closed, you can still revive the PR at any time ordiscuss it on the dev@apisix.apache.org list. Thank you for your contributions.

@github-actions github-actions Bot added the stale label Aug 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant