Skip to content

Commit 94e1484

Browse files
authored
update JS declarative config spec compliance (#4666)
Update the JavaScript spec compliance to the latest values for Declarative Config Implementation: https://github.com/open-telemetry/opentelemetry-js/pulls?q=is%3Apr+%22feat%28opentelemetry-configuration%29%22+is%3Aclosed
1 parent 56080ce commit 94e1484

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

spec-compliance-matrix.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,10 @@ Disclaimer: Declarative configuration is currently in Development status - work
292292

293293
| Feature | Go | Java | JS | Python | Ruby | Erlang | PHP | Rust | C++ | .NET | Swift |
294294
| ------- | -- | ---- | -- | ------ | ---- | ------ | --- | ---- | --- | ---- | ----- |
295-
| `Parse` a configuration file | | x | | | | | + | | | | |
296-
| The `Parse` operation accepts the configuration YAML file format | | x | | | | | + | | | | |
295+
| `Parse` a configuration file | | x | + | | | | + | | | | |
296+
| The `Parse` operation accepts the configuration YAML file format | | x | + | | | | + | | | | |
297297
| The `Parse` operation performs environment variable substitution | | x | | | | | + | | | | |
298-
| The `Parse` operation returns configuration model | | x | | | | | + | | | | |
298+
| The `Parse` operation returns configuration model | | x | + | | | | + | | | | |
299299
| The `Parse` operation resolves extension component configuration to `properties` | | x | | | | | + | | | | |
300300
| `Create` SDK components | | x | | | | | + | | | | |
301301
| The `Create` operation accepts configuration model | | x | | | | | + | | | | |

spec-compliance-matrix/js.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -502,13 +502,13 @@ sections:
502502
- name: Declarative configuration
503503
features:
504504
- name: '`Parse` a configuration file'
505-
status: '?'
505+
status: '+'
506506
- name: The `Parse` operation accepts the configuration YAML file format
507-
status: '?'
507+
status: '+'
508508
- name: The `Parse` operation performs environment variable substitution
509509
status: '?'
510510
- name: The `Parse` operation returns configuration model
511-
status: '?'
511+
status: '+'
512512
- name: The `Parse` operation resolves extension component configuration to `properties`
513513
status: '?'
514514
- name: '`Create` SDK components'

0 commit comments

Comments
 (0)