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

New Relic log ingestion function Timeout set via environment variable #212

Open
guilhermebc opened this issue Aug 24, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@guilhermebc
Copy link

Summary

Hello, I don't use the AWS CLI to instrument my Lambda functions, because my stack is serverless automated via AWS CDK and I configure New Relic Lambda Layer with NEW_RELIC_NO_CONFIG_FILE: 'true'.

Desired Behaviour

Custom option to pass timeout value.

Possible Solution

I would need to set the timeout through an environment variable.
Implement an option to pass an environment variable to set the New Relic log ingestion function timeout.
Example: `NEW_RELIC_TIMEOUT: '90'`

Additional context

Currently I have an application with specific scenario that needs 30+ seconds, so I'm having problems with the default timeout of New Relic Layer 30 seconds.

@guilhermebc guilhermebc added the enhancement New feature or request label Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant