Skip to content

Commit 4091afa

Browse files
committed
extract extended opentelemetry only
1 parent 146147f commit 4091afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/OpenTelemetryConfigurationFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public OpenTelemetrySdk create(
3434
String fileFormat = model.getFileFormat();
3535
if (fileFormat == null || !SUPPORTED_FILE_FORMATS.matcher(fileFormat).matches()) {
3636
throw new DeclarativeConfigException(
37-
"Unsupported file format '" + fileFormat + "'. Supported formats include 0.4, 1.0*");
37+
"Unsupported file format. Supported formats include 0.4, 1.0*");
3838
}
3939
// TODO(jack-berg): log warning if version is not exact match, which may result in unexpected
4040
// behavior for experimental properties.

0 commit comments

Comments
 (0)