Add Grafana dashboard link to README.md
This commit is contained in:
parent
fd58e84d40
commit
e2df39c1b6
1 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,8 @@ A webserver such as NGINX or Apache is **NOT** needed!
|
||||||
* Export to CLI as text or JSON
|
* Export to CLI as text or JSON
|
||||||
* Connects directly to PHP-FPM via TCP or Socket
|
* Connects directly to PHP-FPM via TCP or Socket
|
||||||
* Maps environment variables to CLI options
|
* Maps environment variables to CLI options
|
||||||
|
* Fix for PHP-FPM metrics oddities
|
||||||
|
* [Grafana Dashboard](https://grafana.com/dashboards/4912) for Kubernetes
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -142,6 +144,12 @@ If you like to have a more granular reporting please use `phpfpm_process_state`.
|
||||||
# TYPE phpfpm_up gauge
|
# 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
|
## Contributing
|
||||||
|
|
||||||
Contributions are greatly appreciated.
|
Contributions are greatly appreciated.
|
||||||
|
|
Loading…
Reference in a new issue