Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ Disclaimer: Declarative configuration is currently in Development status - work
| The `Create` operation returns `TracerProvider` | + | + | | | | | + | | + | | |
| The `Create` operation returns `MeterProvider` | + | + | | | | | + | | + | | |
| The `Create` operation returns `LoggerProvider` | + | + | | | | | + | | + | | |
| The `Create` operation returns `Propagators` | | + | | | | | + | | + | | |
| The `Create` operation returns `Propagators` | + | + | | | | | + | | + | | |
| The `Create` operation calls `CreateComponent` of corresponding `PluginComponentProvider` when encountering plugin components | | + | | | | | + | | + | | |
| Register a `PluginComponentProvider` | | + | | | | | + | | + | | |

Expand Down
2 changes: 1 addition & 1 deletion spec-compliance-matrix/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ sections:
- name: The `Create` operation returns `LoggerProvider`
status: '+'
- name: The `Create` operation returns `Propagators`
status: '?'
status: '+'
- name: The `Create` operation calls `CreateComponent` of corresponding `PluginComponentProvider` when encountering plugin components
status: '?'
- name: Register a `PluginComponentProvider`
Expand Down
Loading