Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Grafana panels regarding Request latency #5477

Merged
merged 3 commits into from
Feb 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@
"targets": [
{
"exemplar": false,
"expr": "max by(verb, quantile) (apiserver_latency_seconds:quantile{job=~\"$apiserver\", verb=~\"$verb\",quantile=~\"$quantile\"})",
"expr": "max by(verb, quantile) (apiserver_latency_seconds:quantile{job=~\"$apiserver\", verb=~\"$verb\",quantile=~\"$quantile\",subresource!~\"log|portforward|exec\"})",
"format": "time_series",
"interval": "",
"intervalFactor": 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sum by(verb) (rate(apiserver_latency_seconds:quantile[$__rate_interval]) >= 0)",
"expr": "max by(verb) (apiserver_latency_seconds:quantile{quantile=\"0.99\"})",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{verb}}",
Expand All @@ -1016,7 +1016,7 @@
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "API Server Request Latency",
"title": "API Server Request Latency p99",
"tooltip": {
"msResolution": false,
"shared": true,
Expand Down Expand Up @@ -2080,7 +2080,6 @@
"type": "row"
}
],
"refresh": "1m",
"schemaVersion": 27,
"style": "dark",
"tags": [
Expand Down