fix: loki-mixin - remove label - job (#193)

This commit is contained in:
Ryan Yin
2025-06-09 02:57:00 +08:00
committed by GitHub
parent c1959ee0b9
commit f03183e2d9
3 changed files with 66 additions and 66 deletions
@@ -264,7 +264,7 @@
"span": 4,
"targets": [
{
"expr": "sum by(pod) (go_memstats_heap_inuse_bytes{cluster=~\"$cluster\", job=~\"($namespace)/compactor\"})",
"expr": "sum by(pod) (go_memstats_heap_inuse_bytes{cluster=~\"$cluster\", })",
"format": "time_series",
"legendFormat": "{{pod}}",
"legendLink": null
@@ -1361,7 +1361,7 @@
"span": 12,
"targets": [
{
"expr": "{cluster=~\"$cluster\", job=~\"($namespace)/compactor\"}",
"expr": "{cluster=~\"$cluster\", }",
"refId": "A"
}
],