nginxinc/nginx-amplify-agent

Individual pool not showing up

Sir-Will opened this issue · 1 comments

I have an individual pool for php7.2-fpm which is not showing up on amplify while the main pool is showing up.
The metrics can be successfully queried with

SCRIPT_NAME=/status SCRIPT_FILENAME=/status QUERY_STRING= REQUEST_METHOD=GET cgi-fcgi -bind -connect /var/run/php/php7.2-fpm-mcserverlists.sock

There are no errors in the agent.log

What could be the issue?
Does amplify merge the pools because it's using the same php fpm? Is there a way to separate them?