Skip to content

Commit

Permalink
Merge pull request #765 from codeboten/patch-1
Browse files Browse the repository at this point in the history
update collector example with debug exporter
  • Loading branch information
bryannaegele authored Sep 11, 2024
2 parents 12075ed + 3aab0a7 commit 053e731
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/otel-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ exporters:
tls:
insecure: true

logging:
loglevel: debug
debug:
verbosity: detailed
sampling_initial: 1
sampling_thereafter: 1
extensions:
Expand All @@ -31,12 +31,12 @@ service:
traces:
receivers: [otlp]
processors: [batch]
exporters: [logging, zipkin, otlp/jaeger]
exporters: [debug, zipkin, otlp/jaeger]
metrics:
receivers: [otlp]
processors: [batch]
exporters: [logging]
exporters: [debug]
logs:
receivers: [otlp]
processors: [batch]
exporters: [logging]
exporters: [debug]

0 comments on commit 053e731

Please sign in to comment.