Closed technimad-splunk closed 3 weeks ago
According to the semantic conventions xray SHOULD be replaced with xray-lambda: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/faas/aws-lambda.md#xray-lambda-propagator-configuration
xray
xray-lambda
This is a breaking change for current configurations. So care should be taken on how to communicate this change.
The xray-lambda propagator should only be used when only reporting spans to x-ray. So it doesn't apply to the implementation in this repo.
According to the semantic conventions
xray
SHOULD be replaced withxray-lambda
: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/faas/aws-lambda.md#xray-lambda-propagator-configurationThis is a breaking change for current configurations. So care should be taken on how to communicate this change.