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-06-17 18:05:59.000000000 +0200
+++ apm.ini 2015-06-17 18:19:02.707376619 +0200
@@ -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,...
@@ -29,7 +29,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
@@ -49,7 +49,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
@@ -71,7 +71,7 @@
; StatsD configuration
; Whether to enable the statsd driver
-; apm.statsd_enabled=On
+apm.statsd_enabled=Off
; Error reporting level specific to the statsd driver
; apm.statsd_error_reporting=E_ALL|E_STRICT
; Control which exceptions to collect (0: none exceptions collected, 1: collect uncaught exceptions (default), 2: collect ALL exceptions)
@@ -85,7 +85,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
|