Skip to content

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

@goffyara

Description

@goffyara

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions