Interface LettuceObservationConvention

    • Field Summary

      • Fields inherited from interface io.micrometer.observation.ObservationConvention

        EMPTY
    • Method Detail

      • supportsContext

        default boolean supportsContext​(io.micrometer.observation.Observation.Context context)
        Specified by:
        supportsContext in interface io.micrometer.observation.ObservationConvention<LettuceObservationContext>
      • includeCommandArgsInSpanTags

        boolean includeCommandArgsInSpanTags()
        Returns:
        whether to attach the full command into the trace. Use this flag with caution as sensitive arguments will be captured in the observation spans and metric tags.