diff --git a/services/monitoring/pyroscope/default.nix b/services/monitoring/pyroscope/default.nix index 3521fc4..00c79ee 100644 --- a/services/monitoring/pyroscope/default.nix +++ b/services/monitoring/pyroscope/default.nix @@ -29,6 +29,10 @@ in proxyPass = "http://pyroscope"; basicAuthFile = config.age.secrets.metrics-push-htpasswd.path; }; + locations."/push.v1.PusherService/Push" = { + proxyPass = "http://pyroscope"; + basicAuthFile = config.age.secrets.metrics-push-htpasswd.path; + }; }; }; services.pyroscope = {