pyroscope
pyroscope copied to clipboard
display pyroscope data
when i only start Pyroscope service. not send any app profile data to pyroscope.
why i can see the named pyroscope data.
how should close it?
You can disable self profiling using the config or a flag see https://grafana.com/docs/pyroscope/latest/configure-server/reference-configuration-parameters/#configuration-parameters
Example:
-self-profiling.disable-push=true
As Cyril noted, we have a configuration which disables this behavior.