hipages / php-fpm_exporter

A prometheus exporter for PHP-FPM.
Apache License 2.0
587 stars 117 forks source link

Feature: option to monitor all PHP-FPM unix sockets in folder #315

Open mtwango opened 11 months ago

mtwango commented 11 months ago

I've added option to monitor all unix sockets in folder.

Its usable on VM, where you run multiple php sockets (ie different php or websites), and they are created dynamically, so you wont have to edit exporter configuration every time.

Caveeat is, that all sockets has to have same status endpoint.

pschiffe commented 3 weeks ago

It would be awesome to have this feature. Does it support multiple folders? Like each php version has different folder for sockets.