From e2df39c1b67cf6e0c209736700d651a4dca2d76b Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Thu, 1 Mar 2018 17:09:33 +1100 Subject: [PATCH] Add Grafana dashboard link to README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 724b154..205554e 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ A webserver such as NGINX or Apache is **NOT** needed! * Export to CLI as text or JSON * Connects directly to PHP-FPM via TCP or Socket * Maps environment variables to CLI options +* Fix for PHP-FPM metrics oddities +* [Grafana Dashboard](https://grafana.com/dashboards/4912) for Kubernetes ## Usage @@ -142,6 +144,12 @@ If you like to have a more granular reporting please use `phpfpm_process_state`. # TYPE phpfpm_up gauge ``` +## Grafana Dasbhoard for Kubernetes + +The Grafana dashboard can be found [here](https://grafana.com/dashboards/4912) . + + + ## Contributing Contributions are greatly appreciated.