openzipkin / zipkin-api

Zipkin's language independent model and HTTP Api Definitions
https://zipkin.io/zipkin-api/
Apache License 2.0
59 stars 32 forks source link

Clarifies trace ID is encoded in big-endian byte order #58

Closed codefromthecrypt closed 5 years ago

codefromthecrypt commented 5 years ago

@basvanbeek noticed we don't explicitly indicate byte order even if it is implied in other scenarios such as downgrading of trace IDs. This makes the trace ID byte order explicit.

codefromthecrypt commented 5 years ago

sorry I inverted my brain there.

so "0000000200000001" in hex is high 64 bits 2 and low 64 bits 1