fix(vm-client): add cluster external label for dashboard variable resolution
This commit is contained in:
parent
da0ccbd1b5
commit
342870fa03
1 changed files with 2 additions and 4 deletions
|
|
@ -791,11 +791,9 @@ vmagent:
|
||||||
port: "8429"
|
port: "8429"
|
||||||
selectAllByDefault: true
|
selectAllByDefault: true
|
||||||
scrapeInterval: 20s
|
scrapeInterval: 20s
|
||||||
externalLabels:
|
externalLabels:
|
||||||
cluster_environment: "observability"
|
cluster_environment: "observability"
|
||||||
# For multi-cluster setups it is useful to use "cluster" label to identify the metrics source.
|
cluster: observability
|
||||||
# For example:
|
|
||||||
# cluster: cluster-name
|
|
||||||
extraArgs:
|
extraArgs:
|
||||||
promscrape.streamParse: "true"
|
promscrape.streamParse: "true"
|
||||||
# Do not store original labels in vmagent's memory by default. This reduces the amount of memory used by vmagent
|
# Do not store original labels in vmagent's memory by default. This reduces the amount of memory used by vmagent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue