Uses of Interface
io.opentelemetry.exporter.internal.auth.Authenticator
Packages that use Authenticator
Package
Description
Utilities for exporter authentication.
-
Uses of Authenticator in io.opentelemetry.exporter.internal.auth
Methods in io.opentelemetry.exporter.internal.auth with parameters of type AuthenticatorModifier and TypeMethodDescriptionstatic void
Authenticator.setAuthenticatorOnDelegate
(Object builder, Authenticator authenticator) Reflectively access aGrpcExporterBuilder
, orHttpExporterBuilder
instance in field called "delegate" of the instance, and set theAuthenticator
. -
Uses of Authenticator in io.opentelemetry.exporter.internal.http
Fields in io.opentelemetry.exporter.internal.http declared as AuthenticatorMethods in io.opentelemetry.exporter.internal.http with parameters of type AuthenticatorModifier and TypeMethodDescriptionHttpSenderProvider.createSender
(String endpoint, Compressor compressor, boolean exportAsJson, String contentType, long timeoutNanos, long connectTimeout, Supplier<Map<String, List<String>>> headerSupplier, ProxyOptions proxyOptions, Authenticator authenticator, RetryPolicy retryPolicy, SSLContext sslContext, X509TrustManager trustManager) Returns aHttpSender
configured with the provided parameters.HttpExporterBuilder.setAuthenticator
(Authenticator authenticator)