Skip to content

Commit

Permalink
move provider to sdk-extensions/incubator and rename to otlp/stdout a…
Browse files Browse the repository at this point in the history
…s per spec
  • Loading branch information
zeitlinger committed Sep 6, 2024
1 parent 2b0160d commit 4141ad3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void configureExporter_KnownSpiExportersNotOnClasspath() {
assertThatThrownBy(() -> configureExporter("otlp/stdout", spiExportersManager))
.isInstanceOf(ConfigurationException.class)
.hasMessage(
"otel.logs.exporter set to \"otlp/stdout\" but opentelemetry-exporter-logging-otlp"
"otel.logs.exporter set to \"otlp/stdout\" but opentelemetry-sdk-extensions-incubator"
+ " not found on classpath. Make sure to add it as a dependency.");
assertThatThrownBy(() -> configureExporter("otlp", spiExportersManager))
.isInstanceOf(ConfigurationException.class)
Expand Down

0 comments on commit 4141ad3

Please sign in to comment.