-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathtelemetry-config.json
58 lines (58 loc) · 1.16 KB
/
telemetry-config.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
56
57
58
{
"*": {
"enabled":"all",
"refresh": "12h",
"includes": [
{
"name" : "startup",
"dailyLimit": 1
},
{
"name" : "*"
}
],
"excludes": [
{
"name": "shutdown",
"ratio": "1.0"
}
]
},
"redhat.java": {
"enabled": "all",
"ratio": "0.5",
"includes": [
{
"name" : "startup",
"dailyLimit": 1000
},
{
"name" : "*"
}
],
"excludes": [
{
"name": "textCompletion",
"ratio": "0.997"
}
]
},
"redhat.fabric8-analytics": {
"enabled": "all",
"ratio": "0.0"
},
"redhat.vscode-yaml": {
"enabled": "all",
"ratio": "0.0"
},
"redhat.vscode-xml": {
"enabled": "all",
"ratio": "0.0",
"excludes": [
{
"name": "server.document.open",
"ratio":"0.9"
}
]
}
}