Skip to content

Commit

Permalink
chore: README.md (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
clement2026 authored Sep 12, 2024
1 parent 03938f7 commit 9c86bda
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ https://github.com/user-attachments/assets/77bfacd8-1779-4aaf-9758-9604362a1eb5
</details>



## Install

```bash
Expand Down Expand Up @@ -51,3 +50,9 @@ live-pprof 6060
live-pprof http://localhost:6060/debug/pprof
# Both commands will monitor http://localhost:6060/debug/pprof
```

## Limitations
* Metrics data is stored in the browser memory and is cleared on page refresh.
* The page slows down as data grows due to charts rendering.

As you can see, live-pprof is mainly for local development. These limitations mean it’s not a replacement for Prometheus and Grafana.

0 comments on commit 9c86bda

Please sign in to comment.