Constant opentelemetry_semantic_conventions::trace::CODE_LINENO
source · pub const CODE_LINENO: &str = "code.lineno";
Expand description
The line number in code.filepath
best representing the operation. It SHOULD point within the code unit named in code.function
.
§Examples
42