mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 22:19:40 -08: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
|
|
|