pub const CODE_NAMESPACE: &str = "code.namespace";
The “namespace” within which code.function.name is defined. Usually the qualified class or module name, such that code.namespace + some separator + code.function.name form a unique identifier for the code unit.
code.function.name
code.namespace
"com.example.MyHttpService"