temp commit

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands 2024-03-27 14:10:12 +00:00
parent e3542e472d
commit c522e3f39e
2 changed files with 4 additions and 2 deletions

View File

@ -32,8 +32,9 @@ data:
target_label = "job"
}
rule {
target_label = "cluster"
replacement = "{{- .Values.clusterName -}}"
source_labels = ["__meta_kubernetes_pod_container_port_name"]
regex="(?!http-metrics)"
action = "drop"
}
}

View File

@ -5,6 +5,7 @@ namespacesToMonitor:
- tempo
# The name of the cluster where this will be installed
clusterName: "meta-monitoring"
httpPort: 3100
# Set to true to write logs, metrics or traces to Grafana Cloud
cloud: