Package brave.rpc

Class RpcResponseParser.Default

java.lang.Object
brave.rpc.RpcResponseParser.Default
All Implemented Interfaces:
RpcResponseParser
Enclosing interface:
RpcResponseParser

public static class RpcResponseParser.Default
extends Object
implements RpcResponseParser
The default data policy sets RpcTags.ERROR_CODE tag, and also "error", if there is no exception.

Note:The exception will be tagged by default in Zipkin, but if you are using a SpanHandler to another destination, you should process accordingly.

Since:
5.12