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

Support for async log/metric forwarding (DD_FLUSH_TO_LOG)? #10

Closed
inakianduaga opened this issue May 4, 2020 · 1 comment
Closed

Support for async log/metric forwarding (DD_FLUSH_TO_LOG)? #10

inakianduaga opened this issue May 4, 2020 · 1 comment

Comments

@inakianduaga
Copy link

The Node.js lambda has support for shipping logs asynchroneously via the DD_FLUSH_TO_LOG parameter, and that's the preferred way to ship log/metrics. To unify the node/java setups, it would be great to have this option available for JAVA lambdas as well.

@agocs
Copy link
Collaborator

agocs commented Jun 5, 2020

You are correct in that asynch log shipping is the preferred behavior. DD_FLUSH_TO_LOG was not included in this library because this library's behavior is the same as DD_FLUSH_TO_LOG=true

@agocs agocs closed this as completed Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants