Index
All Classes and Interfaces|All Packages
A
- addHeader(String, String) - Method in class io.opentelemetry.exporter.otlp.http.logs.OtlpHttpLogExporterBuilder
-
Add header to requests.
B
- build() - Method in class io.opentelemetry.exporter.otlp.http.logs.OtlpHttpLogExporterBuilder
-
Constructs a new instance of the exporter based on the builder's values.
- builder() - Static method in class io.opentelemetry.exporter.otlp.http.logs.OtlpHttpLogExporter
-
Returns a new builder instance for this exporter.
E
- export(Collection<LogData>) - Method in class io.opentelemetry.exporter.otlp.http.logs.OtlpHttpLogExporter
-
Submits all the given logs in a single batch to the OpenTelemetry collector.
G
- getDefault() - Static method in class io.opentelemetry.exporter.otlp.http.logs.OtlpHttpLogExporter
-
Returns a new
OtlpHttpLogExporterusing the default values.
I
- io.opentelemetry.exporter.otlp.http.logs - package io.opentelemetry.exporter.otlp.http.logs
-
OpenTelemetry exporter which sends log data to OpenTelemetry collector via OTLP HTTP.
O
- OtlpHttpLogExporter - Class in io.opentelemetry.exporter.otlp.http.logs
-
Exports logs using OTLP via HTTP, using OpenTelemetry's protobuf model.
- OtlpHttpLogExporterBuilder - Class in io.opentelemetry.exporter.otlp.http.logs
-
Builder utility for
OtlpHttpLogExporter.
S
- setCompression(String) - Method in class io.opentelemetry.exporter.otlp.http.logs.OtlpHttpLogExporterBuilder
-
Sets the method used to compress payloads.
- setEndpoint(String) - Method in class io.opentelemetry.exporter.otlp.http.logs.OtlpHttpLogExporterBuilder
-
Sets the OTLP endpoint to connect to.
- setTimeout(long, TimeUnit) - Method in class io.opentelemetry.exporter.otlp.http.logs.OtlpHttpLogExporterBuilder
-
Sets the maximum time to wait for the collector to process an exported batch of logs.
- setTimeout(Duration) - Method in class io.opentelemetry.exporter.otlp.http.logs.OtlpHttpLogExporterBuilder
-
Sets the maximum time to wait for the collector to process an exported batch of logs.
- setTrustedCertificates(byte[]) - Method in class io.opentelemetry.exporter.otlp.http.logs.OtlpHttpLogExporterBuilder
-
Sets the certificate chain to use for verifying servers when TLS is enabled.
- shutdown() - Method in class io.opentelemetry.exporter.otlp.http.logs.OtlpHttpLogExporter
-
Shutdown the exporter.
All Classes and Interfaces|All Packages