|
12 | 12 | :start-time 1500000000000000
|
13 | 13 | :duration 1000
|
14 | 14 | :references []
|
15 |
| - :tags [{:key "span.kind" |
16 |
| - :type "string" |
17 |
| - :value "server"} |
18 |
| - {:key "http.method" |
19 |
| - :type "string" |
20 |
| - :value "GET"} |
21 |
| - {:key "http.url" |
22 |
| - :type "string" |
23 |
| - :value "/api/orders/1"}]} |
| 15 | + :tags [{:key "span.kind" |
| 16 | + :type "string" |
| 17 | + :value "server"} |
| 18 | + {:key "http.method" |
| 19 | + :type "string" |
| 20 | + :value "GET"} |
| 21 | + {:key "http.url" |
| 22 | + :type "string" |
| 23 | + :value "/api/orders/1"}]} |
24 | 24 |
|
25 | 25 | {:trace-id "1"
|
26 | 26 | :span-id "2"
|
|
31 | 31 | :references [{:ref-type :child-of
|
32 | 32 | :trace-id "1"
|
33 | 33 | :span-id "1"}]
|
34 |
| - :tags [{:key "span.kind" |
35 |
| - :type "string" |
36 |
| - :value "client"} |
37 |
| - {:key "http.method" |
38 |
| - :type "string" |
39 |
| - :value "GET"} |
40 |
| - {:key "http.url" |
41 |
| - :type "string" |
42 |
| - :value "/api/orders/1"}]} |
| 34 | + :tags [{:key "span.kind" |
| 35 | + :type "string" |
| 36 | + :value "client"} |
| 37 | + {:key "http.method" |
| 38 | + :type "string" |
| 39 | + :value "GET"} |
| 40 | + {:key "http.url" |
| 41 | + :type "string" |
| 42 | + :value "/api/orders/1"}]} |
43 | 43 |
|
44 | 44 | {:trace-id "1"
|
45 | 45 | :span-id "3"
|
|
50 | 50 | :references [{:ref-type :child-of
|
51 | 51 | :trace-id "1"
|
52 | 52 | :span-id "2"}]
|
53 |
| - :tags [{:key "span.kind" |
54 |
| - :type "string" |
55 |
| - :value "server"} |
56 |
| - {:key "http.method" |
57 |
| - :type "string" |
58 |
| - :value "GET"} |
59 |
| - {:key "http.url" |
60 |
| - :type "string" |
61 |
| - :value "/api/orders/1"}]} |
| 53 | + :tags [{:key "span.kind" |
| 54 | + :type "string" |
| 55 | + :value "server"} |
| 56 | + {:key "http.method" |
| 57 | + :type "string" |
| 58 | + :value "GET"} |
| 59 | + {:key "http.url" |
| 60 | + :type "string" |
| 61 | + :value "/api/orders/1"}]} |
62 | 62 | {:trace-id "1"
|
63 | 63 | :span-id "4"
|
64 | 64 | :process-id :p2
|
65 | 65 | :operation-name "kafka.out PROCESS_ORDER"
|
66 | 66 | :start-time 1500000000250000
|
67 |
| - :duration 50 |
68 |
| - :references [{:ref-type :child-of |
69 |
| - :trace-id "1" |
70 |
| - :span-id "3"}] |
71 |
| - :tags [{:key "span.kind" |
72 |
| - :type "string" |
73 |
| - :value "producer"} |
74 |
| - {:key "message_bus.destination" |
75 |
| - :type "string" |
76 |
| - :value "PROCESS_ORDER"}]} |
| 67 | + :duration 50 |
| 68 | + :references [{:ref-type :child-of |
| 69 | + :trace-id "1" |
| 70 | + :span-id "3"}] |
| 71 | + :tags [{:key "span.kind" |
| 72 | + :type "string" |
| 73 | + :value "producer"} |
| 74 | + {:key "message_bus.destination" |
| 75 | + :type "string" |
| 76 | + :value "PROCESS_ORDER"}]} |
77 | 77 | {:trace-id "1"
|
78 | 78 | :span-id "5"
|
79 | 79 | :process-id :p2
|
80 | 80 | :operation-name "kafka.in PROCESS_ORDER"
|
81 | 81 | :start-time 1500000000350000
|
82 |
| - :duration 50 |
83 |
| - :references [{:ref-type :child-of |
84 |
| - :trace-id "1" |
85 |
| - :span-id "4"}] |
86 |
| - :tags [{:key "span.kind" |
87 |
| - :type "string" |
88 |
| - :value "consumer"} |
89 |
| - {:key "message_bus.destination" |
90 |
| - :type "string" |
91 |
| - :value "PROCESS_ORDER"}]}] |
| 82 | + :duration 50 |
| 83 | + :references [{:ref-type :child-of |
| 84 | + :trace-id "1" |
| 85 | + :span-id "4"}] |
| 86 | + :tags [{:key "span.kind" |
| 87 | + :type "string" |
| 88 | + :value "consumer"} |
| 89 | + {:key "message_bus.destination" |
| 90 | + :type "string" |
| 91 | + :value "PROCESS_ORDER"}]}] |
92 | 92 |
|
93 | 93 | :processes {:p1 {:service-name "bff"}
|
94 | 94 | :p2 {:service-name "orders"}}})
|
|
0 commit comments