Skip to content
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

Can't block Unnamed transaction from /status php-fpm #1218

Open
goffyara opened this issue Sep 4, 2024 · 0 comments
Open

Can't block Unnamed transaction from /status php-fpm #1218

goffyara opened this issue Sep 4, 2024 · 0 comments
Labels
agent-php bug Something isn't working

Comments

@goffyara
Copy link

goffyara commented Sep 4, 2024

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.

Image

Steps to reproduce the behavior:

  1. Config php-fpm status
[www]
listen = 9000
pm.status_path = /status
  1. config by envs ENV ELASTIC_APM_TRANSACTION_IGNORE_URLS="/health, /status"
  2. Run php-fpm-healthcheck

Expected behavior
No Unnamed transaction transaction in APM

@goffyara goffyara added the bug Something isn't working label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent-php bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant