Skip to content

Commit

Permalink
Updated grafana dashboard replacing http requests with http requests …
Browse files Browse the repository at this point in the history
…/ sec.
  • Loading branch information
aegrumet committed Feb 10, 2024
1 parent e2edd0b commit f7bbdfb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,17 +230,17 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "http_requests_total",
"expr": "rate(http_requests_total[$__rate_interval])",
"fullMetaSearch": false,
"includeNullMetadata": true,
"includeNullMetadata": false,
"instant": false,
"legendFormat": "__auto",
"range": true,
"refId": "A",
"useBackend": false
}
],
"title": "HTTP Requests",
"title": "HTTP Requests / Second",
"type": "timeseries"
},
{
Expand Down

0 comments on commit f7bbdfb

Please sign in to comment.