feat(nodejs): Add support for sqs + sns propagation for aws-lambda instrumentation #480
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Symptom
Splunk o11y/SignalFX service map fragmentation — producers and consumers appear as disconnected services.
Impact
Traces between services mean user requests cannot be followed end-to-end.
This creates blind spots in our telemetry, increases mean time to detect and resolve incidents (MTTR), and undermines root-cause analysis because errors and latency appear in isolation rather than as a connected path.
The result is slower incident response. In practical terms, on-call engineers spend more time stitching logs and guesses together, customer impact lasts longer, and we risk shipping regressions because we can’t prove where time and errors are spent across the request path.
Other solutions
Was given the following from Splunk support to manually instrument and correlate the traces.
This worked but this is then a manual instrumentation (testing with the changes in this PR seem to have the same effect)
Have also attemped to use OTEL_PROPAGATORS and added xray but this did not work