Index

A B E F G I O S 
All Classes and Interfaces|All Packages

A

addHeader(String, String) - Method in class io.opentelemetry.exporter.otlp.http.trace.OtlpHttpSpanExporterBuilder
Add header to requests.

B

build() - Method in class io.opentelemetry.exporter.otlp.http.trace.OtlpHttpSpanExporterBuilder
Constructs a new instance of the exporter based on the builder's values.
builder() - Static method in class io.opentelemetry.exporter.otlp.http.trace.OtlpHttpSpanExporter
Returns a new builder instance for this exporter.

E

export(Collection<SpanData>) - Method in class io.opentelemetry.exporter.otlp.http.trace.OtlpHttpSpanExporter
Submits all the given spans in a single batch to the OpenTelemetry collector.

F

flush() - Method in class io.opentelemetry.exporter.otlp.http.trace.OtlpHttpSpanExporter
The OTLP exporter does not batch spans, so this method will immediately return with success.

G

getDefault() - Static method in class io.opentelemetry.exporter.otlp.http.trace.OtlpHttpSpanExporter
Returns a new OtlpHttpSpanExporter using the default values.

I

io.opentelemetry.exporter.otlp.http.trace - package io.opentelemetry.exporter.otlp.http.trace
OpenTelemetry exporter which sends span data to OpenTelemetry collector via OTLP HTTP.

O

OtlpHttpSpanExporter - Class in io.opentelemetry.exporter.otlp.http.trace
Exports spans using OTLP via HTTP, using OpenTelemetry's protobuf model.
OtlpHttpSpanExporterBuilder - Class in io.opentelemetry.exporter.otlp.http.trace
Builder utility for OtlpHttpSpanExporter.

S

setCompression(String) - Method in class io.opentelemetry.exporter.otlp.http.trace.OtlpHttpSpanExporterBuilder
Sets the method used to compress payloads.
setEndpoint(String) - Method in class io.opentelemetry.exporter.otlp.http.trace.OtlpHttpSpanExporterBuilder
Sets the OTLP endpoint to connect to.
setTimeout(long, TimeUnit) - Method in class io.opentelemetry.exporter.otlp.http.trace.OtlpHttpSpanExporterBuilder
Sets the maximum time to wait for the collector to process an exported batch of spans.
setTimeout(Duration) - Method in class io.opentelemetry.exporter.otlp.http.trace.OtlpHttpSpanExporterBuilder
Sets the maximum time to wait for the collector to process an exported batch of spans.
setTrustedCertificates(byte[]) - Method in class io.opentelemetry.exporter.otlp.http.trace.OtlpHttpSpanExporterBuilder
Sets the certificate chain to use for verifying servers when TLS is enabled.
shutdown() - Method in class io.opentelemetry.exporter.otlp.http.trace.OtlpHttpSpanExporter
Shutdown the exporter.
A B E F G I O S 
All Classes and Interfaces|All Packages