File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
deployments/terraform/alloy Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ discovery.relabel "application_pods" {
2828 target_label = "job"
2929 separator = "/"
3030 source_labels = [
31- "__meta_kubernetes_namespace_v1 ",
31+ "__meta_kubernetes_namespace ",
3232 "__meta_kubernetes_pod_label_app_kubernetes_io_instance",
3333 ]
3434 }
@@ -42,15 +42,15 @@ discovery.relabel "application_pods" {
4242 target_label = "service_namespace"
4343 source_labels = [
4444 // The Kubernetes namespace where the pod is running
45- "__meta_kubernetes_namespace_v1 ",
45+ "__meta_kubernetes_namespace ",
4646 ]
4747 }
4848 // the `namespace` label is for visualizing Profiles in Application Observability
4949 rule {
5050 target_label = "namespace"
5151 source_labels = [
5252 // The Kubernetes namespace where the pod is running
53- "__meta_kubernetes_namespace_v1 ",
53+ "__meta_kubernetes_namespace ",
5454 ]
5555 }
5656 rule {
You can’t perform that action at this time.
0 commit comments