Skip to content
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

[serverless] Extract EventBridge from SNS/SQS Payloads and Create EventBridge Spans #29551

Merged

Commits on Sep 24, 2024

  1. Extract and infer EventBridge spans that are wrapped (sent through) S…

    …NS or SQS. This adds distributed tracing support for `Lambda -> EventBridge -> SQS -> Lambda` and `Lambda -> EventBridge -> SNS -> Lambda`
    nhulston committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7ef4ee6 View commit details
    Browse the repository at this point in the history
  2. Add tests

    nhulston committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0b11fca View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Simplify and reduce diff. For EventBridge events wrapped by SNS, unma…

    …rshall directly into `events.EventBridgeEvent` and use `eventBridgeCarrier()` instead of `handleEventBridgeThroughSNS()`
    nhulston committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    58e2244 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d84217 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5768c24 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    ebba8f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    493c97e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    293167c View commit details
    Browse the repository at this point in the history