forked from the-distro/infra
fix(pyroscope): add the gRPC endpoint as proxy as well
This is not documented but necessary for Alloy to operate. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
2544adba8e
commit
1fc15526d7
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue