spring-framework/framework-docs
Brian Clozel c2e3fed8dc Align observations of @Scheduled with OTel conventions
This commit updates the `ScheduledTaskObservationDocumentation` to
better align the contributed KeyValues with OpenTelemetry conventions
for observations of code executions.

Instead of a "target.type" key with the bean class simple name, this
is now contributing the canonical class name of the bean under the
"code.namespace" key.
The "method.name" key is renamed to "code.function" and its values
remain unchanged.

Closes gh-30721
2023-06-27 22:20:06 +02:00
..
modules/ROOT Align observations of @Scheduled with OTel conventions 2023-06-27 22:20:06 +02:00
src Instrument Scheduled methods for observability 2023-06-19 08:55:08 +02:00
antora.yml Fix Title in antora.yml 2023-05-04 15:35:05 +01:00
framework-docs.gradle Merge branch '6.0.x' 2023-05-23 15:10:10 +01:00