Skip to content

Commit

Permalink
Merge pull request sysulq#53 from rokka/patch-1
Browse files Browse the repository at this point in the history
Fix for mixed metric types in server connection panel
  • Loading branch information
sysulq authored Jan 15, 2018
2 parents 269ceed + 73d492f commit 3b84c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard/nginx-vts-exporter.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(irate(nginx_server_connections[5m])) by (status)",
"expr": "nginx_server_connections{status=~\"active|writing|reading|waiting\"}",
"intervalFactor": 2,
"legendFormat": "{{ status }}",
"metric": "nginx_server_connections",
Expand Down Expand Up @@ -687,4 +687,4 @@
"collapse": false
}
]
}
}

0 comments on commit 3b84c4e

Please sign in to comment.