Uses of Interface
org.springframework.http.server.observation.ServerRequestObservationConvention
Packages that use ServerRequestObservationConvention
Package
Description
Instrumentation for 
observing HTTP server applications.Provides generic filter base classes allowing for bean-style configuration.
- 
Uses of ServerRequestObservationConvention in org.springframework.http.server.observationClasses in org.springframework.http.server.observation that implement ServerRequestObservationConvention
- 
Uses of ServerRequestObservationConvention in org.springframework.web.filterConstructors in org.springframework.web.filter with parameters of type ServerRequestObservationConventionModifierConstructorDescriptionServerHttpObservationFilter(io.micrometer.observation.ObservationRegistry observationRegistry, ServerRequestObservationConvention observationConvention) Create anHttpRequestsObservationFilterthat records observations against the givenObservationRegistrywith a custom convention.