22 Dec 2022 05:56 PM - last edited on 14 Jun 2023 09:58 AM by Michal_Gebacki
With X Ray SDK, we can instrument individual methods.
1. Can we do the same with DT oneagent ? I see in documentation, that lambda java and nodejs services are supported but can i drill down to the code level after instrumentating individual methods calls and likewise SQL calls , trace it all the back to API Gateway?
2. And looks like it neither has support for request attributes? when will this support be available ?
3. Will it also trace sql calls going to RDS & DynamoDB ?
Thanks
Solved! Go to Solution.
23 Dec 2022 08:31 AM
Hello @shahrukh_niazi There is some limitation with Lambda instrumentation.
Code level is available but SQL requests auto tracing and the request attributes are not available.
Details in doc :
https://www.dynatrace.com/support/help/shortlink/aws-lambda-extension#known-limitations
Regards