Skip to content

Commit 626e910

Browse files
committed
Update file format to 0.3
1 parent 4b3a49b commit 626e910

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

declarative-configuration/otel-sdk-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# See https://github.com/open-telemetry/opentelemetry-configuration for details on schema and examples
22

3-
# TODO: the current support file format is 0.3, but the opentelemetry-java errantly checks that it is 0.1. This will be fixed in 1.44.0.
4-
file_format: "0.1"
3+
file_format: "0.3"
54

65
resource:
76
attributes:

javaagent/sdk-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
# vars defined in https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/.
1414

1515
# The file format version.
16-
# TODO: the current support file format is 0.3, but the opentelemetry-java errantly checks that it is 0.1. This will be fixed in 1.44.0.
17-
file_format: "0.1"
16+
file_format: "0.3"
1817

1918
# Configure if the SDK is disabled or not. This is not required to be provided to ensure the SDK isn't disabled, the default value when this is not provided is for the SDK to be enabled.
2019
disabled: false

0 commit comments

Comments
 (0)