Uses of Class
io.opentelemetry.exporter.otlp.logs.OtlpGrpcLogRecordExporterBuilder
Packages that use OtlpGrpcLogRecordExporterBuilder
Package
Description
OpenTelemetry exporter which sends span data to OpenTelemetry collector via OTLP gRPC.
-
Uses of OtlpGrpcLogRecordExporterBuilder in io.opentelemetry.exporter.otlp.internal
Methods in io.opentelemetry.exporter.otlp.internal that return OtlpGrpcLogRecordExporterBuilderModifier and TypeMethodDescription(package private) OtlpGrpcLogRecordExporterBuilder
OtlpLogRecordExporterComponentProvider.grpcBuilder()
(package private) OtlpGrpcLogRecordExporterBuilder
OtlpLogRecordExporterProvider.grpcBuilder()
-
Uses of OtlpGrpcLogRecordExporterBuilder in io.opentelemetry.exporter.otlp.logs
Methods in io.opentelemetry.exporter.otlp.logs that return OtlpGrpcLogRecordExporterBuilderModifier and TypeMethodDescriptionAdd a constant header to requests.OtlpGrpcLogRecordExporter.builder()
Returns a new builder instance for this exporter.OtlpGrpcLogRecordExporterBuilder.setChannel
(io.grpc.ManagedChannel channel) Deprecated.OtlpGrpcLogRecordExporterBuilder.setClientTls
(byte[] privateKeyPem, byte[] certificatePem) Sets ths client key and the certificate chain to use for verifying client when TLS is enabled.OtlpGrpcLogRecordExporterBuilder.setCompression
(String compressionMethod) Sets the method used to compress payloads.OtlpGrpcLogRecordExporterBuilder.setConnectTimeout
(long timeout, TimeUnit unit) Sets the maximum time to wait for new connections to be established.OtlpGrpcLogRecordExporterBuilder.setConnectTimeout
(Duration timeout) Sets the maximum time to wait for new connections to be established.OtlpGrpcLogRecordExporterBuilder.setEndpoint
(String endpoint) Sets the OTLP endpoint to connect to.OtlpGrpcLogRecordExporterBuilder.setHeaders
(Supplier<Map<String, String>> headerSupplier) Set the supplier of headers to add to requests.OtlpGrpcLogRecordExporterBuilder.setMemoryMode
(MemoryMode memoryMode) Set theMemoryMode
.OtlpGrpcLogRecordExporterBuilder.setMeterProvider
(MeterProvider meterProvider) Sets theMeterProvider
to use to collect metrics related to export.OtlpGrpcLogRecordExporterBuilder.setMeterProvider
(Supplier<MeterProvider> meterProviderSupplier) Sets theMeterProvider
supplier used to collect metrics related to export.OtlpGrpcLogRecordExporterBuilder.setRetryPolicy
(RetryPolicy retryPolicy) Set the retry policy, ornull
to disable retry.OtlpGrpcLogRecordExporterBuilder.setSslContext
(SSLContext sslContext, X509TrustManager trustManager) Sets the "bring-your-own" SSLContext for use with TLS.OtlpGrpcLogRecordExporterBuilder.setTimeout
(long timeout, TimeUnit unit) Sets the maximum time to wait for the collector to process an exported batch of logs.OtlpGrpcLogRecordExporterBuilder.setTimeout
(Duration timeout) Sets the maximum time to wait for the collector to process an exported batch of logs.OtlpGrpcLogRecordExporterBuilder.setTrustedCertificates
(byte[] trustedCertificatesPem) Sets the certificate chain to use for verifying servers when TLS is enabled.OtlpGrpcLogRecordExporter.toBuilder()
Returns a builder with configuration values equal to those for this exporter.
setEndpoint(String)
.