Package io.micronaut.tracing.brave
Class BraveTracerConfiguration.BraveHttpClientSenderConfiguration
java.lang.Object
io.micronaut.http.client.HttpClientConfiguration
io.micronaut.tracing.zipkin.http.client.HttpClientSenderConfiguration
io.micronaut.tracing.brave.BraveTracerConfiguration.BraveHttpClientSenderConfiguration
- Enclosing class:
- BraveTracerConfiguration
@ConfigurationProperties("http")
@Requires(property="tracing.zipkin.http") @Requires(classes=brave.Tracing.class)
public static class BraveTracerConfiguration.BraveHttpClientSenderConfiguration
extends HttpClientSenderConfiguration
Used to configure HTTP trace sending under the
tracing.zipkin.http
namespace.-
Nested Class Summary
Nested classes/interfaces inherited from class io.micronaut.http.client.HttpClientConfiguration
io.micronaut.http.client.HttpClientConfiguration.ConnectionPoolConfiguration, io.micronaut.http.client.HttpClientConfiguration.WebSocketCompressionConfiguration
-
Field Summary
Fields inherited from class io.micronaut.tracing.zipkin.http.client.HttpClientSenderConfiguration
clientSenderBuilder
Fields inherited from class io.micronaut.http.client.HttpClientConfiguration
DEFAULT_ALLOW_BLOCK_EVENT_LOOP, DEFAULT_CONNECTION_POOL_IDLE_TIMEOUT_SECONDS, DEFAULT_EXCEPTION_ON_ERROR_STATUS, DEFAULT_FOLLOW_REDIRECTS, DEFAULT_MAX_CONTENT_LENGTH, DEFAULT_READ_IDLE_TIMEOUT_MINUTES, DEFAULT_READ_TIMEOUT_SECONDS, DEFAULT_SHUTDOWN_QUIET_PERIOD_MILLISECONDS, DEFAULT_SHUTDOWN_TIMEOUT_MILLISECONDS
-
Constructor Summary
-
Method Summary
Methods inherited from class io.micronaut.tracing.zipkin.http.client.HttpClientSenderConfiguration
getBuilder, getConnectionPoolConfiguration
Methods inherited from class io.micronaut.http.client.HttpClientConfiguration
getAlpnModes, getChannelOptions, getConnectionPoolIdleTimeout, getConnectTimeout, getConnectTtl, getDefaultCharset, getEventLoopGroup, getHttpVersion, getLoggerName, getLogLevel, getMaxContentLength, getNumOfThreads, getPlaintextMode, getProxyAddress, getProxyPassword, getProxySelector, getProxyType, getProxyUsername, getReadIdleTimeout, getReadTimeout, getShutdownQuietPeriod, getShutdownTimeout, getSslConfiguration, getThreadFactory, getWebSocketCompressionConfiguration, isAllowBlockEventLoop, isExceptionOnErrorStatus, isFollowRedirects, resolveProxy, setAllowBlockEventLoop, setAlpnModes, setChannelOptions, setConnectionPoolIdleTimeout, setConnectTimeout, setConnectTtl, setDefaultCharset, setEventLoopGroup, setExceptionOnErrorStatus, setFollowRedirects, setHttpVersion, setLoggerName, setLogLevel, setMaxContentLength, setNumOfThreads, setPlaintextMode, setProxyAddress, setProxyPassword, setProxySelector, setProxyType, setProxyUsername, setReadIdleTimeout, setReadTimeout, setShutdownQuietPeriod, setShutdownTimeout, setSslConfiguration, setThreadFactory
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
BraveHttpClientSenderConfiguration
public BraveHttpClientSenderConfiguration()
-