@@ -26,16 +26,16 @@ As shown in the next section, it is important for `trace-id` to carry
2626"uniqueness" and "randomness" in the right part of the ` trace-id ` , for better
2727inter-operability with some existing systems.
2828
29- ### Handling ` trace-id ` for complaint platforms with shorter internal identifiers
29+ ### Handling ` trace-id ` for compliant platforms with shorter internal identifiers
3030
3131There are tracing systems which use a ` trace-id ` that is shorter than 16 bytes,
3232which are still willing to adopt this specification.
3333
3434If such a system is capable of propagating a fully compliant ` trace-id ` , even
35- while still requiring a shorter, non-complaint identifier for internal purposes,
35+ while still requiring a shorter, non-compliant identifier for internal purposes,
3636the system is encouraged to utilize the ` tracestate ` header to propagate the
3737additional internal identifier. However, if a system would instead prefer to use
38- the internal identifier as the basis for a fully complaint ` trace-id ` , it SHOULD
38+ the internal identifier as the basis for a fully compliant ` trace-id ` , it SHOULD
3939be incorporated at the as rightmost part of a ` trace-id ` . For example, tracing
4040system may receive ` 234a5bcd543ef3fa53ce929d0e0e4736 ` as a ` trace-id ` , hovewer
4141internally it will use ` 53ce929d0e0e4736 ` as an identifier.
0 commit comments