Skip to content

Commit 711d973

Browse files
authored
Update README.md
loggingexporter -> debugexporter
1 parent f80ae73 commit 711d973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-native/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The example uses the following elements:
1010
- A collector configured with
1111
the [OTLP receiver](https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver/otlpreceiver)
1212
and exporting to the standard output with
13-
the [logging exporter](https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/loggingexporter).
13+
the [logging exporter](https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/debugexporter).
1414
- A spring configuration to suppress spans for the `/actuator` endpoint
1515
- A spring configuration to set OTLP headers dynamically
1616
(not needed for the example - it shows how to configure exporters programmatically)

0 commit comments

Comments
 (0)