Interface SqsTemplateObservation.Convention
- All Superinterfaces:
io.micrometer.observation.KeyValuesConvention
,io.micrometer.observation.ObservationConvention<SqsTemplateObservation.Context>
- All Known Implementing Classes:
SqsTemplateObservation.DefaultConvention
- Enclosing class:
- SqsTemplateObservation
public static interface SqsTemplateObservation.Convention
extends io.micrometer.observation.ObservationConvention<SqsTemplateObservation.Context>
ObservationConvention
for SqsTemplate
key values.-
Field Summary
Fields inherited from interface io.micrometer.observation.ObservationConvention
EMPTY
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
getName()
Return the name of this observation.default boolean
supportsContext
(io.micrometer.observation.Observation.Context context) Methods inherited from interface io.micrometer.observation.ObservationConvention
getContextualName, getHighCardinalityKeyValues, getLowCardinalityKeyValues
-
Method Details
-
supportsContext
- Specified by:
supportsContext
in interfaceio.micrometer.observation.ObservationConvention<SqsTemplateObservation.Context>
-
getName
Return the name of this observation.- Specified by:
getName
in interfaceio.micrometer.observation.ObservationConvention<SqsTemplateObservation.Context>
- Returns:
- the name of the observation.
-