Package brave.rpc

Class RpcRequestParser.Default

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

public static class RpcRequestParser.Default
extends Object
implements RpcRequestParser
The default data policy sets the span name to ${rpc.service}/${rpc.method} or only the method or service. This also tags "rpc.service" and "rpc.method" when present.