Align KeyValues of Scheduled-annotated observability with OpenTelemetry conventions #30721
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
theme: observability
An issue related to observability and tracing
type: enhancement
A general enhancement
Milestone
following comment #29883 (comment) it seems that provided tag entries are
method.name
andtarget.type
so first I think that target.type is missing the package name so the type would would be fully qualified name.
second, in order to be compatible with OpenTelemetry maybe you should consider use the standard Semantic conventions
so
method.name
would becomecode.function
and
target.type
would becomecode.namespace
(including the package name of course)The text was updated successfully, but these errors were encountered: