Skip to content

Commit

Permalink
AppSignals Metrics and Traces Integration tests (#367)
Browse files Browse the repository at this point in the history
* AppSignals Metrics and Traces Integration test

---------

Co-authored-by: Lisa Guo <[email protected]>
Co-authored-by: Lisa Guo <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2023
1 parent 757a5a7 commit 7fd3bd1
Show file tree
Hide file tree
Showing 15 changed files with 1,465 additions and 0 deletions.
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

0 comments on commit 7fd3bd1

Please sign in to comment.