-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomplete.cfg
More file actions
29 lines (25 loc) · 913 Bytes
/
Copy pathcomplete.cfg
File metadata and controls
29 lines (25 loc) · 913 Bytes
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
# Optional sequence properties
width = 900
# width = 90%
# height = 90%
distance_between_actors = 180
step_height = 50
vertical_section_text = true
# Optionally define the actors order, if omitted their order
# is determined by the order in which they appear at the steps
@actors Client, Varnish, Cache, Backend
# @start Name, [Color], [Border (true|false)]
@start Request, #AAAA00, true
# Indentation is optional
# @step sourceActor, targetActor, description, [color]
@step Client, Varnish, GET /favicon.ico\nvarnishlog.iou.re
@step Varnish, Cache, GET /favicon.ico\nvarnishlog.iou.re
@step Cache, Varnish, MISS, #AA0000
@end # sections must be closed
@start Fetch, #990033
@step Varnish, Backend, GET /favicon.ico\nvarnishlog.iou.re
@step Backend, Varnish, 200 OK\n(Tx: 213B | Rx: 253B)
@end
@start Response, #AAAA00
@step Varnish, Client, 200 OK\n(Tx: 213B | Rx: 253B)
@end