lionhs opened a new pull request, #628: URL: https://github.com/apache/apisix-docker/pull/628
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) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
