From 07aee2cef89c0796f22fa49992bb5330a77caa62 Mon Sep 17 00:00:00 2001 From: Indra Gunawan Date: Thu, 13 Feb 2025 16:34:07 +0800 Subject: [PATCH] link metrics docs to website --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8d6575b53..052b8339f5 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ frankenphp php-cli /path/to/your/script.php * [Create **standalone**, self-executable PHP apps](https://frankenphp.dev/docs/embed/) * [Create static binaries](https://frankenphp.dev/docs/static/) * [Compile from sources](https://frankenphp.dev/docs/compile/) +* [Monitoring FrankenPHP](https://frankenphp.dev/docs/metrics/) * [Laravel integration](https://frankenphp.dev/docs/laravel/) * [Known issues](https://frankenphp.dev/docs/known-issues/) * [Demo app (Symfony) and benchmarks](https://github.com/dunglas/frankenphp-demo)