We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi.
Trying to run exporter from Docker image but have the "Empty reply from server" error even for the healthz URI.
healthz
Docker command:
# docker run -ti -p 8080:8080 bakins/php-fpm-exporter:v0.4.1
And nothing going to stdout.
Then curl returns:
curl
# curl localhost:8080/healthz curl: (52) Empty reply from server
What I'm doing wrong here?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
And nothing going to stdout.
Then
curl
returns:What I'm doing wrong here?
The text was updated successfully, but these errors were encountered: