File tree 2 files changed +4
-0
lines changed
specification/configuration
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ release.
46
46
([ #4002 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4002 ) )
47
47
- Add end to end examples for file configuration
48
48
([ #4018 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4018 ) )
49
+ - Clarify the schema for YAML configuration files
50
+ ([ #3973 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3973 ) )
49
51
50
52
### Common
51
53
Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ Configuration files SHOULD use one the following serialization formats:
65
65
[ YAML] ( https://yaml.org/spec/1.2.2/ ) configuration files SHOULD follow YAML spec
66
66
revision >= 1.2.
67
67
68
+ YAML configuration files SHOULD be parsed using [ v1.2 YAML core schema] ( https://yaml.org/spec/1.2.2/#103-core-schema ) .
69
+
68
70
YAML configuration files MUST use file extensions ` .yaml ` or ` .yml ` .
69
71
70
72
### Environment variable substitution
You can’t perform that action at this time.
0 commit comments