File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ Release Notes.
3232* Add the sub-commands for query sorted metrics/records by @mrproliu in https://github.com/apache/skywalking-cli/pull/163
3333* Add compatibility documentation by @mrproliu in https://github.com/apache/skywalking-cli/pull/164
3434* Add the sub-command ` records list ` for adapt the new record query API by @mrproliu in https://github.com/apache/skywalking-cli/pull/167
35+ * Add the attached events fields into the ` trace ` sub-command by @mrproliu in https://github.com/apache/skywalking-cli/pull/169
3536
36370.10.0
3738------------------
Original file line number Diff line number Diff line change @@ -46,6 +46,21 @@ query ($traceId: ID!) {
4646 key value
4747 }
4848 }
49+ attachedEvents {
50+ startTime {
51+ seconds nanos
52+ }
53+ event
54+ endTime {
55+ seconds nanos
56+ }
57+ tags {
58+ key value
59+ }
60+ summary {
61+ key value
62+ }
63+ }
4964 }
5065 }
5166}
You can’t perform that action at this time.
0 commit comments