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

Python agent settings are deprecated #253

Open
thejaywhy opened this issue Jun 17, 2016 · 0 comments
Open

Python agent settings are deprecated #253

thejaywhy opened this issue Jun 17, 2016 · 0 comments

Comments

@thejaywhy
Copy link

NewRelic has deprecated several settings for the Python Agent:

https://docs.newrelic.com/docs/agents/python-agent/attributes/enabling-disabling-attributes-python#deprecated

With default settings on the newrelic_python_agent resource, I see these lines in the default log:

2016-06-17 15:47:33,307 (12169/MainThread) newrelic.config INFO - Deprecated setting found: ignored_params. Please use new setting: attributes.exclude. For the new setting, an ignored parameter should be prefaced with "request.parameters.". For example, ignoring a parameter named "foo" should be added added to attributes.exclude as "request.parameters.foo."
2016-06-17 15:47:33,308 (12169/MainThread) newrelic.config INFO - Deprecated setting found: capture_params. Please use new setting: attributes.exclude. To disable capturing all request parameters, add "request.parameters.*" to attributes.exclude.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant