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"; + } ]; }; };