Skip to content

Commit 62115eb

Browse files
authored
Merge pull request #113 from RandomBuffer/Add-trace-and-span-information
Document TraceId and SpanId properties
2 parents 5612f0b + 7989946 commit 62115eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ The following properties are available in expressions:
132132
* `@p` - a dictionary containing all first-class properties; this supports properties with non-identifier names, for example `@p['snake-case-name']`
133133
* `@i` - event id; a 32-bit numeric hash of the event's message template
134134
* `@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
135137

136138
The built-in properties mirror those available in the CLEF format.
137139

0 commit comments

Comments
 (0)