Definition
/**
* Create an EnvironmentDetector.
*
* Detects resource attributes from OpenTelemetry standard environment variables:
* - OTEL_SERVICE_NAME: Sets service.name attribute
* - OTEL_RESOURCE_ATTRIBUTES: Sets additional attributes in key=value,key2=value2 format
*/
environment_detector() : EnvironmentDetector