From 5613ed99086618b91441d84620bdbe27a94ad1d2 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 16 Oct 2022 18:12:57 +0200 Subject: Complete telemetry configuration --- nix/deuxfleurs.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nix') diff --git a/nix/deuxfleurs.nix b/nix/deuxfleurs.nix index 3e880cc..66c153c 100644 --- a/nix/deuxfleurs.nix +++ b/nix/deuxfleurs.nix @@ -305,6 +305,11 @@ in "public_ipv6" = cfg.ipv6; }; }; + telemetry = { + publish_allocation_metrics = true; + publish_node_metrics = true; + prometheus_metrics = true; + }; tls = { http = true; rpc = true; -- cgit v1.2.3