From 9c86bdad04d37a66b6c247e8dc4601034d0f40fb Mon Sep 17 00:00:00 2001 From: Clement Date: Thu, 12 Sep 2024 09:28:05 +0800 Subject: [PATCH] chore: README.md (#27) --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e2e099..cf9ba22 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ https://github.com/user-attachments/assets/77bfacd8-1779-4aaf-9758-9604362a1eb5 - ## Install ```bash @@ -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.