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  19 