constants.go 117 B

12345678
  1. package trace
  2. const (
  3. // TraceIdKey is the trace id header.
  4. TraceIdKey = "X-Trace-ID"
  5. spanIdKey = "X-Span-ID"
  6. )