Skip to content

using latest dd-aws-lambda-functions code #3

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

Merged
merged 277 commits into from
Jun 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
277 commits
Select commit Hold shift + click to select a range
e20bf76
Fixed change name of global variable
yasuharu519 Oct 5, 2018
1e8949f
Fixed name of global variable
yasuharu519 Oct 5, 2018
4513aee
Created class to handle ssl connection
yasuharu519 Oct 5, 2018
498f120
Deleted unused import
yasuharu519 Oct 5, 2018
3877935
Organize import order
yasuharu519 Oct 5, 2018
39310fe
Fixed to use base64
yasuharu519 Oct 5, 2018
b7b2464
Fixed not to use try/exception
yasuharu519 Oct 5, 2018
a51a476
Changed how to handle DD_TAGS
yasuharu519 Oct 5, 2018
9c5accd
Fixed global variable name
yasuharu519 Oct 5, 2018
eab9d5b
Compile the regex for ip scrubbing
Oct 5, 2018
c11b12a
Merge pull request #57 from DataDog/nils/lambda-forwarder-scrubbing
Oct 8, 2018
1dd9812
Merge branch 'master' into fix-dd-connection-impl
yasuharu519 Oct 9, 2018
957d386
Reduce memory footprint of s3 handler
achntrl Oct 12, 2018
ee14636
Harmonize other handlers
achntrl Oct 12, 2018
4330fad
Merge pull request #59 from DataDog/achntrl/reduce-memory-footprint
achntrl Oct 15, 2018
a88e071
Fix bug where gzip would timeout
achntrl Oct 15, 2018
6bdccfa
Merge branch 'master' into fix-dd-connection-impl
yasuharu519 Oct 16, 2018
c9ae807
Fixed handling DD_TAGS
yasuharu519 Oct 16, 2018
02454ff
Merge pull request #58 from yasuharu519/fix-dd-connection-impl
achntrl Oct 16, 2018
d4cc22b
Merge pull request #60 from DataDog/achntrl/fix-gzip-timeout
achntrl Oct 17, 2018
8f65c12
Lint the file
achntrl Oct 17, 2018
b39112f
Merge pull request #61 from DataDog/achntrl/lint-lambda-code
achntrl Oct 22, 2018
81b4b7c
Initial commit
achntrl Oct 23, 2018
6b7741f
Update LICENSE
achntrl Oct 23, 2018
e8a898a
Add aws lambda functions
achntrl Oct 23, 2018
4f99094
Add azure-functions
achntrl Oct 23, 2018
c91dfa8
Add license headers
achntrl Oct 23, 2018
76c546a
Rename folders
achntrl Oct 23, 2018
be8a033
Update README
achntrl Oct 23, 2018
9c712ed
Add tags to logs in azure
achntrl Oct 23, 2018
a46b168
Change endpoint / tags
achntrl Oct 24, 2018
597531a
Update README
achntrl Oct 24, 2018
395765a
Add retry logic
achntrl Oct 24, 2018
8e99a2c
Make source, sourcecategory and service configurable
achntrl Oct 24, 2018
8a2bc16
Nits: fix wording
achntrl Oct 24, 2018
07e9cb9
Readme update
Oct 25, 2018
08e31b8
updating placeholder
Oct 25, 2018
918c82b
wording update
Oct 25, 2018
6960db6
Merge pull request #4 from l0k0ms/patch-1
achntrl Oct 26, 2018
44ab7d6
Update placeholders
achntrl Oct 26, 2018
d92f095
Merge pull request #5 from DataDog/achntrl/update-placeholders
achntrl Oct 26, 2018
a0c61f4
Wording fix
Oct 26, 2018
44d0f15
Lowercase functionname tag
Oct 26, 2018
e9254d5
Log Functionname tag lowercase
Oct 26, 2018
722f891
Set lower at the right moment
Oct 26, 2018
8defd5c
Set lower at the right place
Oct 26, 2018
a3c1417
Merge pull request #62 from DataDog/nils/aws-log-function-name-lowercase
Oct 29, 2018
cc48d30
Merge pull request #6 from DataDog/nils/azure-wording-readme
Oct 29, 2018
2ec5e65
Merge pull request #7 from DataDog/nils/log-lowercase-function-name
Oct 29, 2018
060a5ee
wording update
Nov 2, 2018
e504684
initial commit
ian28223 Nov 5, 2018
975d385
fix readme
ian28223 Nov 5, 2018
e885387
fix readme
ian28223 Nov 5, 2018
e787a35
fix indent
ian28223 Nov 5, 2018
8d09241
clean up
ian28223 Nov 5, 2018
a1c7587
match AWS timestamp in microseconds
ian28223 Nov 5, 2018
9fd3798
Merge pull request #8 from DataDog/nils/wording-update
achntrl Nov 6, 2018
1984da8
Update readme to reflect event parameter name value
Nov 9, 2018
3959c89
Handle string logs
achntrl Nov 14, 2018
c1723e7
remove kms from lambda logs monitoriing
garnermccloud Nov 14, 2018
3a136bf
Add metadata from resourceId
achntrl Nov 15, 2018
3da4a45
Merge pull request #9 from DataDog/nils/azure-readme
achntrl Nov 15, 2018
29e89d2
Refactor type checking
achntrl Nov 16, 2018
8acad61
Merge pull request #11 from DataDog/achntrl/parse_resource_id
achntrl Nov 19, 2018
e96ec1c
Add tests for resourceId
achntrl Nov 19, 2018
39a9d76
Nits: rename constants
achntrl Nov 19, 2018
2f7877a
fix typo
achntrl Nov 19, 2018
c15e506
Nits: rename tagger functions
achntrl Nov 19, 2018
f4b59b3
Merge pull request #10 from DataDog/achntrl/handle-string-logs
achntrl Nov 19, 2018
2e19285
Merge pull request #12 from DataDog/garner/remove-kms-from-logs
Nov 21, 2018
b8c387b
Merge remote-tracking branch 'upstream/master' into latest-dd
Nov 30, 2018
b2b6bc5
update metadata tags to be converted to DD_TAGS pairs
Nov 30, 2018
1b485ed
memory and timeout following DD documentation
Nov 30, 2018
5f0303f
Fix Overriding of DD_PORT in datadog collection lambda
AdrieanKhisbe Dec 6, 2018
3123bdd
Merge pull request #73 from AdrieanKhisbe/fix-dd-port-overriding
achntrl Dec 10, 2018
2b8290b
Update azure functions endpoint
achntrl Dec 10, 2018
16b5734
Merge pull request #13 from DataDog/achntrl/update-azure-endpoint
achntrl Dec 10, 2018
b58fe5e
Initial commit
achntrl Oct 23, 2018
90f392a
Update LICENSE
achntrl Oct 23, 2018
9691eaa
Add aws lambda functions
achntrl Oct 23, 2018
7c8c79f
Add azure-functions
achntrl Oct 23, 2018
ef14c10
Add license headers
achntrl Oct 23, 2018
f19db1f
Rename folders
achntrl Oct 23, 2018
e9aa4ed
Update README
achntrl Oct 23, 2018
38456dd
Add tags to logs in azure
achntrl Oct 23, 2018
044e905
Change endpoint / tags
achntrl Oct 24, 2018
be4c26a
Update README
achntrl Oct 24, 2018
3eadd30
Add retry logic
achntrl Oct 24, 2018
35bd465
Make source, sourcecategory and service configurable
achntrl Oct 24, 2018
8ad6635
Nits: fix wording
achntrl Oct 24, 2018
4b231e9
Readme update
Oct 25, 2018
c7e173f
updating placeholder
Oct 25, 2018
9dad6cd
wording update
Oct 25, 2018
89d9f38
Update placeholders
achntrl Oct 26, 2018
db49652
Wording fix
Oct 26, 2018
e6afea3
Lowercase functionname tag
Oct 26, 2018
8c0ee8a
Set lower at the right moment
Oct 26, 2018
46b9dc4
wording update
Nov 2, 2018
e329f63
Update readme to reflect event parameter name value
Nov 9, 2018
275ebed
Handle string logs
achntrl Nov 14, 2018
9807299
remove kms from lambda logs monitoriing
garnermccloud Nov 14, 2018
ba43f12
Add metadata from resourceId
achntrl Nov 15, 2018
9aa2b96
Refactor type checking
achntrl Nov 16, 2018
5b51fcd
Add tests for resourceId
achntrl Nov 19, 2018
409788a
Nits: rename constants
achntrl Nov 19, 2018
f42a654
fix typo
achntrl Nov 19, 2018
2c0bc30
Nits: rename tagger functions
achntrl Nov 19, 2018
ff2daa1
Merge branch 'master' into achntrl/merge-serverless-repo
achntrl Dec 21, 2018
a010f56
Merge pull request #71 from DataDog/achntrl/merge-serverless-repo
achntrl Dec 26, 2018
99151f3
Merge branch 'master' into ianb/rdsenhanced_example
achntrl Dec 26, 2018
bbd1c21
fix the script on macOS
achntrl Dec 26, 2018
911bab9
Option to send logs to EU and improvement on hostname
Jan 3, 2019
6c14565
Update instruction with the new proxy and DD_SITE options
Jan 3, 2019
de9138b
Update aws/logs_monitoring/README.md
Jan 3, 2019
9433f00
Merge pull request #76 from DataDog/nils/lambda-hostname-and-eu-option
Jan 3, 2019
80b4e92
Make sure sockets get closed on exceptions
ajacquemot Jan 8, 2019
00e4991
Merge pull request #77 from DataDog/ajacquemot/logs_socket_management
ajacquemot Jan 8, 2019
3593643
Allow KMS exceptions to bubble up
richid Jan 15, 2019
fc190e4
Add ARN as host for S3 access logs
Jan 23, 2019
615de26
Fix typo
Jan 23, 2019
453e13d
Update aws/logs_monitoring/lambda_function.py
achntrl Jan 24, 2019
55adc30
Merge pull request #81 from DataDog/nils/arn-s3-logs
Jan 24, 2019
cfdd551
Fix Api gateway automatic source detection
Jan 25, 2019
0ca2752
Merge pull request #82 from DataDog/nils/api-gateway
Jan 25, 2019
5bba627
Pass metadata around instead of using a global var
Jan 25, 2019
3a234d7
Merge pull request #84 from DataDog/antoine.dupuis/lambda-metadata
Jan 25, 2019
3d0b934
Bump the lambda version
achntrl Jan 25, 2019
b8ec7ee
Merge pull request #85 from DataDog/achntrl/bump-version
achntrl Jan 25, 2019
3934e71
Merge pull request #75 from DataDog/ianb/rdsenhanced_example
achntrl Jan 25, 2019
7874cfa
Strips trailing and leading whitespace from API key and verifies that…
le-he-hoo Feb 1, 2019
6142982
bump DD_FORWARDER_VERSION
le-he-hoo Feb 1, 2019
b20d27c
Merge pull request #86 from DataDog/tj/check_api_key_length_and_strip…
le-he-hoo Feb 1, 2019
821948f
Update lambda_function.py
Feb 1, 2019
594970a
Merge pull request #88 from DataDog/nils/cloudfront-redshift-arn
Feb 4, 2019
39605cc
Adding waf as a potential log source
Feb 4, 2019
2add1d0
Merge pull request #89 from DataDog/nils/waf
Feb 4, 2019
1ab5b9a
Created a HTTP client to send batch of logs over HTTP to Datadog
ajacquemot Feb 1, 2019
7a33670
Refactored metadata
ajacquemot Feb 1, 2019
c517667
Improved the readbility and the logic to retry
ajacquemot Feb 4, 2019
7177071
Refactored generate_metadata
ajacquemot Feb 4, 2019
a69beef
Make use of a session to improve network performances
ajacquemot Feb 4, 2019
cff52e8
Removed unecessary comments and fix a typo
ajacquemot Feb 6, 2019
e52cf44
Run black
ajacquemot Feb 7, 2019
6df5447
Extracted the retry logic from both client and refactor TCP client
ajacquemot Feb 19, 2019
4dda52d
Make sur metadata are taken into account
ajacquemot Feb 19, 2019
3c5657e
Make sure the TCP connection gets reset on exception
ajacquemot Feb 19, 2019
5ea8281
Added comments
ajacquemot Feb 19, 2019
322c2f3
Added back the scrubbing logic
ajacquemot Feb 19, 2019
d38e4ef
Added logic to switch to the right endpoint
ajacquemot Feb 19, 2019
a9027fb
Fixed npe on close for TCP client
ajacquemot Feb 19, 2019
288ccdb
Fixed issue with batch
ajacquemot Feb 19, 2019
fab9d36
Fixed frame for TCP Client
ajacquemot Feb 19, 2019
34ca135
Fixed socket init for TCP Client
ajacquemot Feb 19, 2019
73e745a
Isolated the scrub logic into a class
ajacquemot Feb 20, 2019
7945b8f
Improved how to reset the connection on exception
ajacquemot Feb 20, 2019
40cd819
Fix TCP connect
ajacquemot Feb 20, 2019
e04306a
Improved the logic for batching logs
ajacquemot Feb 20, 2019
becbc1f
Added comment, optimized batching logic string concat
ajacquemot Feb 21, 2019
a0727d7
Isolate ip regex
ajacquemot Feb 21, 2019
1916382
made underlying clients reusable with with statement
ajacquemot Feb 21, 2019
f3f5ca0
Optimized batcher
ajacquemot Feb 21, 2019
c67f058
Make use http usable from env var
ajacquemot Feb 21, 2019
65b728e
Added missing if to scrubber ctor
ajacquemot Feb 22, 2019
7f584fb
Make sure requests is imported
ajacquemot Feb 22, 2019
40ec294
Set ip regex to None if should not scrub
ajacquemot Feb 25, 2019
991a6e6
Scrub email address if activated
dharada1 Feb 26, 2019
598793c
fix regex to mask sql value string
dharada1 Feb 26, 2019
39c9764
Fixed issue when preparing client
ajacquemot Mar 4, 2019
12f65a2
Add "docdb" in the list of sources
Mar 4, 2019
2f26e19
Merge pull request #92 from DataDog/nils/docdb
Mar 4, 2019
407ce03
allows for capitalized elbname for hostname matching
le-he-hoo Mar 6, 2019
9dca42b
Removed the beta flag
Mar 6, 2019
a5a4d02
Merge pull request #93 from DataDog/tj/accommodate_elbname_capitaliza…
le-he-hoo Mar 6, 2019
12afdf1
Merge pull request #94 from DataDog/nils/beta-removal
Mar 8, 2019
8a8e5dd
Fixed issue with unproper casted value
ajacquemot Mar 8, 2019
f83f113
Merge logs and metadata upstream
ajacquemot Mar 12, 2019
3dce005
Fix the Retry logic to take the local metadata into account
Mar 12, 2019
2974a78
Merge pull request #96 from DataDog/nils/log-retry-logic
Mar 12, 2019
5b72eff
Create blob lambda
achntrl Mar 15, 2019
907ec52
Extract duplicated logic
achntrl Mar 15, 2019
7630895
Move shared utils to one file
achntrl Mar 15, 2019
4835acf
Update documentation
achntrl Mar 15, 2019
62248e2
Check for versions
achntrl Mar 15, 2019
41b4380
Lint files
achntrl Mar 15, 2019
59fed09
Update azure/activity_logs_monitoring/README.md
euzuro Mar 15, 2019
01c28cc
Fix doc
achntrl Mar 15, 2019
cf43352
Logs unconfigured API key as error
ajacquemot Mar 18, 2019
c6b6a29
Nits on metadata logic
achntrl Mar 18, 2019
96542fa
Rename handler to sender
achntrl Mar 18, 2019
17e4580
Fix RDS MSSQL issue and add support for EU URL
Mar 21, 2019
65a984b
Merge pull request #98 from DataDog/achntrl/add-blob-lambda
achntrl Mar 25, 2019
b8b71b2
Update the read me for the blob triggered function.
Mar 25, 2019
89bf035
Update the main azure links
Mar 25, 2019
ee9688a
Merge pull request #100 from DataDog/nils/doc-blob-azure
achntrl Mar 25, 2019
5175e88
Remove shared library
achntrl Mar 25, 2019
0be63fc
align docs
achntrl Mar 25, 2019
3885afd
Remove host.json
achntrl Mar 25, 2019
eadb95d
Merge pull request #79 from richid/show-kms-exceptions
Mar 26, 2019
7c5256a
Merge pull request #101 from DataDog/achntrl/remove-shared-code
achntrl Mar 26, 2019
f1035f7
Merge pull request #99 from DataDog/garner/bug-fixes-and-url-envvar
Mar 27, 2019
2d167aa
Fixing the regex pattern
Mar 27, 2019
cc5be3e
Merge pull request #91 from dharada1/add_scrub_email
Mar 27, 2019
6b414df
De-duplicate the tag
Mar 29, 2019
225326c
Merge pull request #102 from DataDog/antoine.dupuis/deduplicate-tag-f…
Apr 1, 2019
1aaf1db
Bumping version after the de-duplicate of tags
Apr 1, 2019
ea7baa0
Merge pull request #103 from DataDog/nils/bump-version
Apr 1, 2019
825551a
Merge branch 'master' into ajacquemot/logs_client_http_switch
ajacquemot Apr 11, 2019
ac744b3
Made scrubbing rules easier to configure, to use
ajacquemot Apr 11, 2019
e0c7ce5
Added a timeout and sendall bytes to TCP client
ajacquemot Apr 11, 2019
93c5313
Fixed run time issue with scrubbing rules
ajacquemot Apr 11, 2019
2199af8
Removed timeout for tcp
ajacquemot Apr 11, 2019
e8dedbe
Fix VPC Flow log exception when can't parse packet value
Apr 11, 2019
dac7330
Merge pull request #105 from DataDog/garner/vpc-flow-error
Apr 11, 2019
ec0aa06
Fixed scrubbing ctor
ajacquemot Apr 11, 2019
02b65b4
sets host as cloudwatch log group for non-lambda cloudwatch logs
adamlbailey Apr 22, 2019
015fbb7
adds DD_SITE option to azure functions
le-he-hoo Apr 23, 2019
0a695eb
adds DD_SITE to README files for azure functions
le-he-hoo Apr 23, 2019
dbbb963
adds DD_SITE to README files for azure functions
le-he-hoo Apr 23, 2019
aa73430
Syntax changes based on review
le-he-hoo Apr 23, 2019
c85c932
bump function versions to 0.1.1
le-he-hoo Apr 23, 2019
5746b37
Merge pull request #107 from DataDog/tj/add_dd_site_to_azure_functions
le-he-hoo Apr 23, 2019
ebedf95
Merge pull request #106 from sweetgreen/cloudwatch-logs-host
Apr 25, 2019
491f236
Added CloudWatch via Kinesis support
jmc-rival Apr 30, 2019
7242980
Added fargate to possible event sources
jmc-rival Apr 30, 2019
005a8e3
add multiline log support for s3 logs
ericmustin May 2, 2019
1abbb74
Fix a trim issue in the azure function that triggers on blob storage
May 7, 2019
86d3bb4
string formatting, only compile regex once
ericmustin May 8, 2019
babd040
handle case where there is both line and pattern separated logs
ericmustin May 8, 2019
4c93dae
Update azure/blobs_logs_monitoring/index.js
May 9, 2019
a54d87e
Bump version
May 9, 2019
b4cf38f
Merge pull request #112 from DataDog/nils/azure-blob-storage-trim
May 9, 2019
f2de632
CloudTrail logs fix
jmc-rival May 9, 2019
cd3467f
clean up nested if statements
ericmustin May 13, 2019
35448ec
Merge pull request #111 from ericmustin/add_multiline_log_support
May 13, 2019
892fe8b
Always retry and use a exponential backoff
ajacquemot May 15, 2019
7a2579e
Fixed comments and raise an exception when cannot build a scrubbing rule
ajacquemot May 15, 2019
9525928
Merge branch 'master' into ajacquemot/logs_client_http_switch
ajacquemot May 15, 2019
f96358f
Run linter
ajacquemot May 15, 2019
fdd4d06
assign None to variable to avoid exception
ericmustin May 16, 2019
fe2307e
Merge pull request #115 from ericmustin/add_multiline_log_support
May 16, 2019
a08ca0a
Merge branch 'master' into ajacquemot/logs_client_http_switch
ajacquemot May 17, 2019
855ffb4
Merge pull request #87 from DataDog/ajacquemot/logs_client_http_switch
ajacquemot May 20, 2019
a17af1f
[Logs lambda]: Default to TCP until approval
gaetan-deputier May 21, 2019
db49afa
Merge pull request #116 from DataDog/gaetan.deputier/log-lambda-tcp-d…
gaetan-deputier May 21, 2019
a893913
Merge pull request #108 from jmc-rival/lambda-with-kinesis
blemale Jun 6, 2019
6f2d28a
[aws/logs_monitoring] Small refactoring of event type parsing
blemale Jun 6, 2019
3b0c34d
[aws/logs_monitoring] Remove unused variables
blemale Jun 6, 2019
1dc5905
[aws/logs_monitoring] Update readme with Kinesis forwarding
blemale Jun 6, 2019
9c14c59
Merge pull request #121 from DataDog/bastien.lemale/update-logs_monit…
blemale Jun 7, 2019
759f24f
Merge branch 'master' of github.com:DataDog/datadog-serverless-functi…
Jun 9, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**Describe what happened:**


