Skip to content

Commit

Permalink
edited yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanuba committed Dec 7, 2023
1 parent f7edb3f commit 9cf24b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/operator-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
kubectl apply -f agent_daemon_set.yaml
kubectl apply -f ns-annotation-test-deployment.yaml
kubectl apply -f sample-instrumentation.yaml
kubectl apply -f instrumentation.yaml
kubectl apply -f test-deployment.yaml
sleep 60
kubectl describe pod
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/terraform/testbuild/instrumentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
- b3
- xray
java:
image: 506463145083.dkr.ecr.us-west-2.amazonaws.com/cwagent-operator-pre-release:latest
image: public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.31.1
env:
- name: OTEL_METRICS_EXPORTER
value: "none"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ spec:
propagators:
- tracecontext
- baggage
- b3
- b3
java:
image: public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.31.1

0 comments on commit 9cf24b9

Please sign in to comment.