-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDataCollector.diag
53 lines (42 loc) · 1.42 KB
/
DataCollector.diag
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
# DataCollector.diag
blockdiag {
default_fontsize=20;
// Set node metrix
node_width = 200; // default value is 128
node_height = 100; // default value is 40
// Set span metrix
span_width = 200; // default value is 64
span_height =100; // default value is 40
// set default shape
default_shape = roundedbox; // default value is 'box'
// set default colors
default_group_color = salmon;
"Mobile\nDevices" [stacked, width=90];
"Mobile User" [shape=actor];
"Customer" [shape=actor];
"Browser\nConsole\napp" [width=100]
"Splunk Indexers" [stacked];
group {
orientation=portrait;
color=white;
"Mobile\nDevices" -> "Mobile User" [color=white];
}
"Mobile\nDevices" -> "Software\nLoad Balancer" [label="500 M devices\ndaily nonstop"];
"Data Collector\nwith:\nLive Queue\nStale Queue";
"Software\nLoad Balancer" -> "Data Collector\nwith:\nLive Queue\nStale Queue" [label="150k rps\nper node"];
"Data Collector\nwith:\nLive Queue\nStale Queue" <- "Splunk Indexers";
group {
orientation=portrait;
color=white;
group {
color=lightblue;
"Splunk Indexers" -> "Splunk MINT\napp";
}
"Splunk MINT\napp" -> "Browser\nConsole\napp";
"Browser\nConsole\napp" -> "Customer" [color=white];
}
"Software\nLoad Balancer" -> "Data Collector\ntest in\nproduction env" [label="mirrored\ntraffic\n"];
group {
"Data Collector\nwith:\nLive Queue\nStale Queue";
}
}