Skip to content

Commit

Permalink
Merge pull request #274 from codeboten/codeboten/remove-logging-refer…
Browse files Browse the repository at this point in the history
…ence

examples: update references to logging exporter
  • Loading branch information
yonch authored Jan 7, 2025
2 parents 2de840b + a7258b4 commit 84c7315
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dev/devbox/source/k8s/ebpf-net.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gateway:

config:
exporters:
logging:
debug:
verbosity: detailed

networkExplorer:
Expand Down
8 changes: 4 additions & 4 deletions dev/devbox/source/otelcol-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ processors:
batch:

exporters:
logging:
debug:
verbosity: detailed
file:
path: /var/log/otel.log
Expand Down Expand Up @@ -70,12 +70,12 @@ service:
logs:
receivers: [otlp]
processors: [batch]
exporters: [logging,file]
#exporters: [logging,file,splunk_hec]
exporters: [debug,file]
#exporters: [debug,file,splunk_hec]
metrics:
receivers: [otlp]
processors: [batch]
exporters: [logging,file]
exporters: [debug,file]
telemetry:
logs:
level: "debug"
Expand Down
6 changes: 3 additions & 3 deletions dev/otel/otel-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ processors:
batch:

exporters:
logging:
logLevel: debug
debug:
verbosity: detailed
file:
path: /var/log/otel.log

Expand All @@ -20,4 +20,4 @@ service:
logs:
receivers: [otlp]
processors: [batch]
exporters: [logging,file]
exporters: [debug,file]

0 comments on commit 84c7315

Please sign in to comment.