From 15c5591c6e57031b6cd8ce85cbb3a38c9cdfa23d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 24 Apr 2022 14:01:01 -0700 Subject: gitea: enable metric endpoint Move configuration for the scraper into the gitea module itself. --- modules/services/prometheus/default.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules/services/prometheus/default.nix') diff --git a/modules/services/prometheus/default.nix b/modules/services/prometheus/default.nix index 37cbbac..0c66f47 100644 --- a/modules/services/prometheus/default.nix +++ b/modules/services/prometheus/default.nix @@ -131,12 +131,6 @@ in { static_configs = [{ targets = [ "192.168.6.20:9090" ]; }]; 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 v1.2.3