Skip to content

Commit 59d42c9

Browse files
authored
Enable debug for traces in OCB test
1 parent fcdd4c4 commit 59d42c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

terraform/java/eks-otlp-ocb/util/appsignals-collector.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,15 @@ spec:
140140
traces_endpoint: https://xray.${E2E_TEST_AWS_REGION}.amazonaws.com/v1/traces
141141
auth:
142142
authenticator: sigv4auth
143+
debug:
144+
verbosity: detailed
143145
144146
service:
145147
pipelines:
146148
traces:
147149
receivers: [otlp]
148150
processors: [resourcedetection, awsapplicationsignals]
149-
exporters: [otlphttp]
151+
exporters: [otlphttp, debug]
150152
extensions: [sigv4auth]
151153
telemetry:
152154
logs:

0 commit comments

Comments
 (0)