Merge "Fix an issue with prometheus scraping itself"
This commit is contained in:
commit
d6844dc895
@ -18,6 +18,9 @@ rule_files:
|
||||
|
||||
scrape_configs:
|
||||
- job_name: prometheus
|
||||
basic_auth:
|
||||
username: admin
|
||||
password: "{{ prometheus_password }}"
|
||||
static_configs:
|
||||
{% for host in groups['prometheus'] %}
|
||||
- targets:
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes an issue with prometheus scraping itself now that basic auth has
|
||||
been enabled.
|
Loading…
Reference in New Issue
Block a user