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

Fix benchmark tf module with python function #414

Merged
merged 4 commits into from
Oct 2, 2023

Conversation

lahsivjar
Copy link
Contributor

  • Adds support for using lambda layer in the terraform module.
  • Fix extension zip path resolution.
  • Update python lambda instrumentation to use lambda layer.

@lahsivjar lahsivjar requested a review from a team September 29, 2023 02:09
@github-actions github-actions bot added the aws-λ-extension AWS Lambda Extension label Sep 29, 2023
@elastic-apm-tech elastic-apm-tech added this to In Progress in APM-Agents (OLD) Sep 29, 2023
@@ -96,10 +96,10 @@ func (c *Client) FlushAPMData(ctx context.Context) {
}

// Flush lambda data
c.logger.Debug("Flush in progress - Processing lambda data")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[For reviewers] This log line led to a lot of noise during flush. Moved it so that only single entry is logged per flush.

@lahsivjar lahsivjar merged commit de44cb8 into elastic:main Oct 2, 2023
11 checks passed
APM-Agents (OLD) automation moved this from In Progress to Done Oct 2, 2023
@lahsivjar lahsivjar deleted the fix-benchmark branch October 2, 2023 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws-λ-extension AWS Lambda Extension
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants