Skip to content

Commit

Permalink
allow thread metadata line to be empty (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk authored Jan 21, 2022
1 parent 29cbcbc commit b09e176
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions specification/semantic_conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ The metadata line consists of several space separated fields:
- `nid=0x<n>` where `<n>` is the lowercase hexadecimal representation of the native thread id. 0 if not available.
- The remainder of the line is a free-form text field that SHOULD indicate the status of the thread at the time the stack was captured (such as "running" or "waiting" )

If none of the fields in the thread metadata line are known, then the line MAY be
blank/empty. That is, an empty thread metadata line indicates that no additional thread
metadata is available for the stack trace.

Following the metadata line is a line containing the implementation specific
thread state. For example, java may provide:

Expand Down

0 comments on commit b09e176

Please sign in to comment.