forked from DataDog/datadog-serverless-functions
-
Notifications
You must be signed in to change notification settings - Fork 0
Latest from DD #2
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove noisy log generated by the lambda itself
Add support for SNS events as source
Fix encoding issue with SNS events
Default service value to the source and improve Lambda metadata
Update function to support KMS encrypted keys
Useful if you use proxy in your environment
Fixed to set default value when getting metrics
Add SAM template for Log
Added "proxy support" via environment variables
added functionality for custom tags from DD_TAGS environment variable
Update read me with recent updates
Changed variable 'host' to DD_URL
Changed the name ssl_port to DD_PORT
Created class to handle create/close connection and send entry through created connection.
Organize package order and make group with standard and third party package.
Since 'base64' and function in 'base64' are both imported, fixed them to use only 'base64'
Avoid using try/except
Changed variable name and the way how to get that variable.
Option to scrub ip addresses in forwarded logs
Reduce memory footprint of handlers
Fixed ssl connection handling
Fix bug where gzip would timeout
Lint the logs lambda
Log Functionname tag lowercase
EvilPlankton
approved these changes
Nov 29, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.