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

     1  ## Rust Example
     2  
     3  To run the basic example run the following commands:
     4  ```
     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  
    18  ![Image](https://github.com/user-attachments/assets/65c3000f-3170-4d41-94d4-257413f1f54d)
    19  ![Image](https://github.com/user-attachments/assets/d9948c21-ab74-4e7c-aef4-ac376751a51f)