Uses of Interface
org.springframework.http.server.reactive.observation.ServerRequestObservationConvention
Packages that use ServerRequestObservationConvention
Package
Description
Instrumentation for
observing reactive HTTP server applications.WebFilter implementations for use in
reactive web applications.Implementations to adapt to the underlying
org.springframework.http.client.reactive reactive HTTP adapter
and HttpHandler.-
Uses of ServerRequestObservationConvention in org.springframework.http.server.reactive.observation
Classes in org.springframework.http.server.reactive.observation that implement ServerRequestObservationConvention -
Uses of ServerRequestObservationConvention in org.springframework.web.filter.reactive
Constructors in org.springframework.web.filter.reactive with parameters of type ServerRequestObservationConventionModifierConstructorDescriptionServerHttpObservationFilter(io.micrometer.observation.ObservationRegistry observationRegistry, ServerRequestObservationConvention observationConvention) Deprecated, for removal: This API element is subject to removal in a future version.Create anHttpRequestsObservationWebFilterthat records observations against the givenObservationRegistrywith a custom convention. -
Uses of ServerRequestObservationConvention in org.springframework.web.server.adapter
Methods in org.springframework.web.server.adapter that return ServerRequestObservationConventionModifier and TypeMethodDescriptionHttpWebHandlerAdapter.getObservationConvention()Return the Observation convention configured for server exchanges observations.Methods in org.springframework.web.server.adapter with parameters of type ServerRequestObservationConventionModifier and TypeMethodDescriptionWebHttpHandlerBuilder.observationConvention(ServerRequestObservationConvention observationConvention) Configure aServerRequestObservationConventionto use for server observations.voidHttpWebHandlerAdapter.setObservationConvention(ServerRequestObservationConvention observationConvention) Configure aServerRequestObservationConventionfor server exchanges observations.