Const
The "namespace" within which code.function is defined. Usually the qualified class or module name, such that code.namespace + some separator + code.function form a unique identifier for the code unit.
code.function
code.namespace
Use ATTR_CODE_NAMESPACE in [incubating entry-point](https://github.com/open-telemetry/opentelemetry-js/blob/main/semantic-conventions/README.md#unstable-semconv).
The "namespace" within which
code.functionis defined. Usually the qualified class or module name, such thatcode.namespace+ some separator +code.functionform a unique identifier for the code unit.