You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to communtcate with prometheus servers to collect metrics.
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 to communtcate with prometheus servers to collect metrics.
curl -LO https://github.com/bakins/php-fpm-exporter/releases/download/v0.4.1/php-fpm-exporter.linux.amd64
sudo cp php-fpm-exporter.linux.amd64 /usr/local/bin/php-fpm-exporter
sudo chown php-fpm-exporter:php-fpm-exporter /usr/local/bin/php-fpm-exporter
sudo chmod 755 /usr/local/bin/php-fpm-exporter
and then enabled service
Could any one of you help me with prometheus yml configuration to get php-fpm exporter metrics
The text was updated successfully, but these errors were encountered: