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

AppSignals Metrics and Traces Integration tests #367

Merged
merged 34 commits into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
6916897
Add APM metric testing
lisguo Jul 27, 2023
53295cc
Add APM Trace integration test
lisguo Aug 6, 2023
88a63c1
Remove debug print statements
lisguo Aug 6, 2023
ff6e726
Fix formatting
lisguo Aug 7, 2023
80315f5
Merge branch 'main' of github.com:aws/amazon-cloudwatch-agent-test in…
nathalapooja Aug 8, 2023
af3b34d
Merge branch 'main' of github.com:aws/amazon-cloudwatch-agent-test in…
nathalapooja Aug 8, 2023
341d649
Merge branch 'main' of github.com:aws/amazon-cloudwatch-agent-test in…
nathalapooja Aug 10, 2023
099d960
merged apm branch
nathalapooja Oct 23, 2023
1af68f8
Fixed the dimensions
nathalapooja Oct 24, 2023
e942c2c
testing apm
nathalapooja Oct 24, 2023
ddfaa4f
reverted the hostedIn and changed the port
nathalapooja Oct 24, 2023
11e2a50
changed the dimensions and ports
nathalapooja Oct 25, 2023
df63334
fixed terraform bug
nathalapooja Oct 25, 2023
31f005d
removed other tests
nathalapooja Oct 25, 2023
0aabd78
changed the client and server jsons
nathalapooja Oct 25, 2023
f92f866
changed the client and server jsons
nathalapooja Oct 25, 2023
ee1a465
increased retry count
nathalapooja Oct 25, 2023
e309dab
increased retry count
nathalapooja Oct 25, 2023
da2f6e7
increased retry count
nathalapooja Oct 25, 2023
f0b6d7c
traces changes cluster annotation
nathalapooja Oct 25, 2023
9f55f2e
changes namespace
nathalapooja Oct 25, 2023
74a90ae
reverted few changes
nathalapooja Oct 25, 2023
6792b2e
pulled latest main
nathalapooja Oct 25, 2023
42f49d5
fixed linting errors
nathalapooja Oct 25, 2023
169dde1
changed to App signals
nathalapooja Oct 25, 2023
a9764ed
fixed issue with containers
nathalapooja Oct 25, 2023
64e33a6
changed APM to AppSignals
nathalapooja Oct 25, 2023
415d2cc
namespace reverted
nathalapooja Oct 25, 2023
d929301
changed agent image, namespace and config
nathalapooja Oct 26, 2023
7826035
changed image
nathalapooja Oct 26, 2023
875a551
change the default image repo and tag for EKS integ test to public EC…
nathalapooja Oct 26, 2023
5c0c827
refactored code
nathalapooja Oct 27, 2023
994f3df
changed the lookback to 30 mins
nathalapooja Oct 27, 2023
ff3f3a5
change look back to 5mins
nathalapooja Oct 27, 2023
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
3 changes: 3 additions & 0 deletions generator/test_case_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ var testTypeToTestConfig = map[string][]testConfig{
targets: map[string]map[string]struct{}{"arc": {"amd64": {}}},
},
{testDir: "./test/fluent", terraformDir: "terraform/eks/daemon/fluent/bit"},
{testDir: "./test/app_signals", terraformDir: "terraform/eks/daemon/app_signals",
targets: map[string]map[string]struct{}{"arc": {"amd64": {}}},
},
},
"eks_deployment": {
{testDir: "./test/metric_value_benchmark"},
Expand Down
Loading