-
Notifications
You must be signed in to change notification settings - Fork 3
/
samples.toml
70 lines (54 loc) · 1.2 KB
/
samples.toml
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
[[Rules]]
Label = "area/provider/boltdb"
Regex = "(?i).*(boltdb).*"
[[Rules]]
Label = "area/provider/consul"
Regex = "(?i).*(consul).*"
[[Rules]]
Label = "area/provider/docker"
Regex = "(?i).*(docker).*"
[[Rules]]
Label = "area/provider/ecs"
Regex = "(?i).*(ecs).*"
[[Rules]]
Label = "area/provider/etcd"
Regex = "(?i).*(etcd).*"
[[Rules]]
Label = "area/provider/eureka"
Regex = "(?i).*(eureka).*"
[[Rules]]
Label = "area/provider/k8s"
Regex = "(?i).*(k8s|kubernetes).*"
[[Rules]]
Label = "area/provider/marathon"
Regex = "(?i).*(marathon).*"
[[Rules]]
Label = "area/provider/mesos"
Regex = "(?i).*(mesos).*"
[[Rules]]
Label = "area/provider/rancher"
Regex = "(?i).*(rancher).*"
[[Rules]]
Label = "area/middleware"
Regex = "(?i)middlewares/.*"
[[Rules]]
Label = "area/acme"
Regex = "(?i).*(acme).*"
[[Rules]]
Label = "area/logs"
Regex = "(?i).*(logs|accesslog).*"
[[Rules]]
Label = "area/webui"
Regex = "(?i)webui/*"
[[Rules]]
Label = "area/infrastructure"
Regex = "(?i)(\\.github|script/).*"
[Limits]
[Limits.Small]
SumLimit = 150
DiffLimit = 70
FilesLimit = 20
[Limits.Medium]
SumLimit = 400
DiffLimit = 200
FilesLimit = 50