Class DefaultSoapServerObservationConvention
java.lang.Object
org.springframework.ws.transport.observation.DefaultSoapServerObservationConvention
- All Implemented Interfaces:
io.micrometer.observation.KeyValuesConvention, io.micrometer.observation.ObservationConvention<SoapServerObservationContext>, SoapServerObservationConvention
public class DefaultSoapServerObservationConvention
extends Object
implements SoapServerObservationConvention
Default
SoapServerObservationConvention implementation.- Since:
- 5.1.0
-
Field Summary
Fields inherited from interface io.micrometer.observation.ObservationConvention
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionCreate a convention with the default namesoap.server.requests.Create a convention with a custom name. -
Method Summary
Modifier and TypeMethodDescriptionio.micrometer.common.KeyValuesio.micrometer.common.KeyValuesgetName()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SoapServerObservationConvention
supportsContext
-
Constructor Details
-
DefaultSoapServerObservationConvention
public DefaultSoapServerObservationConvention()Create a convention with the default namesoap.server.requests. -
DefaultSoapServerObservationConvention
Create a convention with a custom name.- Parameters:
name- the observation name
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceio.micrometer.observation.ObservationConvention<SoapServerObservationContext>
-
getContextualName
- Specified by:
getContextualNamein interfaceio.micrometer.observation.ObservationConvention<SoapServerObservationContext>
-
getLowCardinalityKeyValues
public io.micrometer.common.KeyValues getLowCardinalityKeyValues(SoapServerObservationContext context) - Specified by:
getLowCardinalityKeyValuesin interfaceio.micrometer.observation.ObservationConvention<SoapServerObservationContext>
-
getHighCardinalityKeyValues
public io.micrometer.common.KeyValues getHighCardinalityKeyValues(SoapServerObservationContext context) - Specified by:
getHighCardinalityKeyValuesin interfaceio.micrometer.observation.ObservationConvention<SoapServerObservationContext>
-