forked from kubeshop/tracetest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharch.yaml
149 lines (110 loc) · 1.97 KB
/
arch.yaml
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
name: tracetest
style:
core:
color: "#c9e6be"
infrastructure:
color: "#a1bbe3"
mixed:
color: "#de957f"
modules:
main:
type: infrastructure
group: startup
cmd:
type: infrastructure
group: startup
config/*:
type: core
group: config
expression/*:
type: core
group: assertion_engine
assertions/*:
type: core
group: assertion_engine
executor/*:
type: core
group: test_runner
tracedb/*:
type: core
group: test_runner
otlp/*:
type: mixed
group: otlp_ingestor
http/websocket:
type: infrastructure
group: notification
subscription:
type: infrastructure
group: notification
http:
type: infrastructure
group: api
http/validation:
type: infrastructure
group: api
openapi:
type: infrastructure
group: api
http/mappings:
type: infrastructure
group: api
junit:
type: infrastructure
group: api
model/yaml/*:
type: infrastructure
group: api
analytics:
type: infrastructure
group: observability
tracing:
type: infrastructure
group: observability
pkg/id:
type: infrastructure
group: central_libraries
pkg/*:
type: infrastructure
group: libraries
resourcemanager:
type: infrastructure
group: libraries
tests/*:
type: core
group: test_management
environment/*:
type: core
group: test_management
testdb:
type: infrastructure
group: persistence
migrations:
type: infrastructure
group: persistence
app:
type: infrastructure
group: startup
provisioning:
type: infrastructure
group: startup
model:
type: core
group: models
model/events:
type: core
group: models
traces:
type: core
group: models
clusters:
config:
color: "#20BF55"
assertion_engine:
color: "#0B4F6C"
test_runner:
color: "#976391"
test_management:
color: "#20BF55"
startup:
color: "#293F14"