-
-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error can not get full metrics with phpfpm_up is 0 #321
Comments
Hello, Your socket isn't correct, the syntaxe have to be like this : unix:///tmp/php.sock;/status, but you're using unix:/run/php/php8.2-fpm:sock;/status Try to use this syntaxe instead : |
Hello, thank you for you reply.
And afrer I change the path of socket in system file, here is the status:
|
I try to run the exporter as a systemd process which runs the binary as root. I also using my prometheous with [endpoint] of my local server like this (http://172.17.71.175:9253/metrics)
I try curl that endpoint and saw the failure like this:
Which wrong is that? How can I check and fix it? Thank you so much.
The text was updated successfully, but these errors were encountered: