github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/rideshare-phlare/README.md (about)

     1  # rideshare phlare integration
     2  
     3  An example if you want to run pyroscope (with rideshare) while remote writing to phlare,
     4  useful when developing phlare locally with pyroscope ingested data.
     5  
     6  
     7  ## Step 1. Running phlare:
     8  tab 1: make build && ./phlare
     9  tab 2: yarn && yarn dev
    10  
    11  ## Step 2. Running pyroscope
    12  tab 3:
    13  To run this (assuming phlare is already running on `http://localhost:4100`):
    14  
    15  ```
    16  cd examples/rideshare-phlare
    17  docker-compose pull
    18  docker-compose up
    19  ```