Christian Simon
Christian Simon
I have just tried it myself and I was able to collect a profile (that is on `linux/amd64`). A few pitfalls to check: * Ensure your target application is actually...
With `targets_only = true`, it will only collect the processes that it has been given within the targets. If targets is empty or contains targets without `__process_id__` it will do...
As I said this is not in a released version of Grafana Agent, you need to compile it yourself or wait till v0.40 gets released. (Some docs for compiling are...
You need to query for one explicitly using for example: `{service_name="test2"}`
I think `pyroscope.ebpf` and `pyroscope.java` should attach all they knew about the profile collected as internal labels (starting with `__`). Then we should have a `pyroscope.relabel` comopnent, that allows us...
Yes I think this will quite important to give good feedback to the user. We should maybe also think of a "warning". Something that went wrong, and might affect correctness,...
That might be true, but also error messages like this are not really helping anyone: ``` { "code": "unknown", "message": "invalid_argument: protocol error: incomplete envelope: stream error: stream ID 181157;...
It looks correct, I would double check logs and eventually trying the endpoint with curl, if that makes any difference. Generally connection refused is nothing is listening or something actively...
Hey @eilonmonday. I am not able to reproduce this locally, on Kubernetes 1.25 ```console $ helm repo add grafana https://grafana.github.io/helm-charts $ helm repo update $ kubectl create namespace pyroscope-test $...