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" target_label = "job"
} }
rule { rule {
target_label = "cluster" source_labels = ["__meta_kubernetes_pod_container_port_name"]
replacement = "{{- .Values.clusterName -}}" regex="(?!http-metrics)"
action = "drop"
} }
} }

View File

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