summaryrefslogtreecommitdiffstats
path: root/APM-config.patch
blob: 94fe6bc7424cbe63b835b8694cbff5e14cec6cff (plain)
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
42
43
44
45
46
47
--- apm.ini.rpm	2015-03-16 09:05:02.000000000 +0100
+++ apm.ini	2015-03-16 09:07:05.000000000 +0100
@@ -2,7 +2,7 @@
 
 extension=apm.so
 ; Whether the extension is globally active or not (overrides apm.event_enabled and apm.*_stats_enabled)
-; apm.enabled="1"
+apm.enabled=Off
 ; Application identifier, helps identifying which application is being monitored
 ; apm.application_id="My application"
 ; Enable the capture of events such as errors, notices, warnings,...
@@ -26,7 +26,7 @@
 
 ; SQLite configuration
 ; Whether to enable the sqlite driver
-; apm.sqlite_enabled=On
+apm.sqlite_enabled=Off
 ; Whether to collect stats for the sqlite driver (ATTENTION: Has an impact on performance!)
 ; apm.sqlite_stats_enabled=Off
 ; Error reporting level specific to the sqlite driver
@@ -46,7 +46,7 @@
 
 ; MySQL configuration
 ; Whether to enable the mysql driver
-; apm.mysql_enabled=On
+apm.mysql_enabled=Off
 ; Whether to collect stats for the mysql driver (ATTENTION: Has an impact on performance!)
 ; apm.mysql_stats_enabled=Off
 ; Error reporting level specific to the mysql driver
@@ -68,7 +68,7 @@
 
 ; StatsD configuration
 ; Whether to enable the statsd driver
-; apm.statsd_enabled=On
+apm.statsd_enabled=Off
 ; Whether to collect stats for the StatsD driver
 ; apm.statsd_stats_enabled=On
 ; Host of the statsd server
@@ -78,7 +78,7 @@
 
 ; Socket configuration
 ; Whether to enable the socket driver
-; apm.socket_enabled=On
+apm.socket_enabled=Off
 ; Whether to collect stats for the Socket driver
 ; apm.socket_stats_enabled=On
 ; Error reporting level specific to the socket driver