elastic / elastic/apm-agent-nodejs

Support aws EventBridge instrumentation

Open
#4,166 2 comments 2 reactions 0 assignees View on GitHub
community
Dominant language
JavaScript
Stars
594
Forks
244
Avg merge
1d 8h
Merged PRs (30d)
16

Description

**Is your feature request related to a problem? Please describe.**
I would like to have a module that enables instrumentation of AWS lambdas that use EventBridge as a trigger.

**Describe the solution you'd like**
When a lambda gets triggered by an EventBridge event I would like instrumentation to be tracked similarly to how the AWS SQS functions.

**Describe alternatives you've considered**
I have attempted to use the lambda layers and then start custom transactions to continue the tracing. When doing this I have encountered issues with the custom traces not being sent to elasticsearch, I could only see the default trace that the layer generate on a new lambda invocation, but without any other context (for example the traceparent)

I would be open to giving it a shot at implementing this myself. I am open to any feedback or guidelines.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.