Skip to content

Commit

Permalink
feat: Replace logging exporter with debug exporter
Browse files Browse the repository at this point in the history
The logging exporter for the collector was deprecated a year ago,
and will be removed soon. The debug exporter is its replacement.
  • Loading branch information
kaylareopelle committed Sep 4, 2024
1 parent f817d6b commit 92e3cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otelcol-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exporters:
endpoint: "jaeger:14250"
tls:
insecure: true
logging:
debug:

processors:
batch:
Expand All @@ -18,4 +18,4 @@ service:
traces:
receivers: [otlp]
processors: [batch]
exporters: [logging, jaeger]
exporters: [debug, jaeger]

0 comments on commit 92e3cfa

Please sign in to comment.