Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -774,12 +774,12 @@ otel.exporter.otlp.metrics.temporality.preference OTEL_EXPORTER_OTLP_METRICS_TEM
// https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/autoconfigure/README.md#file-configuration

/*
otel.experimental.config.file OTEL_EXPERIMENTAL_CONFIG_FILE The path to the SDK configuration file. Defaults to unset.
otel.config.file OTEL_CONFIG_FILE The path to the SDK configuration file. Defaults to unset.
*/

settings.add(
setting(
"otel.experimental.config.file",
"otel.config.file",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you also update DeclarativeConfigTestUtil? It also use this system property.

"The path to the SDK configuration file. Defaults to unset.",
"",
SettingType.STRING,
Expand Down
Loading