Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 58af67a

Browse files
author
Bogdan Drutu
authored
Use Tracestate instead of TraceState. (#171)
1 parent 3e23ddd commit 58af67a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

trace/Span.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Represents the options for a trace. It is represented as 1 byte (bitmap).
3030
##### Supported bits
3131
* Sampling bit - Bit to represent whether trace is sampled or not (mask `0x1`).
3232

33-
#### TraceState
34-
Carries tracing-system specific context in a list of key value pairs. TraceState allows different
33+
#### Tracestate
34+
Carries tracing-system specific context in a list of key value pairs. Tracestate allows different
3535
vendors propagate additional information and inter-operate with their legacy Id formats.
3636

3737
For more details see [this][TraceStateLink].

0 commit comments

Comments
 (0)