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
Unnamed transaction
I use healthcheck by https://github.com/renatomefi/php-fpm-healthcheck that requests /status endpoint php-fpm.
/status
Several options to ignore this url doesn't work: ENV ELASTIC_APM_TRANSACTION_IGNORE_URLS="health, status" ENV ELASTIC_APM_TRANSACTION_IGNORE_URLS="/health, ^/status" ENV ELASTIC_APM_TRANSACTION_IGNORE_URLS="/health, /status" ENV ELASTIC_APM_TRANSACTION_IGNORE_URLS="/health, */status*"
Client apm version: 1.13.1.
Steps to reproduce the behavior:
[www] listen = 9000 pm.status_path = /status
php-fpm-healthcheck
Expected behavior No Unnamed transaction transaction in APM
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use healthcheck by https://github.com/renatomefi/php-fpm-healthcheck that requests
/status
endpoint php-fpm.Several options to ignore this url doesn't work:
ENV ELASTIC_APM_TRANSACTION_IGNORE_URLS="health, status"
ENV ELASTIC_APM_TRANSACTION_IGNORE_URLS="/health, ^/status"
ENV ELASTIC_APM_TRANSACTION_IGNORE_URLS="/health, /status"
ENV ELASTIC_APM_TRANSACTION_IGNORE_URLS="/health, */status*"
Client apm version: 1.13.1.
Steps to reproduce the behavior:
php-fpm-healthcheck
Expected behavior
No
Unnamed transaction
transaction in APMThe text was updated successfully, but these errors were encountered: