Skip to content

Commit 0d5a387

Browse files
codebotenmarcalff
andauthored
[EXAMPLE] update collector example with debug exporter (#3049)
The logging exporter was renamed debug in 2023, the logging exporter will be removed in the near future, updating the example accordingly. Co-authored-by: Marc Alff <[email protected]>
1 parent 0803569 commit 0d5a387

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/otlp/opentelemetry-collector-config/config.dev.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
exporters:
5-
logging:
6-
loglevel: DEBUG
5+
debug:
6+
verbosity: debug
77
receivers:
88
otlp:
99
protocols:
@@ -17,14 +17,14 @@ service:
1717
receivers:
1818
- otlp
1919
exporters:
20-
- logging
20+
- debug
2121
logs:
2222
receivers:
2323
- otlp
2424
exporters:
25-
- logging
25+
- debug
2626
metrics:
2727
receivers:
2828
- otlp
2929
exporters:
30-
- logging
30+
- debug

0 commit comments

Comments
 (0)