Skip to content

Commit

Permalink
Merge pull request #42 from jlpedrosa/patch-1
Browse files Browse the repository at this point in the history
Update cert-manager.json
  • Loading branch information
rgeyer authored Oct 24, 2024
2 parents c98f013 + 94b883a commit c989764
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions assets/cert-manager/dashboards/cert-manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
{
"expr": "sum by (condition) (certmanager_certificate_ready_status{ })",
"interval": "",
"legendFormat": "{ {condition } }",
"legendFormat": "{{ condition }}",
"refId": "A"
}
],
Expand Down Expand Up @@ -423,7 +423,7 @@
{
"expr": "sum by (controller) (\n rate(certmanager_controller_sync_call_count{ }[$__rate_interval ])\n)",
"interval": "",
"legendFormat": "{ {controller } }",
"legendFormat": "{{controller }}",
"refId": "A"
}
],
Expand Down Expand Up @@ -524,7 +524,7 @@
{
"expr": "sum by (method, path, status) (\n rate(certmanager_http_acme_client_request_count{ }[$__rate_interval ])\n)",
"interval": "",
"legendFormat": "{ {method } } { {path } } { {status } }",
"legendFormat": "{{method }} {{path }} {{status }}",
"refId": "A"
}
],
Expand Down Expand Up @@ -625,7 +625,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 ]))",
"interval": "",
"legendFormat": "{ {method } } { {path } } { {status } }",
"legendFormat": "{{method }} {{path }} {{status }}",
"refId": "A"
}
],
Expand Down Expand Up @@ -746,7 +746,7 @@
"hide": false,
"interval": "",
"intervalFactor": 2,
"legendFormat": "CPU { {pod } }",
"legendFormat": "CPU {{pod }}",
"refId": "A"
},
{
Expand All @@ -755,7 +755,7 @@
"hide": true,
"interval": "",
"intervalFactor": 1,
"legendFormat": "Limit { {pod } }",
"legendFormat": "Limit {{pod }}",
"refId": "B"
},
{
Expand All @@ -764,7 +764,7 @@
"hide": true,
"interval": "",
"intervalFactor": 1,
"legendFormat": "Request { {pod } }",
"legendFormat": "Request {{pod }}",
"refId": "C"
}
],
Expand Down Expand Up @@ -875,7 +875,7 @@
"hide": false,
"interval": "",
"intervalFactor": 2,
"legendFormat": "{ {pod } }",
"legendFormat": "{{pod }}",
"refId": "A"
}
],
Expand Down Expand Up @@ -996,23 +996,23 @@
"hide": false,
"interval": "",
"intervalFactor": 1,
"legendFormat": "Memory { {pod } }",
"legendFormat": "Memory {{pod }}",
"refId": "A"
},
{
"expr": "avg by (pod) (kube_pod_container_resource_limits_memory_bytes{container=\"cert-manager\" })",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
"legendFormat": "Limit { {pod } }",
"legendFormat": "Limit {{pod }}",
"refId": "B"
},
{
"expr": "avg by (pod) (kube_pod_container_resource_requests_memory_bytes{container=\"cert-manager\" })",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
"legendFormat": "Request { {pod } }",
"legendFormat": "Request {{pod }}",
"refId": "C"
}
],
Expand Down

0 comments on commit c989764

Please sign in to comment.