Closed jodeev closed 2 years ago
Implement Environment Variables per the spec, we should follow the naming convention as specified, see OpenTelemetry Environment Variable Specification.
SDKs MAY choose to allow configuration via the environment variables in this specification, but are not required to. If they do, they SHOULD use the names listed in this document.
Implemented in https://github.com/open-telemetry/opentelemetry-php/pull/469 - I think this issue can be closed.
Implement Environment Variables per the spec, we should follow the naming convention as specified, see OpenTelemetry Environment Variable Specification.
SDKs MAY choose to allow configuration via the environment variables in this specification, but are not required to. If they do, they SHOULD use the names listed in this document.