Bases: TextMapPropagator
Propagator for the AWS X-Ray Trace Header propagation protocol.
See: https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-tracingheader
Create a Context from values in the carrier.
The extract function should retrieve values from the carrier object using getter, and use values to populate a Context value and return it.
getter (Getter
[TypeVar
(CarrierT
)]) – a function that can retrieve zero or more values from the carrier. In the case that the value does not exist, return an empty list.
carrier (TypeVar
(CarrierT
)) – and object which contains values that are used to construct a Context. This object must be paired with an appropriate getter which understands how to extract a value from it.
context (Optional
[Context
]) – an optional Context to use. Defaults to root context if not set.
A Context with configuration found in the carrier.
Inject values from a Context into a carrier.
inject enables the propagation of values into HTTP clients or other objects which perform an HTTP request. Implementations should use the Setter ‘s set method to set values on the carrier.
carrier (TypeVar
(CarrierT
)) – An object that a place to define HTTP headers. Should be paired with setter, which should know how to set header values on the carrier.
context (Optional
[Context
]) – an optional Context to use. Defaults to current context if not set.
setter (Setter
[TypeVar
(CarrierT
)]) – An optional Setter object that can set values on the carrier.
Returns a set with the fields set in inject.
Bases: AwsXRayPropagator
Implementation of the AWS X-Ray Trace Header propagation protocol but with special handling for Lambda’s _X_AMZN_TRACE_ID
environment variable.
Create a Context from values in the carrier.
The extract function should retrieve values from the carrier object using getter, and use values to populate a Context value and return it.
getter (Getter
[TypeVar
(CarrierT
)]) – a function that can retrieve zero or more values from the carrier. In the case that the value does not exist, return an empty list.
carrier (TypeVar
(CarrierT
)) – and object which contains values that are used to construct a Context. This object must be paired with an appropriate getter which understands how to extract a value from it.
context (Optional
[Context
]) – an optional Context to use. Defaults to root context if not set.
A Context with configuration found in the carrier.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4