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 StringgetName()Return the name of this observation.default booleansupportsContext(io.micrometer.observation.Observation.Context context) Methods inherited from interface io.micrometer.observation.ObservationConvention
getContextualName, getHighCardinalityKeyValues, getLowCardinalityKeyValues
-
Method Details
-
supportsContext
- Specified by:
supportsContextin interfaceio.micrometer.observation.ObservationConvention<SqsTemplateObservation.Context>
-
getName
Return the name of this observation.- Specified by:
getNamein interfaceio.micrometer.observation.ObservationConvention<SqsTemplateObservation.Context>- Returns:
- the name of the observation.
-