Skip to content

Commit de6dc60

Browse files
committed
Use stable otel.config.file property
1 parent 39c97b5 commit de6dc60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metadata-generator/src/main/java/com/splunk/opentelemetry/tools/MetadataGenerator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -774,12 +774,12 @@ otel.exporter.otlp.metrics.temporality.preference OTEL_EXPORTER_OTLP_METRICS_TEM
774774
// https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/autoconfigure/README.md#file-configuration
775775

776776
/*
777-
otel.experimental.config.file OTEL_EXPERIMENTAL_CONFIG_FILE The path to the SDK configuration file. Defaults to unset.
777+
otel.config.file OTEL_CONFIG_FILE The path to the SDK configuration file. Defaults to unset.
778778
*/
779779

780780
settings.add(
781781
setting(
782-
"otel.experimental.config.file",
782+
"otel.config.file",
783783
"The path to the SDK configuration file. Defaults to unset.",
784784
"",
785785
SettingType.STRING,

0 commit comments

Comments
 (0)