mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-21 03:16:00 -08:00
This commit changes the configuration interface from job configs to scrape configs. This includes allowing multiple ways of target definition at once and moving DNS SD to its own config message. DNS SD can now contain multiple DNS names per configured discovery.
7 lines
80 B
Plaintext
7 lines
80 B
Plaintext
scrape_config: <
|
|
job_name: "testjob"
|
|
dns_config: <
|
|
name: "sd_name"
|
|
>
|
|
>
|