Add Grafana dashboard link to README.md

This commit is contained in:
Enrico Stahn 2018-03-01 17:09:33 +11:00
parent fd58e84d40
commit e2df39c1b6
No known key found for this signature in database
GPG key ID: 5263621C269A50DE

View file

@ -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) .
<img src="https://grafana.com/api/dashboards/4912/images/3079/image" width="600">
## Contributing
Contributions are greatly appreciated.