File tree Expand file tree Collapse file tree
specification/configuration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,11 @@ release.
2929
3030### SDK Configuration
3131
32+ - Declarative configuration: rename ` ComponentProvider ` to
33+ ` PluginComponentProvider ` , ` CreatePlugin ` to ` CreateComponent ` in effort to
34+ use consistent vocabulary
35+ ([ #4806 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4806 ) )
36+
3237### Supplementary Guidelines
3338
3439### OTEPs
Original file line number Diff line number Diff line change @@ -297,15 +297,15 @@ Disclaimer: Declarative configuration is currently in Development status - work
297297| The ` Parse ` operation accepts the configuration YAML file format | + | + | + | | | | + | | + | | |
298298| The ` Parse ` operation performs environment variable substitution | + | + | | | | | + | | + | | |
299299| The ` Parse ` operation returns configuration model | + | + | + | | | | + | | + | | |
300- | The ` Parse ` operation resolves extension component configuration to ` properties ` | | + | | | | | + | | + | | |
300+ | The ` Parse ` operation resolves plugin component configuration to ` properties ` | | + | | | | | + | | + | | |
301301| ` Create ` SDK components | + | + | | | | | + | | + | | |
302302| The ` Create ` operation accepts configuration model | + | + | | | | | + | | + | | |
303303| The ` Create ` operation returns ` TracerProvider ` | + | + | | | | | + | | + | | |
304304| The ` Create ` operation returns ` MeterProvider ` | + | + | | | | | + | | + | | |
305305| The ` Create ` operation returns ` LoggerProvider ` | + | + | | | | | + | | + | | |
306306| The ` Create ` operation returns ` Propagators ` | | + | | | | | + | | + | | |
307- | The ` Create ` operation calls ` CreatePlugin ` of corresponding ` ComponentProvider ` when encountering extension components | | + | | | | | + | | + | | |
308- | Register a ` ComponentProvider ` | | + | | | | | + | | + | | |
307+ | The ` Create ` operation calls ` CreateComponent ` of corresponding ` PluginComponentProvider ` when encountering plugin components | | + | | | | | + | | + | | |
308+ | Register a ` PluginComponentProvider ` | | + | | | | | + | | + | | |
309309
310310## Exporters
311311
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ sections:
509509 status : ' +'
510510 - name : The `Parse` operation returns configuration model
511511 status : ' +'
512- - name : The `Parse` operation resolves extension component configuration to `properties`
512+ - name : The `Parse` operation resolves plugin component configuration to `properties`
513513 status : ' +'
514514 - name : ' `Create` SDK components'
515515 status : ' +'
@@ -523,9 +523,9 @@ sections:
523523 status : ' +'
524524 - name : The `Create` operation returns `Propagators`
525525 status : ' +'
526- - name : The `Create` operation calls `CreatePlugin ` of corresponding `ComponentProvider ` when encountering extension components
526+ - name : The `Create` operation calls `CreateComponent ` of corresponding `PluginComponentProvider ` when encountering plugin components
527527 status : ' +'
528- - name : Register a `ComponentProvider `
528+ - name : Register a `PluginComponentProvider `
529529 status : ' +'
530530 - name : Exporters
531531 features :
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ sections:
509509 status : ' ?'
510510 - name : The `Parse` operation returns configuration model
511511 status : ' ?'
512- - name : The `Parse` operation resolves extension component configuration to `properties`
512+ - name : The `Parse` operation resolves plugin component configuration to `properties`
513513 status : ' ?'
514514 - name : ' `Create` SDK components'
515515 status : ' ?'
@@ -523,9 +523,9 @@ sections:
523523 status : ' ?'
524524 - name : The `Create` operation returns `Propagators`
525525 status : ' ?'
526- - name : The `Create` operation calls `CreatePlugin ` of corresponding `ComponentProvider ` when encountering extension components
526+ - name : The `Create` operation calls `CreateComponent ` of corresponding `PluginComponentProvider ` when encountering plugin components
527527 status : ' ?'
528- - name : Register a `ComponentProvider `
528+ - name : Register a `PluginComponentProvider `
529529 status : ' ?'
530530 - name : Exporters
531531 features :
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ sections:
509509 status : ' ?'
510510 - name : The `Parse` operation returns configuration model
511511 status : ' ?'
512- - name : The `Parse` operation resolves extension component configuration to `properties`
512+ - name : The `Parse` operation resolves plugin component configuration to `properties`
513513 status : ' ?'
514514 - name : ' `Create` SDK components'
515515 status : ' ?'
@@ -523,9 +523,9 @@ sections:
523523 status : ' ?'
524524 - name : The `Create` operation returns `Propagators`
525525 status : ' ?'
526- - name : The `Create` operation calls `CreatePlugin ` of corresponding `ComponentProvider ` when encountering extension components
526+ - name : The `Create` operation calls `CreateComponent ` of corresponding `PluginComponentProvider ` when encountering plugin components
527527 status : ' ?'
528- - name : Register a `ComponentProvider `
528+ - name : Register a `PluginComponentProvider `
529529 status : ' ?'
530530 - name : Exporters
531531 features :
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ sections:
509509 status : ' +'
510510 - name : The `Parse` operation returns configuration model
511511 status : ' +'
512- - name : The `Parse` operation resolves extension component configuration to `properties`
512+ - name : The `Parse` operation resolves plugin component configuration to `properties`
513513 status : ' ?'
514514 - name : ' `Create` SDK components'
515515 status : ' +'
@@ -523,9 +523,9 @@ sections:
523523 status : ' +'
524524 - name : The `Create` operation returns `Propagators`
525525 status : ' ?'
526- - name : The `Create` operation calls `CreatePlugin ` of corresponding `ComponentProvider ` when encountering extension components
526+ - name : The `Create` operation calls `CreateComponent ` of corresponding `PluginComponentProvider ` when encountering plugin components
527527 status : ' ?'
528- - name : Register a `ComponentProvider `
528+ - name : Register a `PluginComponentProvider `
529529 status : ' ?'
530530 - name : Exporters
531531 features :
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ sections:
509509 status : ' +'
510510 - name : The `Parse` operation returns configuration model
511511 status : ' +'
512- - name : The `Parse` operation resolves extension component configuration to `properties`
512+ - name : The `Parse` operation resolves plugin component configuration to `properties`
513513 status : ' +'
514514 - name : ' `Create` SDK components'
515515 status : ' +'
@@ -523,9 +523,9 @@ sections:
523523 status : ' +'
524524 - name : The `Create` operation returns `Propagators`
525525 status : ' +'
526- - name : The `Create` operation calls `CreatePlugin ` of corresponding `ComponentProvider ` when encountering extension components
526+ - name : The `Create` operation calls `CreateComponent ` of corresponding `PluginComponentProvider ` when encountering plugin components
527527 status : ' +'
528- - name : Register a `ComponentProvider `
528+ - name : Register a `PluginComponentProvider `
529529 status : ' +'
530530 - name : Exporters
531531 features :
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ sections:
509509 status : ' ?'
510510 - name : The `Parse` operation returns configuration model
511511 status : ' +'
512- - name : The `Parse` operation resolves extension component configuration to `properties`
512+ - name : The `Parse` operation resolves plugin component configuration to `properties`
513513 status : ' ?'
514514 - name : ' `Create` SDK components'
515515 status : ' ?'
@@ -523,9 +523,9 @@ sections:
523523 status : ' ?'
524524 - name : The `Create` operation returns `Propagators`
525525 status : ' ?'
526- - name : The `Create` operation calls `CreatePlugin ` of corresponding `ComponentProvider ` when encountering extension components
526+ - name : The `Create` operation calls `CreateComponent ` of corresponding `PluginComponentProvider ` when encountering plugin components
527527 status : ' ?'
528- - name : Register a `ComponentProvider `
528+ - name : Register a `PluginComponentProvider `
529529 status : ' ?'
530530 - name : Exporters
531531 features :
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ sections:
509509 status : ' +'
510510 - name : The `Parse` operation returns configuration model
511511 status : ' +'
512- - name : The `Parse` operation resolves extension component configuration to `properties`
512+ - name : The `Parse` operation resolves plugin component configuration to `properties`
513513 status : ' +'
514514 - name : ' `Create` SDK components'
515515 status : ' +'
@@ -523,9 +523,9 @@ sections:
523523 status : ' +'
524524 - name : The `Create` operation returns `Propagators`
525525 status : ' +'
526- - name : The `Create` operation calls `CreatePlugin ` of corresponding `ComponentProvider ` when encountering extension components
526+ - name : The `Create` operation calls `CreateComponent ` of corresponding `PluginComponentProvider ` when encountering plugin components
527527 status : ' +'
528- - name : Register a `ComponentProvider `
528+ - name : Register a `PluginComponentProvider `
529529 status : ' +'
530530 - name : Exporters
531531 features :
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ sections:
509509 status : ' ?'
510510 - name : The `Parse` operation returns configuration model
511511 status : ' ?'
512- - name : The `Parse` operation resolves extension component configuration to `properties`
512+ - name : The `Parse` operation resolves plugin component configuration to `properties`
513513 status : ' ?'
514514 - name : ' `Create` SDK components'
515515 status : ' ?'
@@ -523,9 +523,9 @@ sections:
523523 status : ' ?'
524524 - name : The `Create` operation returns `Propagators`
525525 status : ' ?'
526- - name : The `Create` operation calls `CreatePlugin ` of corresponding `ComponentProvider ` when encountering extension components
526+ - name : The `Create` operation calls `CreateComponent ` of corresponding `PluginComponentProvider ` when encountering plugin components
527527 status : ' ?'
528- - name : Register a `ComponentProvider `
528+ - name : Register a `PluginComponentProvider `
529529 status : ' ?'
530530 - name : Exporters
531531 features :
You can’t perform that action at this time.
0 commit comments