Skip to content

Commit

Permalink
Migrate logging to debug exporter to match with latest otel colletor.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhlogin committed Dec 23, 2024
1 parent 448d680 commit 9892107
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/collector/collector-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ receivers:
endpoint: 0.0.0.0:4317

exporters:
logging:
loglevel: info
debug:
verbosity: normal
awsxray:
region: us-west-2
awsemf:
Expand All @@ -21,11 +21,11 @@ service:
receivers:
- otlp
exporters:
- logging
- debug
- awsxray
metrics:
receivers:
- otlp
exporters:
- logging
- debug
- awsemf

0 comments on commit 9892107

Please sign in to comment.