temp commit
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
parent
e3542e472d
commit
c522e3f39e
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user