Annotation Interface ContinueSpan


@Retention(RUNTIME) @Inherited @Target(METHOD) public @interface ContinueSpan
Continues the existing span.
Since:
1.0.0
  • 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:
      value to be logged
      Default:
      ""