File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
metadata-generator/src/main/java/com/splunk/opentelemetry/tools Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments