github.com/grafana/pyroscope@v1.18.0/examples/grafana-alloy-auto-instrumentation/ebpf/README.md (about)

     1  ## eBPF Example
     2  
     3  **Note: Due to permission this docker-compose example can only be run on linux amd64**
     4  
     5  To run the example run the following commands:
     6  ```
     7  # Pull latest pyroscope image:
     8  
     9  # Run the example project:
    10  docker-compose up --build
    11  
    12  # Reset the database (if needed):
    13  # docker-compose down
    14  ```