Skip to content

[Feature] AWS x-ray tracing, for Observability #120

Description

@Cameronsplaze

Is your feature request related to a problem? Please describe.

Have a dashboard that lets you see the request move through the stack. Useful for debugging, and testing to see if nothing broke.

This is technically blocked by #4, since adding xray to lambda is a single line in powertools. (Just always have that line there, and you can enable/disable it in the cdk lambda construct props).

Describe the solution you'd like

  • Requests through lambdas (boto3 spins up/down ASG) gets traced.
  • ASG spinning up, triggering ASG-StateChange Lambda gets traced too.
  • Entire x-ray part can be enabled/disabled inside of leaf config. (Might be free-tier, but just-in-case).
  • See if there's an x-ray widget that needs to be added to the dashboard.

Describe alternatives you've considered

Just leave it as is. This would be nice to have, but isn't in any way a priority.

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions