spring-boot icon indicating copy to clipboard operation
spring-boot copied to clipboard

Introduce ObservationHandlerGroup interface to allow ObservabilityAutoConfiguration to be removed

Open philwebb opened this issue 7 months ago • 0 comments

Currently ObservabilityAutoConfiguration knows about metrics and tracing but when we modularize the codebase it cannot know about either concept. To solve this, we should introduce a ObservationHandlerGroup interface that can be implemented by the metrics and tracing modules.

philwebb avatar Jun 04 '25 02:06 philwebb