php-fpm-exporter
php-fpm-exporter copied to clipboard
Prometheus exporter for php-fpm status.
# The history We would ideally scale our php-fpm layer based on number of active compared to idle fpm child processes. We have a setup, with relatively small php containers,...
Hi all, I'm very new to prometheus I installed php-fpm exporter on my client server by using below steps. Exporter service is running up. No idea how to make it...
It could be good to have the list of the mertrics in the readme like https://github.com/Lusitaniae/phpfpm_exporter do
Hi. Trying to run exporter from Docker image but have the "_Empty reply from server_" error even for the `healthz` URI. Docker command: `# docker run -ti -p 8080:8080 bakins/php-fpm-exporter:v0.4.1`...
Hi, thanks for the exporter, I was wondering - would you consider changing default port to 9253 as other fpm exporters are [using it as well](https://github.com/prometheus/prometheus/wiki/Default-port-allocations)? Port 8080 is usually...
how to run php-fpm-exporter i config status/ping php-fpm but i don't know to run it
Hi, How do we collect metrics from single box when multiple containers are running on it ? For example: If 9 containers are running in 2 machines, Those 9 container...
how to Export the Specific php request metrics in Prometheus format?
While trying to build the code, got the following error : ``` ./exporter.go:140:68: too many arguments in call to prometheus.NewProcessCollector have (int, string) want (prometheus.ProcessCollectorOpts) ``` Fixed by using the...