opentelemetry-js
opentelemetry-js copied to clipboard
Load configuration from environment variable
Is there any built-in environment variable to configure serviceName and jaeger exporter?
- [ ] This only affects the JavaScript OpenTelemetry library
- [ ] This may affect other libraries, but I would like to get opinions here first
service name can be configured via OTEL_SERVICE_NAME
or OTEL_RESOURCE_ATTRIBUTES
as per https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/sdk-environment-variables.md#general-sdk-configuration
jaeger exporter can be configured via these env vars: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/sdk-environment-variables.md#jaeger-exporter
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.
This issue was closed because it has been stale for 14 days with no activity.