Skip to content

Commit 862b59a

Browse files
committed
Update tracing UML diagram with questions
1 parent 0575f92 commit 862b59a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

doc/tracing.puml

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Which metrics can we collect from the pipeline?
33

44

5+
- hvor lang tid tar det fra utvikleren skriver kode til den er i produksjon
6+
- hvor lenge ligger en commit i en PR eller branch før den blir merget til main?
7+
8+
gitt en deploy:
9+
- HVILKEN commit var den første i diffen mellom denne deployen og den forrige?
10+
511
@startuml component
612

713
actor developer as "Developer"
@@ -16,8 +22,9 @@ participant naiserator
1622
developer -> ci
1723
note right: Developer pushes code
1824
ci -> build
19-
note right: time to commit\n\
20-
time to start workflow
25+
note right: time from commit to push\n\
26+
time to start workflow\n\
27+
IS IT POSSIBLE?
2128
build --> ci
2229
note right: time to build
2330

0 commit comments

Comments
 (0)