**Describe what you expected:**


**Steps to reproduce the issue:**
11 changes: 11 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### What does this PR do?

A brief description of the change being made with this pull request.

### Motivation

What inspired you to submit this pull request?

### Additional Notes

Anything else we should know when reviewing?
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ base.zip
*.tfvars
*.tfstate*
.terraform
*.zip
*.zip
.vscode
**/node_modules
52 changes: 26 additions & 26 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
+# Contributing to the Datadog AWS Lambda functions
+
+:tada: First, thanks for contributing! :tada:
+
+## Submitting Issues
+
+- First take a look at the [Troubleshooting section](https://help.datadoghq.com/hc/en-us/sections/200763635-Amazon-Web-Services) of our [Knowledge Base](https://help.datadoghq.com/hc/en-us).
+- If you can't find anything useful, please contact our Solutions Team for assistance.
+- Finally, you can open a Gitbub issue
+
+## Pull Requests
+
+Thanks for helping this plugin grow! In order to ease/speed up our review, here are some items you can check/iprove when submitting your PR:
+
+- [ ] have a [proper commit history](#commits) (we advise you to rebase if needed).
+- [ ] write tests for the code you wrote.
+- [ ] preferably make sure that all tests pass locally.
+- [ ] summarize your PR with a descriptive title and a message describing your changes, cross-referencing any related bugs/PRs.
+
+## Commits
+
+- Pleaes keep each commit's changes small and focused--many changes in the same commit makes them harder to review.
+- Please also combine each code-change within one commit rather than many commits. Rebase liberally.
+- Please make all commit messages clear and communicative.
+
+Following these rules keeps history cleaner, makes it easier to revert things, and it makes developers happier too.
# Contributing to the Datadog AWS Lambda functions

:tada: First, thanks for contributing! :tada:

## Submitting Issues

- First take a look at the [Troubleshooting section](https://help.datadoghq.com/hc/en-us/sections/200763635-Amazon-Web-Services) of our [Knowledge Base](https://help.datadoghq.com/hc/en-us).
- If you can't find anything useful, please contact our Solutions Team for assistance.
- Finally, you can open a Gitbub issue

## Pull Requests

Thanks for helping this code base grow! In order to ease/speed up our review, here are some items you can check/improve when submitting your PR:

- [ ] have a [proper commit history](#commits) (we advise you to rebase if needed).
- [ ] write tests for the code you wrote.
- [ ] preferably make sure that all tests pass locally.
- [ ] summarize your PR with a descriptive title and a message describing your changes, cross-referencing any related bugs/PRs.

## Commits

- Pleaes keep each commit's changes small and focused--many changes in the same commit makes them harder to review.
- Please also combine each code-change within one commit rather than many commits. Rebase liberally.
- Please make all commit messages clear and communicative.

Following these rules keeps history cleaner, makes it easier to revert things, and it makes developers happier too.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright {yyyy} {name of copyright owner}
Copyright 2018 Datadog, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -200,4 +200,4 @@
See the License for the specific language governing permissions and
limitations under the License.

SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
2 changes: 1 addition & 1 deletion LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Component,Origin,License,Copyright
import,boto3,Apache-2.0,"Copyright 2013-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved."
boto3,github.com/boto/boto3,Apache-2.0,"Copyright 2013-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved."
75 changes: 0 additions & 75 deletions Log/README.md

This file was deleted.

Loading