missed a spot for the namespace
This commit is contained in:
parent
7dedb41c43
commit
6a1bbe918e
1 changed files with 1 additions and 1 deletions
|
@ -1089,7 +1089,7 @@
|
||||||
],
|
],
|
||||||
"targets": [
|
"targets": [
|
||||||
{
|
{
|
||||||
"expr": "avg(nginx_ingress_controller_ssl_expire_time_seconds{kubernetes_pod_name=~\"$controller\"}) by (host) - time()",
|
"expr": "avg(nginx_ingress_controller_ssl_expire_time_seconds{kubernetes_pod_name=~\"$controller\",namespace=~\"$namespace\"}) by (host) - time()",
|
||||||
"format": "time_series",
|
"format": "time_series",
|
||||||
"intervalFactor": 1,
|
"intervalFactor": 1,
|
||||||
"legendFormat": "{{ host }}",
|
"legendFormat": "{{ host }}",
|
||||||
|
|
Loading…
Reference in a new issue