Skip to content

Commit 94c0ed4

Browse files
authored
update spec compliance matrix (#4684)
## Changes Declarative configuration in Go now supports parsing environment variables with the merge of open-telemetry/opentelemetry-go-contrib#6215. Updating the spec compliance matrix to reflect this. For non-trivial changes, follow the [change proposal process](https://github.com/open-telemetry/opentelemetry-specification/blob/main/CONTRIBUTING.md#proposing-a-change). * [ ] Related issues # * [ ] Related [OTEP(s)](https://github.com/open-telemetry/oteps) # * [ ] Links to the prototypes (when adding or changing features) * [ ] [`CHANGELOG.md`](https://github.com/open-telemetry/opentelemetry-specification/blob/main/CHANGELOG.md) file updated for non-trivial changes * [x] [Spec compliance matrix](https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix/template.yaml) updated if necessary Signed-off-by: alex boten <[email protected]>
1 parent 9f0814f commit 94c0ed4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec-compliance-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Disclaimer: Declarative configuration is currently in Development status - work
294294
| ------- | -- | ---- | -- | ------ | ---- | ------ | --- | ---- | --- | ---- | ----- |
295295
| `Parse` a configuration file | + | + | + | | | | + | | | | |
296296
| The `Parse` operation accepts the configuration YAML file format | + | + | + | | | | + | | | | |
297-
| The `Parse` operation performs environment variable substitution | | + | | | | | + | | | | |
297+
| The `Parse` operation performs environment variable substitution | + | + | | | | | + | | | | |
298298
| The `Parse` operation returns configuration model | + | + | + | | | | + | | | | |
299299
| The `Parse` operation resolves extension component configuration to `properties` | | + | | | | | + | | | | |
300300
| `Create` SDK components | + | + | | | | | + | | | | |

spec-compliance-matrix/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ sections:
506506
- name: The `Parse` operation accepts the configuration YAML file format
507507
status: '+'
508508
- name: The `Parse` operation performs environment variable substitution
509-
status: '?'
509+
status: '+'
510510
- name: The `Parse` operation returns configuration model
511511
status: '+'
512512
- name: The `Parse` operation resolves extension component configuration to `properties`

0 commit comments

Comments
 (0)