Skip to content

Commit

Permalink
update default template with debug exporter (open-telemetry#454)
Browse files Browse the repository at this point in the history
This should have been updated some versions ago, the logging exporter is now named debug exporter.

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten authored Jan 10, 2024
1 parent 3d47d64 commit d0a26d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions configs/otelcol-contrib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ processors:
batch:

exporters:
logging:
debug:
verbosity: detailed

service:
Expand All @@ -56,11 +56,11 @@ service:
traces:
receivers: [otlp, opencensus, jaeger, zipkin]
processors: [batch]
exporters: [logging]
exporters: [debug]

metrics:
receivers: [otlp, opencensus, prometheus]
processors: [batch]
exporters: [logging]
exporters: [debug]

extensions: [health_check, pprof, zpages]
6 changes: 3 additions & 3 deletions configs/otelcol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ processors:
batch:

exporters:
logging:
debug:
verbosity: detailed

service:
Expand All @@ -56,11 +56,11 @@ service:
traces:
receivers: [otlp, opencensus, jaeger, zipkin]
processors: [batch]
exporters: [logging]
exporters: [debug]

metrics:
receivers: [otlp, opencensus, prometheus]
processors: [batch]
exporters: [logging]
exporters: [debug]

extensions: [health_check, pprof, zpages]

0 comments on commit d0a26d0

Please sign in to comment.