From 691c9d61e991006b12a858f66be2e61220702b1b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 13 Mar 2022 18:14:31 -0700 Subject: prometheus: scrape gitea metrics --- hosts/common/server/prometheus.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/common/server/prometheus.nix b/hosts/common/server/prometheus.nix index 00a7eba..401dd2b 100644 --- a/hosts/common/server/prometheus.nix +++ b/hosts/common/server/prometheus.nix @@ -55,6 +55,12 @@ in { static_configs = [{ targets = [ "192.168.6.20:8090" ]; }]; relabel_configs = relabelConfigs; } + { + job_name = "gitea"; + static_configs = [{ targets = [ "192.168.6.20:8002" ]; }]; + relabel_configs = relabelConfigs; + } + { job_name = "dnsd"; static_configs = [{ targets = [ "192.168.6.1:8053" ]; }]; -- cgit 1.4.1