From e8521f56caad42202d2271ca82a97f99a4a8e11a Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Tue, 11 Jun 2024 21:45:41 -0400 Subject: [PATCH] feat: add caddy metrics --- prometheus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prometheus.yml b/prometheus.yml index 6f101b9..7c66e15 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -7,3 +7,6 @@ scrape_configs: - job_name: 'code-forge-exporter' static_configs: - targets: ['host.containers.internal:3001'] + - job_name: 'sesame_caddy' + static_configs: + - targets: ['host.containers.internal:2019']