From 817a6753950c1a83ac8825c17aee83e5d9aa5832 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 30 Jun 2022 06:14:06 +0200 Subject: [PATCH] Add traefik metrics to prometheus. --- prometheus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prometheus.yml b/prometheus.yml index b0b11d3..24b3ac7 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -12,3 +12,6 @@ scrape_configs: - job_name: node-exporter static_configs: - targets: ['node-exporter.lan'] + - job_name: traefik + static_configs: + - targets: ['traefik.lan']