mirror of
https://github.com/prometheus/prometheus
synced 2024-12-25 16:02:28 +00:00
5a6d244b00
Prometheus adds the ability to read secrets from files. This add this feature for the scaleway service discovery. Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
9 lines
237 B
YAML
9 lines
237 B
YAML
scrape_configs:
|
|
- scaleway_sd_configs:
|
|
- role: instance
|
|
project_id: 11111111-1111-1111-1111-111111111112
|
|
access_key: SCWXXXXXXXXXXXXXXXXX
|
|
secret_key_file: bar
|
|
secret_key: 11111111-1111-1111-1111-111111111112
|
|
|