-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Hi folks!
I noticed that the SDKLogLevel field in MetricsConfig and in TracesConfig have the same env variable name OTEL_EBPF_SDK_LOG_LEVEL () but the supported values are different.
SDKLogLevelinMetricsConfigis used asslog.Levelwhich accepts: debug, info, warn and errorSDKLogLevelinTracesConfigis used aszapcore.Levelwhich accepts: debug, info, warn/warning, error, dpanic, panic and fatal
I wanted to change the name of the environment variable, something like OTEL_EBPF_METRICS_SDK_LOG_LEVEL and OTEL_EBPF_TRACES_SDK_LOG_LEVEL, but this is a breaking change, so I'd like to hear your opinion first.
Metadata
Metadata
Assignees
Labels
No labels