Skip to content

Commit

Permalink
fix(dashboard) correct typo
Browse files Browse the repository at this point in the history
From #86
  • Loading branch information
Monska85 authored Jun 8, 2020
1 parent 58d8bca commit 302ef77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana/kong-official.json
Original file line number Diff line number Diff line change
Expand Up @@ -1757,7 +1757,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(kong_nginx_http_current_connections{state=~\"activ|reading|writing|waiting\", instance=~\"$instance\"}[1m])) by (state)",
"expr": "sum(rate(kong_nginx_http_current_connections{state=~\"active|reading|writing|waiting\", instance=~\"$instance\"}[1m])) by (state)",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{state}}",
Expand Down

0 comments on commit 302ef77

Please sign in to comment.