fix(cert-manager): correct some grafana dashboard issues

This commit is contained in:
Kjeld Schouten 2024-02-27 18:58:10 +01:00
parent 7f9e719aa8
commit c173751af9
2 changed files with 12 additions and 12 deletions

View File

@ -43,4 +43,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/operators/cert-manager - https://github.com/truecharts/charts/tree/master/charts/operators/cert-manager
- https://github.com/truecharts/containers/tree/master/apps/alpine - https://github.com/truecharts/containers/tree/master/apps/alpine
type: application type: application
version: 4.1.6 version: 4.1.7

View File

@ -118,7 +118,7 @@
{ {
"expr": "sum by (condition) (certmanager_certificate_ready_status{ })", "expr": "sum by (condition) (certmanager_certificate_ready_status{ })",
"interval": "", "interval": "",
"legendFormat": "{ {condition } }", "legendFormat": "{{condition }}",
"refId": "A" "refId": "A"
} }
], ],
@ -419,7 +419,7 @@
{ {
"expr": "sum by (controller) (\n rate(certmanager_controller_sync_call_count{ }[$__rate_interval ])\n)", "expr": "sum by (controller) (\n rate(certmanager_controller_sync_call_count{ }[$__rate_interval ])\n)",
"interval": "", "interval": "",
"legendFormat": "{ {controller } }", "legendFormat": "{{controller }}",
"refId": "A" "refId": "A"
} }
], ],
@ -520,7 +520,7 @@
{ {
"expr": "sum by (method, path, status) (\n rate(certmanager_http_acme_client_request_count{ }[$__rate_interval ])\n)", "expr": "sum by (method, path, status) (\n rate(certmanager_http_acme_client_request_count{ }[$__rate_interval ])\n)",
"interval": "", "interval": "",
"legendFormat": "{ {method } } { {path } } { {status } }", "legendFormat": "{{method }} {{path }} {{status }}",
"refId": "A" "refId": "A"
} }
], ],
@ -621,7 +621,7 @@
{ {
"expr": "sum by (method, path, status) (rate(certmanager_http_acme_client_request_duration_seconds_sum{ }[$__rate_interval ]))\n/\nsum by (method, path, status) (rate(certmanager_http_acme_client_request_duration_seconds_count{ }[$__rate_interval ]))", "expr": "sum by (method, path, status) (rate(certmanager_http_acme_client_request_duration_seconds_sum{ }[$__rate_interval ]))\n/\nsum by (method, path, status) (rate(certmanager_http_acme_client_request_duration_seconds_count{ }[$__rate_interval ]))",
"interval": "", "interval": "",
"legendFormat": "{ {method } } { {path } } { {status } }", "legendFormat": "{{method }} {{path }} {{status }}",
"refId": "A" "refId": "A"
} }
], ],
@ -742,7 +742,7 @@
"hide": false, "hide": false,
"interval": "", "interval": "",
"intervalFactor": 2, "intervalFactor": 2,
"legendFormat": "CPU { {pod } }", "legendFormat": "CPU {{pod }}",
"refId": "A" "refId": "A"
}, },
{ {
@ -751,7 +751,7 @@
"hide": true, "hide": true,
"interval": "", "interval": "",
"intervalFactor": 1, "intervalFactor": 1,
"legendFormat": "Limit { {pod } }", "legendFormat": "Limit {{pod }}",
"refId": "B" "refId": "B"
}, },
{ {
@ -760,7 +760,7 @@
"hide": true, "hide": true,
"interval": "", "interval": "",
"intervalFactor": 1, "intervalFactor": 1,
"legendFormat": "Request { {pod } }", "legendFormat": "Request {{pod }}",
"refId": "C" "refId": "C"
} }
], ],
@ -871,7 +871,7 @@
"hide": false, "hide": false,
"interval": "", "interval": "",
"intervalFactor": 2, "intervalFactor": 2,
"legendFormat": "{ {pod } }", "legendFormat": "{{pod }}",
"refId": "A" "refId": "A"
} }
], ],
@ -992,7 +992,7 @@
"hide": false, "hide": false,
"interval": "", "interval": "",
"intervalFactor": 1, "intervalFactor": 1,
"legendFormat": "Memory { {pod } }", "legendFormat": "Memory {{pod }}",
"refId": "A" "refId": "A"
}, },
{ {
@ -1000,7 +1000,7 @@
"format": "time_series", "format": "time_series",
"interval": "", "interval": "",
"intervalFactor": 1, "intervalFactor": 1,
"legendFormat": "Limit { {pod } }", "legendFormat": "Limit {{pod }}",
"refId": "B" "refId": "B"
}, },
{ {
@ -1008,7 +1008,7 @@
"format": "time_series", "format": "time_series",
"interval": "", "interval": "",
"intervalFactor": 1, "intervalFactor": 1,
"legendFormat": "Request { {pod } }", "legendFormat": "Request {{pod }}",
"refId": "C" "refId": "C"
} }
], ],