From 7ca7323273bf6a06e7c09c2ce7c4143c2c12ef56 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 29 Jun 2022 08:20:42 +0200 Subject: [PATCH] Add docker metrics to prometheus. --- prometheus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prometheus.yml b/prometheus.yml index 2de79dc..42d6ce3 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -6,4 +6,7 @@ scrape_configs: - job_name: 'prometheus' static_configs: - targets: ['prometheus.lan'] + - job_name: 'docker' + static_configs: + - targets: ['localhost:9323']