-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add EMF UDP TCP Logs CA Bundle Tests (#324)
- Loading branch information
1 parent
11f3c4e
commit a847e06
Showing
13 changed files
with
72 additions
and
83 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
for times in {1..6} | ||
do | ||
sleep 5 | ||
CURRENT_TIME=$(date +%s%N | cut -b1-13) | ||
echo '{"_aws":{"Timestamp":'"${CURRENT_TIME}"',"LogGroupName":"MetricValueBenchmarkTest","CloudWatchMetrics":[{"Namespace":"MetricValueBenchmarkTest","Dimensions":[["Type","InstanceId"]],"Metrics":[{"Name":"EMFCounter","Unit":"Count"}]}]},"Type":"Counter","EMFCounter":5}' \ > /dev/udp/0.0.0.0/25888 | ||
done |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"agent": { | ||
"run_as_user": "root", | ||
"debug": true | ||
}, | ||
"logs": { | ||
"endpoint_override": "http://localhost.localstack.cloud:4566", | ||
"metrics_collected": { | ||
"emf": { } | ||
}, | ||
"force_flush_interval": 5 | ||
} | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"agent": { | ||
"run_as_user": "root", | ||
"debug": true | ||
}, | ||
"logs": { | ||
"endpoint_override": "https://localhost.localstack.cloud:4566", | ||
"metrics_collected": { | ||
"emf": { } | ||
}, | ||
"force_flush_interval": 5 | ||
} | ||
} |
This file contains 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
27 changes: 0 additions & 27 deletions
27
test/ca_bundle/resources/integration/ssl/with/original/bundle/config.json
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
test/ca_bundle/resources/integration/ssl/without/bundle/config.json
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
test/ca_bundle/resources/integration/ssl/without/bundle/http/common-config.toml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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