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

[META 753] Support Partial Transaction for AWS Lambda #3136

Closed
elastic-apm-tech opened this issue Feb 1, 2023 · 3 comments · Fixed by #3285
Closed

[META 753] Support Partial Transaction for AWS Lambda #3136

elastic-apm-tech opened this issue Feb 1, 2023 · 3 comments · Fixed by #3285
Assignees
Labels
agent-nodejs Make available for APM Agents project planning.
Milestone

Comments

@elastic-apm-tech
Copy link

See meta issue for the description and details:

@github-actions github-actions bot added the agent-nodejs Make available for APM Agents project planning. label Feb 1, 2023
@estolfo estolfo added this to the 8.8 milestone Feb 1, 2023
@trentm
Copy link
Member

trentm commented Apr 11, 2023

See this coming lambda extension change: elastic/apm-aws-lambda#384
We should work with and without an extension supporting that.

@trentm
Copy link
Member

trentm commented Apr 19, 2023

FWIW, here is the Python PR adding this support: elastic/apm-agent-python#1734

@trentm
Copy link
Member

trentm commented Apr 21, 2023

Screenshot 2023-04-21 at 12 59 50 PM

Here is an example of the coming PR for this showing how a timed-out lambda invocation now gets a reported (failed) transaction.

@trentm trentm self-assigned this Apr 24, 2023
trentm added a commit to elastic/apm-nodejs-http-client that referenced this issue Apr 25, 2023
trentm added a commit that referenced this issue Apr 25, 2023
When used with the Lambda extension >=v1.4.0, this results in
transactions being reported for Lambda timeout, uncaughtException,
and unhandledRejection.

Closes: #3136
Closes: #2379
trentm added a commit to elastic/apm-nodejs-http-client that referenced this issue Apr 28, 2023
trentm added a commit that referenced this issue Apr 28, 2023
When used with the Lambda extension >=v1.4.0, this results in
transactions being reported for Lambda timeout, uncaughtException,
unhandledRejection, crashes.

Closes: #3136
Closes: #2379
trentm added a commit that referenced this issue May 16, 2023
When used with the Lambda extension >=v1.4.0, this results in
transactions being reported for Lambda timeout, uncaughtException,
unhandledRejection, crashes.

Closes: #3136
Closes: #2379
fpm-peter pushed a commit to fpm-git/apm-agent-nodejs that referenced this issue Aug 20, 2024
When used with the Lambda extension >=v1.4.0, this results in
transactions being reported for Lambda timeout, uncaughtException,
unhandledRejection, crashes.

Closes: elastic#3136
Closes: elastic#2379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent-nodejs Make available for APM Agents project planning.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants