Package brave

Class Tags


  • public final class Tags
    extends Object
    Standard tags used in parsers
    Since:
    5.11
    • Field Detail

      • ERROR

        public static final Tag<Throwable> ERROR
        This tags "error" as the message or simple name of the throwable.

        Note:Conventionally, Zipkin handlers will not overwrite a tag named "error" if set directly such as this.

        Since:
        5.11
        See Also:
        Span.error(Throwable)