mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 15:44:05 -08:00
344f9d8d15
Related-to #12810 Signed-off-by: Jayapriya Pai <janantha@redhat.com>
8 lines
196 B
YAML
8 lines
196 B
YAML
scrape_configs:
|
|
- job_name: puppetdb
|
|
puppetdb_sd_configs:
|
|
- url: http://puppet
|
|
query: 'resources { type = "Package" and title = "httpd" }'
|
|
bearer_token: foo
|
|
bearer_token_file: foo
|