pyroscope icon indicating copy to clipboard operation
pyroscope copied to clipboard

grafana-agent: pyroscope.java component should infer service name for k8s targets similar to ebpf

Open korniltsev opened this issue 1 year ago • 1 comments

In ebpf we do "ebfp/namespace/container" We should have something similar for java , so that targets do not get merged to "unspecified" in k8s ever

korniltsev avatar Jan 18 '24 15:01 korniltsev

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 to populate the service_name according to a ruleset.

simonswine avatar Jan 19 '24 09:01 simonswine