Code Monkey home page Code Monkey logo

Comments (4)

haotianw465 avatar haotianw465 commented on July 18, 2024

You can use @xray_recorder.capture() to annotate PynamoDB call. The decorator will automatically create a top level subsegment and record whatever exception thrown from PynamoDB client. See https://github.com/aws/aws-xray-sdk-python/blob/master/aws_xray_sdk/core/recorder.py#L317 which does the heavy lifting for the decorator.

This is not ideal since the stack trace is not in the same subsegment as the actual http status code, API parameters, endpoint etc. But it will at least be present on the parent of the actual call subsegment.

But this also makes sense as the PynamoDB client call reflects a logical operation that might not tied to any individual outgoing http request. In another word, the exception thrown by the client is determined by the aggregated results from lower level details.

Please let me know your thoughts.

from aws-xray-sdk-python.

haotianw465 avatar haotianw465 commented on July 18, 2024

Hi, any update? You get it working properly or need additional help?

from aws-xray-sdk-python.

Dunedan avatar Dunedan commented on July 18, 2024

Sorry, for the late response, but I haven't had time yet to further look into it. It also looks like I won't have any time in the near future, especially as we have so few exceptions where we would benefit from it, that it's not at the top of our priorities right now.

from aws-xray-sdk-python.

haotianw465 avatar haotianw465 commented on July 18, 2024

No problem. I'm closing this for now. Whenever you have time to look at this issue again, see if the suggestions work for you and feel free to comment here to continue the conversation.

from aws-xray-sdk-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.