File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,8 @@ The following properties are available in expressions:
132
132
* ` @p ` - a dictionary containing all first-class properties; this supports properties with non-identifier names, for example ` @p['snake-case-name'] `
133
133
* ` @i ` - event id; a 32-bit numeric hash of the event's message template
134
134
* ` @r ` - renderings; if any tokens in the message template include .NET-specific formatting, an array of rendered values for each such token
135
+ * ` @tr ` - trace id; The id of the trace that was active when the event was created, if any
136
+ * ` @sp ` - span id; The id of the span that was active when the event was created, if any
135
137
136
138
The built-in properties mirror those available in the CLEF format.
137
139
You can’t perform that action at this time.
0 commit comments