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

     1  ## Rust Example
     2  
     3  To run the example run the following commands:
     4  ```
     5  # Pull latest pyroscope image:
     6  docker pull pyroscope/pyroscope:latest
     7  
     8  # Run the example project:
     9  docker-compose up --build
    10  
    11  # Reset the database (if needed):
    12  # docker-compose down
    13  ```
    14  
    15  Example output:
    16  <img width="1791" alt="image" src="https://user-images.githubusercontent.com/23323466/154099646-87fbc483-aa82-4e91-9f68-ffe3bc18aed6.png">
    17