github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/grafana-integration/README.md (about) 1 # Pyroscope Grafana Integration 2 This example shows pyroscope + grafana + prometheus integration. 3 4 # Running 5 6 ```bash 7 docker-compose up 8 ``` 9 10 Then access grafana at http://localhost:3000 11 Pyroscope is also available at http://localhost:4040 12 13 14 # Development 15 16 To start from scratch, use 17 ``` 18 yes | docker-compose rm 19 docker-compose rm 20 ```