-
Notifications
You must be signed in to change notification settings - Fork 223
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
Ensure transaction_ignore_urls is centrally configurable #988
Comments
Hey @AlexanderWert this is already implemented and tested. We ensure that configuration updates by central config are respected by calling apm-agent-python/tests/client/client_tests.py Lines 376 to 392 in d829eae
apm-agent-python/tests/contrib/django/django_tests.py Lines 1596 to 1604 in d829eae
apm-agent-python/tests/contrib/flask/flask_tests.py Lines 460 to 468 in d829eae
|
Meta issue elastic/apm#144 has been implemented in #772.
Configuration option has been added in Kibana for the Python agent: elastic/kibana#85734
The purpose of this issue is to make sure that agent supports central configuration for this option.
The text was updated successfully, but these errors were encountered: