Uses of Interface
org.springframework.http.server.observation.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.observation
-
Uses of ServerRequestObservationConvention in org.springframework.web.filter
ModifierConstructorDescriptionServerHttpObservationFilter
(io.micrometer.observation.ObservationRegistry observationRegistry, ServerRequestObservationConvention observationConvention) Create anHttpRequestsObservationFilter
that records observations against the givenObservationRegistry
with a custom convention.