fix quantile escaping

This commit is contained in:
Seth Call 2025-12-12 07:05:24 -06:00
parent 82019e6ae2
commit 4358120e75
1 changed files with 4 additions and 4 deletions

View File

@ -159,7 +159,7 @@ data:
"targets": [
{
"expr": "sum(go_gc_duration_seconds{cluster=~\"$cluster\", namespace=~\"$namespace\", pod=~\"$pod\"}) by (quantile)",
"legendFormat": "{{quantile}}",
"legendFormat": "{{ "{{" }}quantile}}",
"refId": "A"
}
],
@ -590,7 +590,7 @@ data:
"targets": [
{
"expr": "increase(kube_pod_container_status_last_terminated_reason{cluster=~\"$cluster\", namespace=~\"$namespace\", pod=~\"$pod\", container=~\"$container\"}[30m]) > 0",
"legendFormat": "{{reason}}",
"legendFormat": "{{ "{{" }}reason}}",
"refId": "A"
}
],
@ -677,7 +677,7 @@ data:
"targets": [
{
"expr": "sum(rate(promtail_custom_bad_words_total{cluster=~\"$cluster\", exported_namespace=~\"$namespace\", exported_exported_pod=~\"$pod\", container=~\"$container\"}[5m])) by (level)",
"legendFormat": "{{level}}",
"legendFormat": "{{ "{{" }}level}}",
"refId": "A"
}
],
@ -782,7 +782,7 @@ data:
{
"expr": "sum(rate({cluster=~\"$cluster\", namespace=~\"$namespace\", pod=~\"$pod\", container=~\"$container\" } |logfmt| level=~\"$level\" |= \"$filter\" [5m])) by (level)",
"intervalFactor": 3,
"legendFormat": "{{level}}",
"legendFormat": "{{ "{{" }}level}}",
"refId": "A"
}
],