-
Notifications
You must be signed in to change notification settings - Fork 0
/
newrelic-tasks-worker.ini
39 lines (35 loc) · 1.05 KB
/
newrelic-tasks-worker.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
[newrelic]
# license_key =
app_name = worker-tasks-reflex.briefy.co
monitor_mode = true
log_level = info
ssl = true
high_security = false
capture_params = false
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 =
browser_monitoring.auto_instrument = false
thread_profiler.enabled = true
startup_timeout = 10.0
[newrelic:development]
app_name = worker-tasks-reflex.dev.briefy.co
labels = Environment:Dev;Tech:Python;Type:Worker
monitor_mode = true
[newrelic:test]
monitor_mode = false
[newrelic:staging]
app_name = worker-tasks-reflex.stg.briefy.co
labels = Environment:Stg;Tech:Python;Type:Worker
monitor_mode = true
[newrelic:production]
app_name = worker-tasks-reflex.live.briefy.co
labels = Environment:Live;Tech:Python;Type:Worker
monitor_mode = true