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 Type
    Method
    Description
    default String
    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

      default boolean supportsContext(@NonNull io.micrometer.observation.Observation.Context context)
      Specified by:
      supportsContext in interface io.micrometer.observation.ObservationConvention<SqsTemplateObservation.Context>
    • getName

      default String getName()
      Return the name of this observation.
      Specified by:
      getName in interface io.micrometer.observation.ObservationConvention<SqsTemplateObservation.Context>
      Returns:
      the name of the observation.