grafana / pyroscope

Continuous Profiling Platform. Debug performance issues down to a single line of code
https://grafana.com/oss/pyroscope/
GNU Affero General Public License v3.0
9.97k stars 597 forks source link

Add alloy instead of agent #3381

Closed simonswine closed 3 months ago

simonswine commented 3 months ago

This change will disable the agent by default and enable alloy instead.

Fixes #3282

This is breaking change for all helm chart users.

It is required that their custom options are either migrated by replacing agent with alloy or they maintain the previous behaviour by agent.enabled: true alloy.enable: false

knylander-grafana commented 3 months ago

We'll need to update the docs for this changes as well. Noting it in https://github.com/grafana/pyroscope/issues/3271