summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: 71f3ec8c2d963fa0e093854accc5fb8c073fe52f (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
Extension [ <persistent> extension #162 apm version 2.1.3 ] {

  - INI {
    Entry [ apm.enabled <SYSTEM> ]
      Current = ''
    }
    Entry [ apm.application_id <ALL> ]
      Current = 'My application'
    }
    Entry [ apm.event_enabled <ALL> ]
      Current = '1'
    }
    Entry [ apm.store_stacktrace <ALL> ]
      Current = '1'
    }
    Entry [ apm.store_ip <ALL> ]
      Current = '1'
    }
    Entry [ apm.store_cookies <ALL> ]
      Current = '1'
    }
    Entry [ apm.store_post <ALL> ]
      Current = '1'
    }
    Entry [ apm.stats_duration_threshold <ALL> ]
      Current = '100'
    }
    Entry [ apm.stats_user_cpu_threshold <ALL> ]
      Current = '100'
    }
    Entry [ apm.stats_sys_cpu_threshold <ALL> ]
      Current = '10'
    }
    Entry [ apm.dump_max_depth <ALL> ]
      Current = '1'
    }
    Entry [ apm.sqlite_enabled <PERDIR> ]
      Current = ''
    }
    Entry [ apm.sqlite_stats_enabled <ALL> ]
      Current = '0'
    }
    Entry [ apm.sqlite_exception_mode <PERDIR> ]
      Current = '1'
    }
    Entry [ apm.sqlite_error_reporting <ALL> ]
      Current = ''
    }
    Entry [ apm.sqlite_max_event_insert_timeout <ALL> ]
      Current = '100'
    }
    Entry [ apm.sqlite_db_path <ALL> ]
      Current = '/var/lib/php/apm/db'
    }
    Entry [ apm.sqlite_process_silenced_events <PERDIR> ]
      Current = '1'
    }
    Entry [ apm.mysql_enabled <PERDIR> ]
      Current = ''
    }
    Entry [ apm.mysql_stats_enabled <ALL> ]
      Current = '0'
    }
    Entry [ apm.mysql_exception_mode <PERDIR> ]
      Current = '1'
    }
    Entry [ apm.mysql_error_reporting <ALL> ]
      Current = ''
    }
    Entry [ apm.mysql_host <PERDIR> ]
      Current = 'localhost'
    }
    Entry [ apm.mysql_port <PERDIR> ]
      Current = '0'
    }
    Entry [ apm.mysql_user <PERDIR> ]
      Current = 'root'
    }
    Entry [ apm.mysql_pass <PERDIR> ]
      Current = ''
    }
    Entry [ apm.mysql_db <PERDIR> ]
      Current = 'apm'
    }
    Entry [ apm.mysql_process_silenced_events <PERDIR> ]
      Current = '1'
    }
    Entry [ apm.statsd_enabled <PERDIR> ]
      Current = ''
    }
    Entry [ apm.statsd_stats_enabled <ALL> ]
      Current = '1'
    }
    Entry [ apm.statsd_exception_mode <PERDIR> ]
      Current = '1'
    }
    Entry [ apm.statsd_error_reporting <ALL> ]
      Current = ''
    }
    Entry [ apm.statsd_host <PERDIR> ]
      Current = 'localhost'
    }
    Entry [ apm.statsd_port <PERDIR> ]
      Current = '8125'
    }
    Entry [ apm.statsd_prefix <ALL> ]
      Current = 'apm'
    }
    Entry [ apm.socket_enabled <ALL> ]
      Current = ''
    }
    Entry [ apm.socket_stats_enabled <ALL> ]
      Current = '1'
    }
    Entry [ apm.socket_exception_mode <PERDIR> ]
      Current = '1'
    }
    Entry [ apm.socket_error_reporting <ALL> ]
      Current = ''
    }
    Entry [ apm.socket_path <ALL> ]
      Current = 'file:/tmp/apm.sock|tcp:127.0.0.1:8264'
    }
    Entry [ apm.socket_process_silenced_events <PERDIR> ]
      Current = '1'
    }
  }
}