Annotation Interface Tracing.Tag

Enclosing class:
Tracing

@Target({}) @Retention(RUNTIME) public static @interface Tracing.Tag
Tracing tag. Tags are added to spans (alternative term is Span Attribute).
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Tag key.
    Tag value.
  • Element Details

    • key

      String key
      Tag key.
      Returns:
      tag key
    • value

      String value
      Tag value.
      Returns:
      tag value