TextMapGetter that reads propagation values from the process environment.
EnvironmentGetter reads the current process.env and ignores the carrier
passed to get() and keys(). Pass undefined as the carrier when using
this getter with a TextMapPropagator.
keys() returns only environment variables whose names are already
normalized. The requested propagator key is normalized before lookup.
TextMapGetter that reads propagation values from the process environment.
EnvironmentGetterreads the currentprocess.envand ignores the carrier passed toget()andkeys(). Passundefinedas the carrier when using this getter with aTextMapPropagator.keys()returns only environment variables whose names are already normalized. The requested propagator key is normalized before lookup.See
https://opentelemetry.io/docs/specs/otel/context/env-carriers/