Open fsiler opened 8 months ago
I experience the same behaviour adding the base-url config during configuring from the Helm chart. I tried to use port-forward and the UI comes blank.
Same here, trying to setup pyroscope behind tailscale serve but it does not work:
https://tragicomix.xxxxxxxx.ts.net (tailnet only)
|-- /grafana proxy http://127.0.0.1:3000
|-- /pyroscope proxy http://127.0.0.1:4000
---
api:
base-url: /pyroscope
server:
http_path_prefix: /pyroscope
pyroscopedb:
data_path: /opt/homebrew/var/lib/pyroscope
Describe the bug
I've toyed with different permutations of
api.base-url
andserver.http_path_prefix
. System will not function when prefixed at/pyroscope
To Reproduce
Steps to reproduce the behavior:
1.4.0
Configure as follows:
Expected behavior
Port-forward config, try to visit UI at /pyroscope. Does not work. Used both
kubectl port-forward
andHTTPProxy
frontend, all broken.Notably, I can visit
/pyroscope/ready
and it functions. Not sure about other API endpoints.Environment
config.yaml
mapped via ConfigMapAdditional Context
n/a