forked from grafana/grafana-image-renderer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev.json
55 lines (49 loc) · 1.09 KB
/
dev.json
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
{
"service": {
"host": "localhost",
"port": 8081,
"metrics": {
"enabled": true,
"collectDefaultMetrics": true,
"requestDurationBuckets": [1, 5, 7, 9, 11, 13, 15, 20, 30]
},
"logging": {
"level": "debug",
"console": {
"json": false,
"colorize": true
}
}
},
"rendering": {
"chromeBin": null,
"args": ["--no-sandbox", "--disable-setuid-sandbox", "--disable-gpu"],
"ignoresHttpsErrors": false,
"timezone": null,
"acceptLanguage": null,
"width": 1000,
"height": 500,
"deviceScaleFactor": 2,
"maxWidth": 1980,
"maxHeight": 8000,
"maxDeviceScaleFactor": 10,
"headed": false,
"mode": "default",
"emulateNetworkConditions": false,
"networkConditions": {
"downloadThroughput": 4000000,
"uploadThroughput": 4000000,
"latency": 100,
"offline": false
},
"clustering": {
"monitor": true,
"mode": "browser",
"maxConcurrency": 5,
"timeout": 30
},
"verboseLogging": true,
"dumpio": false,
"timingMetrics": true
}
}