-
Notifications
You must be signed in to change notification settings - Fork 0
/
newrelic.ini
41 lines (37 loc) · 1.17 KB
/
newrelic.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[newrelic]
# license_key =
api_key = c9a9546e2530ea5040e45db4b7e373545ea5462416d6872
app_name = briefy-alexandria.briefy.co
monitor_mode = true
log_level = info
ssl = true
high_security = false
attributes.enabled = true
attributes.include = request.parameters.*
ignored_params =
transaction_tracer.enabled = true
transaction_tracer.transaction_threshold = apdex_f
transaction_tracer.record_sql = raw
transaction_tracer.stack_trace_threshold = 0.5
transaction_tracer.explain_enabled = true
transaction_tracer.explain_threshold = 0.5
transaction_tracer.function_trace =
error_collector.enabled = true
error_collector.ignore_errors = pyramid.httpexceptions:HTTPForbidden
browser_monitoring.auto_instrument = false
thread_profiler.enabled = true
startup_timeout = 10.0
[newrelic:development]
app_name = briefy-alexandria.dev.briefy.co
labels = Environment:Dev;Tech:Python;Type:API
monitor_mode = true
[newrelic:test]
monitor_mode = false
[newrelic:staging]
app_name = briefy-alexandria.stg.briefy.co
labels = Environment:Stg;Tech:Python;Type:API
monitor_mode = true
[newrelic:production]
app_name = briefy-alexandria.live.briefy.co
labels = Environment:Live;Tech:Python;Type:API
monitor_mode = true