Uses of Package
brave.http
-
Classes in brave.http used by brave.http Class Description HttpAdapter Deprecated.Since 5.10, useHttpRequestandHttpResponseHttpClientAdapter Deprecated.Since 5.10, useHttpClientRequestandHttpClientResponseHttpClientHandler This standardizes a way to instrument http clients, particularly in a way that encourages use of portable customizations viaHttpRequestParserandHttpResponseParser.HttpClientParser Deprecated.Since 5.10, useHttpRequestParserandHttpResponseParserHttpClientRequest Marks an interface for use inHttpClientHandler.handleSend(HttpClientRequest).HttpClientResponse Marks an interface for use inHttpClientHandler.handleReceive(HttpClientResponse, Span).HttpParser Deprecated.Since 5.10, useHttpRequestParserandHttpResponseParserHttpRequest Abstract request type used for parsing and sampling of http clients and servers.HttpRequestParser Use this to control the request data recorded for ansampled HTTP client or server span.HttpResponse Abstract response type used for parsing and sampling of http clients and servers.HttpResponseParser Use this to control the response data recorded for ansampled HTTP client or server span.HttpRuleSampler Assigns sample rates to http routes.HttpRuleSampler.Builder HttpSampler Deprecated.Since 5.8, useSamplerFunction<HttpRequest>.HttpServerAdapter Deprecated.Since 5.10, useHttpServerRequestandHttpServerResponseHttpServerHandler This standardizes a way to instrument http servers, particularly in a way that encourages use of portable customizations viaHttpRequestParserandHttpResponseParser.HttpServerParser Deprecated.Since 5.10, useHttpRequestParserandHttpResponseParserHttpServerRequest Marks an interface for use inHttpServerHandler.handleReceive(HttpServerRequest).HttpServerResponse Marks an interface for use inHttpServerHandler.handleSend(Object, Throwable, Span).HttpTracing Instances built viaHttpTracing.create(Tracing)orHttpTracing.newBuilder(Tracing)are registered automatically such that statically configured instrumentation like HTTP clients can useHttpTracing.current().HttpTracing.Builder HttpTracingCustomizer This allows configuration plugins to collaborate on building an instance ofHttpTracing.