Code Monkey home page Code Monkey logo

Comments (4)

haotianw465 avatar haotianw465 commented on July 18, 2024

Thank you for the valuable feedback. I have one question that I would like to get some clarification. The capture decorator provided by the recorder is calling this function https://github.com/aws/aws-xray-sdk-python/blob/master/aws_xray_sdk/core/recorder.py#L364 which currrently does proper error handling. So based on my understanding you can use the following syntax (decorator style):

@xray_recorder.capture()
def some_function():
    print("code to trace as custom subsegment")

Is there anything missing on this code that we can improve so it can fit your use case? Or you mean to use the with style instead of a decorator?

from aws-xray-sdk-python.

Dunedan avatar Dunedan commented on July 18, 2024

The capture-decorator is fine as it is. It's perfect to get proper error handling when capturing whole functions. What we want to be able to do is to capture arbitrary parts of code inside of functions as well, with the same error handling properties as the capture-decorator does provide. That's why we would like to see the same functionality as context manager as well, as decorators can only be applied to functions, while context managers can be used inside of functions.

The example for the context manager I included above is a bit silly as the only code inside the function, which is not going to be traced, is a print function, but just imagine more complicated code flow. We e.g. have the case that we have a single function in which we want to trace multiple parts of code separately, something not possible with a decorator.

Does that answer your question?

from aws-xray-sdk-python.

haotianw465 avatar haotianw465 commented on July 18, 2024

Yes. Thank you for the clarification. We will cooperate this use case into future improvements and releases. A PR is always welcome.

from aws-xray-sdk-python.

haotianw465 avatar haotianw465 commented on July 18, 2024

This feature is released as part of 2.2.0: https://pypi.org/project/aws-xray-sdk/. Closing.

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.