-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Upstream Service Mapping #418
Conversation
…bda-js into ar/fixServiceMapping
@@ -112,12 +112,12 @@ export class SpanInferrer { | |||
endpoint: path, | |||
resource_names: resourceName, | |||
request_id: context?.awsRequestId, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Via this branch I published v20 of dd lambda js to sandbox and asserted correct upstream service mapping for apigw and sns. The other services service.name are properly being added as shown by the spec file above and snapshots
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the issue why remapping wasnt working was the service.name is supported by backend and in the past it when it wasn't present it must of fallen back to the lambda function service name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SLS-4019
What does this PR do?
Fixes inferred spans service mapping by using service.name
Motivation
See SLS-4019 for more context, upstream service mapping not working in JS due to not using service.name
Testing Guidelines
Additional Notes
Types of Changes
Check all that apply