Sha256: 29a94518356dc1fc090e52c1df2fd3c4f3ae3857e8fccb91bf54c4f3b3c07ee8
Contents?: true
Size: 394 Bytes
Versions: 2
Compression:
Stored size: 394 Bytes
Contents
# frozen_string_literal: true module Istio module Tracing PROPAGATION_HEADERS = %w[ x-request-id x-b3-traceid x-b3-spanid x-b3-parentspanid x-b3-sampled x-b3-flags x-ot-span-context X-REQUEST-ID X-B3-TRACEID X-B3-SPANID X-B3-PARENTSPANID X-B3-SAMPLED X-B3-FLAGS X-OT-SPAN-CONTEXT ].freeze end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ygrene_istio_tracing-1.0.1 | lib/istio/tracing/header.rb |
ygrene_istio_tracing-1.0.0 | lib/istio/tracing/header.rb |