treeherder/newrelic.ini

23 строки
1.2 KiB
INI

# Options that can be set via the New Relic website (which is most of them)
# override any listed here, so this file should only be used for settings
# that are not available on the website to avoid confusion. See:
# https://docs.newrelic.com/docs/agents/python-agent/installation-configuration/python-agent-configuration
# The NEW_RELIC_CONFIG_FILE environment variable must point at this file,
# and both NEW_RELIC_APP_NAME + NEW_RELIC_LICENSE_KEY be set appropriately,
# unless NEW_RELIC_DEVELOPER_MODE is set.
[newrelic]
log_file = stdout
# Turn on the capturing of request parameters.
attributes.include = request.parameters.*
# Disable client-side monitoring JS injection, due to there being no way for
# users to opt-out. See:
# https://groups.google.com/forum/#!topic/mozilla.dev.webdev/ragGTzhyY2w
browser_monitoring.enabled = false
[import-hook:django]
# The agent doesn't annotate Django management commands by default:
# https://docs.newrelic.com/docs/agents/python-agent/supported-features/python-background-tasks#django
# List finite-duration commands here to enable their annotation by the agent.
instrumentation.scripts.django_admin = check migrate load_initial_data