-
Notifications
You must be signed in to change notification settings - Fork 611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOC] Update Pyroscope for Agent > Alloy #3271
Comments
From #3381: 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 |
Feedback from Ashley for the install docs for Pyroscope based on a customer's feedback:
|
Additional update: https://grafana.com/docs/pyroscope/latest/configure-client/grafana-agent/go_pull/ This page does not mention that the default Alloy configuration uses |
Update the Pyroscope documentation to use Alloy examples since Agent is being deprecated.
Related: #3277
SME: Marc S
Remove Agent content and use Alloy instead.
Page updates
Configure the client . Grafana Agent
https://grafana.com/docs/pyroscope/latest/configure-client/grafana-agent/
Set up Go profiling in pull mode
On https://grafana.com/docs/pyroscope/latest/configure-client/grafana-agent
Install Grafana Agent section:
Add > Install Grafana Alloy > https://grafana.com/docs/alloy/latest/get-started/install/
Prepare configuration file
Alloy - config file can be anything .alloy
Blocks should stay the same for Agent flow and Alloy.
Start Grafana Agent Flow
Start a local Pyroscope instance for testing purposes (stays the same)
docker run -p 4040:4040 grafana/pyroscope
Start the collector
Start Grafana Alloy: alloy run <configuration-file.file>
Start Grafana Agent: grafana-agent-flow run configuration.river
Open a browser to http://localhost:4040. The page should list profiles.
eBPF
k8s install -- see https://grafana.com/docs/alloy/latest/get-started/install/kubernetes/
All ebpf docs:
Tasks
The text was updated successfully, but these errors were encountered: