mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Adds a management.observations.conventions property to control which set of conventions are auto-configured across the application. Configures WebMvc and WebFlux ServerRequestObservationConvention beans to switch to OpenTelemetry conventions when configured. Configures JVM and system meter binders using their builder APIs to apply OpenTelemetry conventions while still allowing individual meter conventions to be overridden via beans. Signed-off-by: Tommy Ludwig <8924140+shakuzen@users.noreply.github.com> See gh-49241