mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
5849521e90
The promtool check config command still uses the bearer_token_file field which is deprecated in favour of authorization.credentials_file. This commit modifies the command to use the new field insted. Fixes #9874 Signed-off-by: fpetkovski <filip.petkovsky@gmail.com>
5 lines
82 B
YAML
5 lines
82 B
YAML
scrape_configs:
|
|
- job_name: test
|
|
authorization:
|
|
credentials_file: "."
|