Skip to content

Commit 651d196

Browse files
authored
Add the attached events fields into the trace sub-command (#169)
1 parent 521843f commit 651d196

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

3637
0.10.0
3738
------------------

assets/graphqls/trace/Trace.graphql

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)