We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83a5329 + cf952a1 commit 8996dd5Copy full SHA for 8996dd5
modules/databases/timeseries/loki/metrics.alloy
@@ -59,7 +59,7 @@ declare "kubernetes" {
59
"__meta_kubernetes_pod_container_init",
60
]
61
separator = "@"
62
- regex = coalesce(argument.port_name.value, "metrics") + "@Running@true@false"
+ regex = coalesce(argument.port_name.value, "http-metrics") + "@Running@true@false"
63
action = "keep"
64
}
65
0 commit comments