From 7cde6e92aecd46da3dc559581f30e737bdfca21c Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Fri, 23 Aug 2024 21:04:11 +0200 Subject: [PATCH] feat(grafana): add Pyroscope datasource Signed-off-by: Raito Bezarius --- services/monitoring/lgtm/grafana.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/services/monitoring/lgtm/grafana.nix b/services/monitoring/lgtm/grafana.nix index 20f20f7..eaf9871 100644 --- a/services/monitoring/lgtm/grafana.nix +++ b/services/monitoring/lgtm/grafana.nix @@ -116,6 +116,13 @@ in implementation = "mimir"; }; } + { + name = "Pyroscope"; + type = "pyroscope"; + uid = "pyroscope"; + access = "proxy"; + url = "http://127.0.0.1:4040"; + } ]; }; };