summaryrefslogtreecommitdiff
path: root/hosts/p-body/prometheus.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-22 02:35:15 -0400
committerseth <[email protected]>2023-05-23 11:05:28 -0400
commit630934a2631d9429b4e46c1b6ec0f6640f332384 (patch)
treed8bd14cafb0ac382625bc5dca79b84d497e9bab7 /hosts/p-body/prometheus.nix
parent2cb6cfab9553184c1e6a10303cb832fe96080d00 (diff)
!hercules-ci -> hydra
Diffstat (limited to 'hosts/p-body/prometheus.nix')
-rw-r--r--hosts/p-body/prometheus.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/p-body/prometheus.nix b/hosts/p-body/prometheus.nix
index 26e9d0e..e65d828 100644
--- a/hosts/p-body/prometheus.nix
+++ b/hosts/p-body/prometheus.nix
@@ -21,6 +21,8 @@ in {
scrapeConfigs = [
(scrapeExporter "p-body" "localhost" "${toString config.services.prometheus.exporters.node.port}")
(scrapeExporter "atlas" "atlas" "${toString config.services.prometheus.exporters.node.port}")
+ (scrapeExporter "p-body-hydra" "127.0.0.1" "6001")
+ (scrapeExporter "p-body-hydra-queue" "127.0.0.1" "6002")
];
};