github.com/grafana/pyroscope@v1.18.0/examples/language-sdk-instrumentation/rust/rideshare/README.md (about)

     1  ## Rust Example
     2  
     3  To run the rideshare example run the following commands:
     4  ```shell
     5  # Pull latest pyroscope and grafana images:
     6  docker pull grafana/pyroscope:latest
     7  docker pull grafana/grafana:latest
     8  
     9  # Run the example project:
    10  docker compose up --build
    11  
    12  # Reset the database (if needed):
    13  # docker compose down
    14  ```
    15  
    16  Example output:
    17  ![Image](https://github.com/user-attachments/assets/0c402f72-3936-4c27-a22e-9b7af456fb21)
    18  ![Image](https://github.com/user-attachments/assets/b5f51af8-57d6-4dd6-b98e-44f5162d2ca2)
    19  
    20