Skip to content

Commit

Permalink
Edits for compatability with aws-otel-collector v13 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Sep 23, 2021
1 parent 6d25cda commit 8f0b2dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/collector/collector-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ exporters:
region: us-west-2

service:
telemetry:
logs:
level: debug
pipelines:
traces:
receivers:
Expand Down
2 changes: 1 addition & 1 deletion integration-test-app/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"
services:
otel:
image: amazon/aws-otel-collector:latest
command: --config /config/collector-config-local.yml --log-level debug
command: --config /config/collector-config-local.yml
volumes:
- .:/config
environment:
Expand Down

0 comments on commit 8f0b2dd

Please sign in to comment.