Hi y'all I'm trying to get a label for each target in my file_sd_config
my prom.yml is:
(redacted)
# my global config
global:
scrape_interval: 1m # Set the scrape interval to every 15 seconds.
Default is every 1 minute.
evaluation_interval: 30s # Evaluate rules every 15 seconds. The default
is every 1 minute.
scrape_timeout: 30s
scrape_configs:
# The job name is added as a label `job=<job_name>` to any timeseries
scraped from this config.
- job_name: 'node'
file_sd_configs:
- files:
- C:/Prometheus/prometheus-2.41.0.windows-amd64/target_cluster_b.yml
my target_cluster_b.yml:
- targets:
- 172.25.X0.XXX:9182
labels:
instance: "SVR-DS01"
- 172.21.X1.XXX:9182
- 172.25.X2.XXX:9182
- 172.25.X3.XXX:9182
as seen in the target.yml I want to try to get a label to each target - to
see in the prom dashboard which ip is which targetname
Thanks in advance.
Kind regards Kolja
--
You received this message because you are subscribed to the Google Groups
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/prometheus-users/fa4e5c9e-807b-4680-9640-592c8172e568n%40googlegroups.com.