github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/hacks/metrics-comparison/README.md (about)

     1  # Metrics Comparison
     2  
     3  Run 2 pyroscope instances, 2 golang agents, a prometheus instance and grafana.
     4  The objective is to be able to easily compare metrics before/after changes.
     5  
     6  ```
     7  docker-compose up -d
     8  ```
     9  
    10  to rebuild from local env
    11  ```
    12  docker-compose up --remove-orphans -d --force-recreate --build pyroscope_dev
    13  ```