github.com/grafana/pyroscope@v1.18.0/examples/language-sdk-instrumentation/java/simple/README.md (about) 1 ## Java Example 2 3 ** Note: Due to permission this docker-compose example can only be run on linux ** 4 5 To run the example run the following commands: 6 ``` 7 # Pull latest pyroscope and grafana images: 8 docker pull grafana/pyroscope:latest 9 docker pull grafana/grafana:latest 10 11 # Run the example project: 12 docker-compose up --build 13 14 # Reset the database (if needed): 15 # docker-compose down 16 ```