Package io.opentelemetry.exporter.internal.http
-
Interface Summary Interface Description HttpSender An abstraction for sending HTTP requests and handling responses.HttpSender.Response The HTTP response.HttpSenderProvider A service provider interface (SPI) for providingHttpSender
s backed by different HTTP client libraries. -
Class Summary Class Description HttpExporter<T extends Marshaler> An exporter for http/protobuf or http/json using a signal-specific Marshaler.HttpExporterBuilder<T extends Marshaler> A builder forHttpExporter
.