Extend prometheus to scrape cadvisor data.
This commit is contained in:
@@ -15,6 +15,12 @@ scrape_configs:
|
||||
basic_auth:
|
||||
username: chris
|
||||
password: 9VJqWNxku4hHdB2zhjk4GHyMLQHCZX
|
||||
- job_name: cadvisor
|
||||
static_configs:
|
||||
- targets: ['cadvisor.steinle-computer.de']
|
||||
basic_auth:
|
||||
username: chris
|
||||
password: 9VJqWNxku4hHdB2zhjk4GHyMLQHCZX
|
||||
- job_name: traefik
|
||||
static_configs:
|
||||
- targets: ['traefik.steinle-computer.de']
|
||||
|
||||
Reference in New Issue
Block a user