forked from nemke82/magento2gitpod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blackfire-agent.ini
64 lines (54 loc) · 1.41 KB
/
blackfire-agent.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[blackfire]
;
; This is a configuration file for Blackfire's Agent.
;
;
; setting: ca-cert
; desc : Sets the PEM encoded certicates
; default:
ca-cert=
;
; setting: collector
; desc : Sets the URL of Blackfire's data collector
; default: https://blackfire.io
collector=https://blackfire.io
;
; setting: http-proxy
; desc : Sets the http proxy to use
; default:
http-proxy=
;
; setting: https-proxy
; desc : Sets the https proxy to use
; default:
https-proxy=
;
; setting: log-file
; desc : Sets the path of the log file. Use stderr to log to stderr
; default: stderr
log-file=stderr
;
; setting: log-level
; desc : log verbosity level (4: debug, 3: info, 2: warning, 1: error)
; default: 1
log-level=%BLACKFIRE_LOG_LEVEL%
;
; setting: server-id
; desc : Sets the server id used to authenticate with Blackfire API
; default:
server-id=%BLACKFIRE_SERVER_ID%
;
; setting: server-token
; desc : Sets the server token used to authenticate with Blackfire API. It is unsafe to set this from the command line
; default:
server-token=%BLACKFIRE_SERVER_TOKEN%
;
; setting: socket
; desc : Sets the socket the agent should read traces from. Possible value can be a unix socket or a TCP address. ie: unix:///var/run/blackfire/agent.sock or tcp://127.0.0.1:8307
; default: unix:///var/run/blackfire/agent.sock
socket=unix:///tmp/agent.sock
;
; setting: spec
; desc : Sets the path to the json specifications file
; default:
spec=