lib/opentelemetry/common/http/client_context.rb in opentelemetry-common-0.19.3 vs lib/opentelemetry/common/http/client_context.rb in opentelemetry-common-0.19.5
- old
+ new
@@ -9,10 +9,10 @@
module HTTP
# ClientContext contains common helpers for context propagation
module ClientContext
extend self
- CURRENT_ATTRIBUTES_HASH = Context.create_key('current-attributes-hash')
+ CURRENT_ATTRIBUTES_HASH = Context.create_key('http-client-context-attributes-hash')
private_constant :CURRENT_ATTRIBUTES_HASH
# Returns the attributes hash representing the HTTP client context found
# in the optional context or the current context if none is provided.