All Classes
| Class | Description |
|---|---|
| RpcClientRequest |
Marks an interface for use in injection and
RpcRuleSampler. |
| RpcRequest |
Abstract request type used for parsing and sampling of rpc clients and servers.
|
| RpcRequestMatchers |
Null safe matchers for use in
RpcRuleSampler. |
| RpcRuleSampler |
Assigns sample rates to rpc requests.
|
| RpcRuleSampler.Builder | |
| RpcServerRequest |
Marks an interface for use in extraction and
RpcRuleSampler. |
| RpcTracing |
Instances built via
RpcTracing.create(Tracing) or RpcTracing.newBuilder(Tracing) are registered
automatically such that statically configured instrumentation like HTTP clients can use RpcTracing.current(). |
| RpcTracing.Builder | |
| RpcTracingCustomizer |
This allows configuration plugins to collaborate on building an instance of
RpcTracing. |