Open
Description
@cartermp, @austinlparker, @svrnm - Since
we're now in a position where env. variables are described in two places, e.g.:
- https://opentelemetry.io/docs/reference/specification/sdk-environment-variables/#general-sdk-configuration
- https://opentelemetry.io/docs/concepts/sdk-configuration/general-sdk-configuration
Our effort from the start has been to try to keep things DRY, to avoid drift, etc. To resolve this we can:
- Remove the corresponding definitions from the spec (if they are considered non-normative)
- Generate the local docs directly from the spec.
Other suggestions?
Also related:
Activity