pyroscope
pyroscope copied to clipboard
flamegraph display
when i slelect one process, but the flamegraph still displaying other process. what should i do?
share your configuration
it is probably because you are using "targets_only=false", if that is the case you should migrate to discovery.process
and targets_only=true
share your configuration
it is probably because you are using "targets_only=false", if that is the case you should migrate to
discovery.process
andtargets_only=true
i’m try, but it didn't solve the problem. this is my grafana-agent-flow config:
and i not found doc about discovery.process, please send me?
and i have another question, when i only start pyroscope service by default config(no start grafana-agent-flow). i can still see the
pyroscope data on flamegraph. that is default display? how shoule i close it?
Yeah right now this only affect the Graph part of the panel. You need to use the query field {service_name="test"}
and submit a new query.