From 69ca80aac692e4d3f1bbcaa12c3eef5fc7587c69 Mon Sep 17 00:00:00 2001 From: Michael Bunsen Date: Wed, 14 Feb 2024 20:03:57 +0000 Subject: [PATCH] Move New Relic config file --- .envs/.production/.django-example | 2 +- newrelic.ini => config/newrelic.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename newrelic.ini => config/newrelic.ini (99%) diff --git a/.envs/.production/.django-example b/.envs/.production/.django-example index 58b49ae26..321d03dc3 100644 --- a/.envs/.production/.django-example +++ b/.envs/.production/.django-example @@ -28,7 +28,7 @@ CELERY_FLOWER_PASSWORD= SENDGRID_API_KEY= # Newrelic -NEW_RELIC_CONFIG_FILE=newrelic.ini +NEW_RELIC_CONFIG_FILE=/app/config/newrelic.ini NEW_RELIC_ENVIRONMENT=development # Storage diff --git a/newrelic.ini b/config/newrelic.ini similarity index 99% rename from newrelic.ini rename to config/newrelic.ini index 8c7e3738a..981557325 100644 --- a/newrelic.ini +++ b/config/newrelic.ini @@ -132,7 +132,7 @@ transaction_tracer.transaction_threshold = apdex_f # original form, and "obfuscated", which strips out numeric and # string literals. # transaction_tracer.record_sql = obfuscated - transaction_tracer.record_sql = raw +transaction_tracer.record_sql = raw # Threshold in seconds for when to collect stack trace for a SQL # call. In other words, when SQL statements exceed this