forked from RemoteSync/grafana-meta-monitoring-chart
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user