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