Extend prometheus to scrape cadvisor data.

This commit is contained in:
2024-03-26 15:42:58 +01:00
parent 5a9539bd7a
commit 59cd0968fd

View File

@@ -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']