Skip to content

Commit

Permalink
chore: remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bripkens committed May 15, 2024
1 parent 41eb8c2 commit 18356f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/otelbin-validation-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ENV OTEL_PROPAGATORS="tracecontext,baggage"
ENV OTEL_LAMBDA_DISABLE_AWS_CONTEXT_PROPAGATION=true
# Fix "DEBUG Recording is off, propagating context in a non-recording span"
ENV OTEL_TRACES_SAMPLER=always_on
ENV OTEL_LOG_LEVEL=DEBUG
#ENV OTEL_LOG_LEVEL=DEBUG
ENV NODE_OPTIONS="--require /usr/app/src/lambda-wrapper.js"
ENV _HANDLER="index.handler"

Expand Down
7 changes: 3 additions & 4 deletions packages/otelbin-validation-image/collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,18 @@ exporters:
endpoint: ingress.eu-west-1.aws.dash0.com:4317
headers:
Authorization: "Bearer ${DASH0_AUTHORIZATION_TOKEN}"
logging: {}

service:
pipelines:
traces:
receivers: [otlp]
exporters: [otlp, logging]
exporters: [otlp]
metrics:
receivers: [otlp]
exporters: [otlp, logging]
exporters: [otlp]
logs:
receivers: [otlp]
exporters: [otlp, logging]
exporters: [otlp]
telemetry:
metrics:
address: localhost:8888

0 comments on commit 18356f4

Please sign in to comment.