Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ed84313
test: implement otel integration tests
bornast Feb 20, 2026
5aa8526
refactor: assert messages
bornast Feb 20, 2026
0e5f357
test: enable component destroy in after hook
bornast Feb 20, 2026
f7821a2
refactor: remove alias from infra test components
bornast Feb 20, 2026
3af0c41
refactor: PrometheusSeriesResponse type
bornast Feb 20, 2026
236ec0c
test: fix endpoint assertion
bornast Feb 23, 2026
725f1c5
test: fix endpoint assertion
bornast Feb 23, 2026
fe16c80
refactor: remove log group resource creation
bornast Feb 23, 2026
a7b1950
refactor: replace separate cw lg params with cw lg resource
bornast Feb 24, 2026
cdaa7e7
Merge branch 'fix/otel-cw-lg-deletion' into test/otel-integration
bornast Feb 24, 2026
b367598
test: fix cw test assertions
bornast Feb 24, 2026
cd14780
test: fix build test wrong args
bornast Feb 24, 2026
7f213fc
Merge branch 'fix/otel-cw-lg-deletion' into test/otel-integration
bornast Feb 24, 2026
2887ced
refactor: cw lg exporter method arg types
bornast Feb 24, 2026
bab7776
Merge branch 'fix/otel-cw-lg-deletion' into test/otel-integration
bornast Feb 24, 2026
13739a1
refactor: use backOff config from util
bornast Feb 25, 2026
427ad10
refactor: config imports
bornast Feb 25, 2026
2b52020
refactor: change app image suffix
bornast Feb 25, 2026
1d6215c
refactor: backOff config
bornast Feb 25, 2026
753ead3
refactor: make retentin in days arg required
bornast Feb 25, 2026
28754bb
Merge branch 'fix/otel-cw-lg-deletion' into test/otel-integration
bornast Feb 25, 2026
ef011a0
test: fix failing test due to log retention arg not being sent
bornast Feb 25, 2026
f69951d
Merge branch fix/otel-cw-lg-deletion into test/otel-integration
bornast Feb 25, 2026
65423f5
test: fix failing test due to log retention arg not being sent
bornast Feb 25, 2026
7b87435
test: fix pipeline configuration test assertion
bornast Feb 25, 2026
0649ed3
test: fix pipeline configuration test assertion
bornast Feb 25, 2026
8c8eccc
Merge branch 'fix/otel-cw-lg-deletion' into test/otel-integration
bornast Feb 25, 2026
9aef9ae
Merge branch 'master' into test/otel-integration
bornast Feb 25, 2026
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
365 changes: 217 additions & 148 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"@aws-sdk/client-secrets-manager": "^3.973.5",
"@aws-sdk/client-servicediscovery": "^3.973.5",
"@aws-sdk/client-ssm": "^3.986.0",
"@aws-sdk/client-xray": "^3.989.0",
"@studion/prettier-config": "^0.1.0",
"@types/node": "^22",
"exponential-backoff": "^3.1.2",
Expand Down
Loading