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.observation
Classes in org.springframework.http.server.observation that implement ServerRequestObservationConventionModifier and TypeClassDescriptionclass
DefaultServerRequestObservationConvention
.class
AServerRequestObservationConvention
based on the stable OpenTelemetry semantic conventions. -
Uses of ServerRequestObservationConvention in org.springframework.web.filter
Constructors in org.springframework.web.filter with parameters of type ServerRequestObservationConventionModifierConstructorDescriptionServerHttpObservationFilter
(io.micrometer.observation.ObservationRegistry observationRegistry, ServerRequestObservationConvention observationConvention) Create anHttpRequestsObservationFilter
that records observations against the givenObservationRegistry
with a custom convention.