github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/golang-pull/mattermost/README.md (about)

     1  This is an example of running [mattermost](https://github.com/mattermost/mattermost-server/) with [pyroscope](https://github.com/pyroscope-io/pyroscope/) in pull mode via docker-compose.
     2  
     3  ### Usage:
     4  ```bash
     5  # this will start mattermost-preview docker container and pyroscope-server in pull mode
     6  docker-compose up
     7  ```
     8  
     9  ### Accessing profiling data
    10  
    11  * Open [http://localhost:8065](http://localhost:8065) to access mattermost server
    12  * Open [http://localhost:4040](http://localhost:4040) to access pyroscope server
    13  
    14  ---
    15  
    16  If it all works correctly you should see mattermost application data in pyroscope:
    17  
    18  ![Screen Shot 2021-12-06 at 2 34 34 PM](https://user-images.githubusercontent.com/662636/144933713-f080cc6c-a35d-45c4-bd7d-5ac556a107f2.png)
    19