| Class | Description |
|---|---|
| HttpAdapter<Req,Resp> | |
| HttpClientAdapter<Req,Resp> | |
| HttpClientHandler<Req,Resp> |
This standardizes a way to instrument http clients, particularly in a way that encourages use of
portable customizations via
HttpClientParser. |
| HttpClientParser |
Parses the request and response into reasonable defaults for http client spans.
|
| HttpParser | |
| HttpRuleSampler |
Assigns sample rates to http routes.
|
| HttpRuleSampler.Builder | |
| HttpSampler |
Decides whether to start a new trace based on http request properties such as path.
|
| HttpServerAdapter<Req,Resp> | |
| HttpServerHandler<Req,Resp> |
This standardizes a way to instrument http servers, particularly in a way that encourages use of
portable customizations via
HttpServerParser. |
| HttpServerParser |
Parses the request and response into reasonable defaults for http server spans.
|
| HttpTracing | |
| HttpTracing.Builder |
Copyright © 2018 OpenZipkin. All rights reserved.