Uses of Class
brave.Tag
-
Packages that use Tag Package Description brave brave.handler -
-
Uses of Tag in brave
Subclasses of Tag in brave Modifier and Type Class Description classErrorParserDeprecated.Since 5.12 Use Tags#ERROR or defer toZipkinSpanHandlerFields in brave declared as Tag Modifier and Type Field Description static Tag<BaggageField>Tags. BAGGAGE_FIELDThis tags the baggage value usingBaggageField.name()as the key.static Tag<Throwable>Tags. ERRORThis tags "error" as the message or simple name of the throwable. -
Uses of Tag in brave.handler
Methods in brave.handler with parameters of type Tag Modifier and Type Method Description static MutableSpanBytesEncoderMutableSpanBytesEncoder. zipkinJsonV2(Tag<Throwable> errorTag)
-