From b39418084f92c6dc1c14e41750e81b450afd0efb Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 18 Jun 2022 22:33:30 +0200 Subject: [PATCH] services/monitoring: enable experimental Grafana tracing features --- hosts/VEGAS/services/monitoring/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/VEGAS/services/monitoring/default.nix b/hosts/VEGAS/services/monitoring/default.nix index bc2fc04..b25053f 100644 --- a/hosts/VEGAS/services/monitoring/default.nix +++ b/hosts/VEGAS/services/monitoring/default.nix @@ -71,6 +71,11 @@ in cookie_secure = true; disable_gravatar = true; }; + feature_toggles.enable = [ + "tempoSearch" + "tempoBackendSearch" + "tempoServiceGraph" + ]; }; provision = { enable = true;