Annotation Type ContinueSpan


@Retention(RUNTIME) @Inherited @Target(METHOD) public @interface ContinueSpan
Tells Sleuth that all Sleuth related annotations should be applied to an existing span instead of creating a new one.
Since:
1.2.0
Author:
Marcin Grzejszczak
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Log statement to be appended to the span.
  • Element Details

    • log

      String log
      Log statement to be appended to the span.
      Returns:
      - the value passed to the annotation will be used and the framework will create two events with the .start and .end suffixes.
      Default:
      ""