Class CamelServletObservationConvention
java.lang.Object
org.springframework.http.server.observation.DefaultServerRequestObservationConvention
org.qubership.integration.platform.engine.camel.metrics.CamelServletObservationConvention
- All Implemented Interfaces:
io.micrometer.observation.KeyValuesConvention,io.micrometer.observation.ObservationConvention<org.springframework.http.server.observation.ServerRequestObservationContext>,org.springframework.http.server.observation.ServerRequestObservationConvention
@Component
public class CamelServletObservationConvention
extends org.springframework.http.server.observation.DefaultServerRequestObservationConvention
-
Field Summary
Fields inherited from interface io.micrometer.observation.ObservationConvention
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.micrometer.common.KeyValuesgetLowCardinalityKeyValues(org.springframework.http.server.observation.ServerRequestObservationContext context) Methods inherited from class org.springframework.http.server.observation.DefaultServerRequestObservationConvention
exception, getContextualName, getHighCardinalityKeyValues, getName, httpUrl, method, outcome, status, uriMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.http.server.observation.ServerRequestObservationConvention
supportsContext
-
Constructor Details
-
CamelServletObservationConvention
-
-
Method Details
-
getLowCardinalityKeyValues
@NotNull public io.micrometer.common.KeyValues getLowCardinalityKeyValues(@NotNull org.springframework.http.server.observation.ServerRequestObservationContext context) - Specified by:
getLowCardinalityKeyValuesin interfaceio.micrometer.observation.ObservationConvention<org.springframework.http.server.observation.ServerRequestObservationContext>- Overrides:
getLowCardinalityKeyValuesin classorg.springframework.http.server.observation.DefaultServerRequestObservationConvention
-