Configuration Reference
Version:2.0.3
Http Client Core Config Properties
🔗Property | Type | Description |
---|---|---|
|
Sets the HTTP version to use. Defaults to {@link HttpVersion#HTTP_1_1}. |
|
|
Sets the level to enable trace logging at. Depending on the implementation this may activate additional handlers. For example in Netty this will activate {@code LoggingHandler} at the given level. |
|
|
java.lang.String |
Sets the event loop group to use for the client. |
|
Sets the SSL configuration for the client. |
|
|
boolean |
Sets whether throwing an exception upon HTTP error status (>= 400) is preferred. Default value (DEFAULT_EXCEPTION_ON_ERROR_STATUS) |
|
java.lang.String |
Sets the client-specific logger name. |
|
boolean |
Sets whether redirects should be followed. Default value (DEFAULT_FOLLOW_REDIRECTS). |
|
java.nio.charset.Charset |
Sets the default charset to use. Default value (UTF-8); |
|
java.util.Map |
The Client channel options |
|
java.time.Duration |
Sets the amount of time to wait for shutdown of client thread pools. Default value (100 milliseconds). |
|
java.time.Duration |
Sets the read timeout. Default value (10 seconds). |
|
java.time.Duration |
Sets the max read idle time for streaming requests. Default value (5 seconds). |
|
java.time.Duration |
Sets the connect timeout. |
|
java.time.Duration |
Sets the connect timeout. |
|
java.lang.Integer |
Sets the number of threads the client should use for requests. |
|
java.lang.Class |
Sets a thread factory. |
|
int |
Sets the maximum content length the client can consume. Default value (1024 * 1024 * 10 ⇒ 10MB). |
|
java.net.Proxy$Type |
The proxy type |
|
java.net.SocketAddress |
Sets a proxy address. |
|
java.lang.String |
Sets the proxy user name to use. |
|
java.lang.String |
Sets the proxy password. |
|
java.net.ProxySelector |
Sets the proxy selector. ProxySelector decides what proxy to use and take precedence over {@link #setProxyAddress(SocketAddress)} and {@link #setProxyType(Proxy.Type)}. |
Property | Type | Description |
---|---|---|
|
java.util.List |
The list of request header names. |
|
java.util.List |
The list of request query parameter names. |
Property | Type | Description |
---|---|---|
|
java.util.List |
Sets the URIs of the service. |
|
java.lang.String |
Sets the health check URI. Default value ("/health"). |
|
boolean |
Sets whether the service health should be checked. Default value (false). |
|
java.time.Duration |
Sets the default duration to check health status. Default value (30 seconds). |
|
java.lang.String |
Sets the context path to use for requests. |
|
Sets the HTTP version to use. Defaults to {@link HttpVersion#HTTP_1_1}. |
|
|
Sets the level to enable trace logging at. Depending on the implementation this may activate additional handlers. For example in Netty this will activate {@code LoggingHandler} at the given level. |
|
|
java.lang.String |
Sets the event loop group to use for the client. |
|
boolean |
Sets whether throwing an exception upon HTTP error status (>= 400) is preferred. Default value (DEFAULT_EXCEPTION_ON_ERROR_STATUS) |
|
java.lang.String |
Sets the client-specific logger name. |
|
boolean |
Sets whether redirects should be followed. Default value (DEFAULT_FOLLOW_REDIRECTS). |
|
java.nio.charset.Charset |
Sets the default charset to use. Default value (UTF-8); |
|
java.util.Map |
The Client channel options |
|
java.time.Duration |
Sets the amount of time to wait for shutdown of client thread pools. Default value (100 milliseconds). |
|
java.time.Duration |
Sets the read timeout. Default value (10 seconds). |
|
java.time.Duration |
Sets the max read idle time for streaming requests. Default value (5 seconds). |
|
java.time.Duration |
Sets the connect timeout. |
|
java.time.Duration |
Sets the connect timeout. |
|
java.lang.Integer |
Sets the number of threads the client should use for requests. |
|
java.lang.Class |
Sets a thread factory. |
|
int |
Sets the maximum content length the client can consume. Default value (1024 * 1024 * 10 ⇒ 10MB). |
|
java.net.Proxy$Type |
The proxy type |
|
java.net.SocketAddress |
Sets a proxy address. |
|
java.lang.String |
Sets the proxy user name to use. |
|
java.lang.String |
Sets the proxy password. |
|
java.net.ProxySelector |
Sets the proxy selector. ProxySelector decides what proxy to use and take precedence over {@link #setProxyAddress(SocketAddress)} and {@link #setProxyType(Proxy.Type)}. |
|
java.net.URI |
Sets the URL of the service. |
Property | Type | Description |
---|---|---|
|
||
|
java.lang.String |
|
|
java.lang.String |
Property | Type | Description |
---|---|---|
|
boolean |
Sets whether connection pooling is enabled. Default value (false). |
|
int |
Sets the maximum number of connections. Defaults to no maximum. |
|
int |
Sets the max pending acquires. |
|
java.time.Duration |
Sets the timeout to wait for a connection. |
Property | Type | Description |
---|---|---|
|
||
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
Property | Type | Description |
---|---|---|
|
boolean |
|
|
int |
|
|
boolean |
|
|
||
|
java.lang.String[] |
|
|
java.lang.String[] |
|
|
java.lang.String |
|
|
Sets the SSL configuration for the client. |
Property | Type | Description |
---|---|---|
|
java.util.List |
The list of request header names. |
|
java.util.List |
The list of request query parameter names. |
Property | Type | Description |
---|---|---|
|
||
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
Property | Type | Description |
---|---|---|
|
boolean |
Sets whether connection pooling is enabled. Default value (false). |
|
int |
Sets the maximum number of connections. Defaults to no maximum. |
|
int |
Sets the max pending acquires. |
|
java.time.Duration |
Sets the timeout to wait for a connection. |
Http Config Properties
🔗Property | Type | Description |
---|---|---|
|
Sets the trust store configuration. |
|
|
java.lang.String |
Sets the path. |
|
java.lang.String |
Sets the password to use for the keystore. |
|
java.lang.String |
Sets the type of keystore. |
|
java.lang.String |
Sets the keystore provider name. |
Property | Type | Description |
---|---|---|
|
Sets the trust store configuration. |
|
|
java.lang.String |
Sets the path. |
|
java.lang.String |
Sets the password to use for the keystore. |
|
java.lang.String |
Sets the type of keystore. |
|
java.lang.String |
Sets the keystore provider name. |
Property | Type | Description |
---|---|---|
|
java.util.List |
Default value (Empty list). |
Property | Type | Description |
---|---|---|
|
Sets the trust store configuration. |
|
|
java.lang.String |
Sets the path. |
|
java.lang.String |
Sets the password to use for the keystore. |
|
java.lang.String |
Sets the type of keystore. |
|
java.lang.String |
Sets the keystore provider name. |
Property | Type | Description |
---|---|---|
|
boolean |
Whether SSL is enabled. Default value (false). |
|
int |
Sets the SSL port. Default value (8443). |
|
boolean |
Sets whether to build a self signed certificate. Default value (false). |
|
Sets the client authentication mode. |
|
|
java.lang.String[] |
Sets the ciphers to use. |
|
java.lang.String[] |
Sets the protocols to use. |
|
java.lang.String |
Sets the protocol to use. Default value ("TLS"). |
Property | Type | Description |
---|---|---|
|
Sets the key configuration. |
|
|
java.lang.String |
Sets the password. |
|
java.lang.String |
Sets the alias. |
Property | Type | Description |
---|---|---|
|
Sets the key configuration. |
|
|
java.lang.String |
Sets the password. |
|
java.lang.String |
Sets the alias. |
Property | Type | Description |
---|---|---|
|
Sets the keystore configuration. |
|
|
java.lang.String |
Sets the path. |
|
java.lang.String |
Sets the password to use for the keystore. |
|
java.lang.String |
Sets the type of keystore. |
|
java.lang.String |
Sets the keystore provider name. |
Property | Type | Description |
---|---|---|
|
Sets the key configuration. |
|
|
java.lang.String |
Sets the password. |
|
java.lang.String |
Sets the alias. |
Property | Type | Description |
---|---|---|
|
boolean |
Whether SSL is enabled. Default value (false). |
|
int |
Sets the SSL port. Default value (8443). |
|
boolean |
Sets whether to build a self signed certificate. Default value (false). |
|
Sets the client authentication mode. |
|
|
java.lang.String[] |
Sets the ciphers to use. |
|
java.lang.String[] |
Sets the protocols to use. |
|
java.lang.String |
Sets the protocol to use. Default value ("TLS"). |
Property | Type | Description |
---|---|---|
|
Sets the keystore configuration. |
|
|
java.lang.String |
Sets the path. |
|
java.lang.String |
Sets the password to use for the keystore. |
|
java.lang.String |
Sets the type of keystore. |
|
java.lang.String |
Sets the keystore provider name. |
Property | Type | Description |
---|---|---|
|
boolean |
Whether SSL is enabled. Default value (false). |
|
int |
Sets the SSL port. Default value (8443). |
|
boolean |
Sets whether to build a self signed certificate. Default value (false). |
|
Sets the client authentication mode. |
|
|
java.lang.String[] |
Sets the ciphers to use. |
|
java.lang.String[] |
Sets the protocols to use. |
|
java.lang.String |
Sets the protocol to use. Default value ("TLS"). |
Property | Type | Description |
---|---|---|
|
Sets the keystore configuration. |
|
|
java.lang.String |
Sets the path. |
|
java.lang.String |
Sets the password to use for the keystore. |
|
java.lang.String |
Sets the type of keystore. |
|
java.lang.String |
Sets the keystore provider name. |
Http Netty Config Properties
🔗Property | Type | Description |
---|---|---|
|
int |
|
|
java.lang.Integer |
|
|
boolean |
|
|
java.lang.String |
Http Server Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Sets whether CORS is enabled. Default value (false) |
|
boolean |
Sets whether CORS header values should be joined into a single header. Default value (false). |
|
java.util.Map |
Sets the CORS configurations. |
Property | Type | Description |
---|---|---|
|
java.lang.Integer |
Sets the port to bind to. Default value (-1) |
|
java.lang.String |
Sets the host to bind to. |
|
java.lang.Integer |
Sets the default read timeout. |
|
long |
Sets the maximum request size. Default value (1024 * 1024 * 10L ⇒ // 10MB) |
|
java.time.Duration |
Sets the amount of time a connection can remain idle without any reads occurring. Default value (5L minutes). |
|
java.time.Duration |
Sets the amount of time a connection can remain idle without any writes occurring. Default value (5L minutes). |
|
java.time.Duration |
Sets the idle time of connections for the server. Default value (5 minutes). |
|
java.lang.String |
Sets the name of the server header. |
|
boolean |
Sets whether a date header should be sent back. Default value (true). |
|
boolean |
Sets whether exceptions handled by either an error route or exception handler should still be logged. Default value (false). |
|
java.lang.String |
The header that stores the original client address |
|
java.lang.String |
Sets the context path for the web server. |
|
boolean |
the dual protocol (http/https) configuration |
|
Sets the HTTP version to use. Defaults to {@link HttpVersion#HTTP_1_1}. |
|
|
java.nio.charset.Charset |
The default charset to use |
|
Sets the {@link ThreadSelection} model to use for the server. |
Property | Type | Description |
---|---|---|
|
java.lang.String |
The header name that stores the host |
|
java.lang.String |
The header name that stores the protocol |
|
java.lang.String |
The header name that stores the port |
|
boolean |
True if the host header supports a port |
Property | Type | Description |
---|---|---|
|
java.io.File |
Sets the location to store files. |
|
long |
Sets the max file size. Default value (1024L * 1024 ⇒ 1MB). |
|
boolean |
Sets whether multipart processing is enabled. Default value (false). |
|
boolean |
Sets whether to buffer data to disk or not. Default value (false). |
|
boolean |
Sets whether to buffer data to disk if the size is greater than the threshold. Default value (false). |
|
long |
Sets the amount of data that should be received that will trigger the data to be stored to disk. Default value (1024L * 1024 * 10). |
Http Server Netty Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.String |
Sets the name to use. |
|
int |
Sets the number of threads for the event loop group. |
|
java.lang.Integer |
Sets the I/O ratio. |
|
java.lang.String |
Sets the name of the executor. |
|
boolean |
Set whether to prefer the native transport if available |
Property | Type | Description |
---|---|---|
|
java.lang.String |
Sets the name to use. |
|
int |
Sets the number of threads for the event loop group. |
|
java.lang.Integer |
Sets the I/O ratio. |
|
java.lang.String |
Sets the name of the executor. |
|
boolean |
Set whether to prefer the native transport if available |
Property | Type | Description |
---|---|---|
|
java.util.Map |
Sets the Netty child worker options. |
|
java.util.Map |
Sets the channel options. |
|
int |
Sets the maximum initial line length for the HTTP request. Default value (4096). |
|
int |
Sets the maximum size of any one header. Default value (8192). |
|
int |
Sets the maximum size of any single request chunk. Default value (8192). |
|
boolean |
Sets whether chunked transfer encoding is supported. Default value (true). |
|
boolean |
Sets whether to validate incoming headers. Default value (true). |
|
int |
Sets the initial buffer size. Default value (128). |
|
io.netty.handler.logging.LogLevel |
Sets the Netty log level. |
|
int |
Sets the minimum size of a request body must be in order to be compressed. Default value (1024). |
|
int |
Sets the compression level (0-9). Default value (6). |
|
boolean |
Sets whether to use netty’s native transport (epoll or kqueue) if available . Default value (false). |
|
java.lang.String |
Sets the fallback protocol to use when negotiating via ALPN. |
Property | Type | Description |
---|---|---|
|
boolean |
Enables or Disables the access logger. |
|
java.lang.String |
Sets the logger name to use. If not specified 'HTTP_ACCESS_LOGGER' will be used. |
|
java.lang.String |
Sets the log format to use. When not specified, the Common Log Format (CLF) will be used. |
Property | Type | Description |
---|---|---|
|
int |
Cache Seconds. Default value (60). |
Property | Type | Description |
---|---|---|
|
boolean |
Sets whether the cache control is public. Default value (false) |
Property | Type | Description |
---|---|---|
|
java.lang.Long |
Sets the {@code SETTINGS_HEADER_TABLE_SIZE} value. |
|
java.lang.Boolean |
Sets the {@code SETTINGS_ENABLE_PUSH} value. |
|
java.lang.Long |
Sets the {@code SETTINGS_MAX_CONCURRENT_STREAMS} value. |
|
java.lang.Integer |
Sets the {@code SETTINGS_INITIAL_WINDOW_SIZE} value. |
|
java.lang.Integer |
Sets the {@code SETTINGS_MAX_FRAME_SIZE} value. |
|
java.lang.Long |
Sets the {@code SETTINGS_MAX_HEADER_LIST_SIZE} value. |
Management Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.Boolean |
Sets whether the endpoint is enabled. |
|
java.lang.Boolean |
Sets whether the endpoint is sensitive. |
Property | Type | Description |
---|---|---|
|
java.lang.Boolean |
Sets whether the endpoint is enabled. |
|
java.lang.Boolean |
Sets whether the endpoint is sensitive. |
|
java.lang.Integer |
Sets the port to expose endpoints via. |
|
java.lang.String |
The endpoints base path. Default value ("/"). |
Property | Type | Description |
---|---|---|
|
java.util.Map |
Set how HealthStatus map to HttpStatus codes. |
Property | Type | Description |
---|---|---|
|
Sets the visibility policy for health information. |
Property | Type | Description |
---|---|---|
|
boolean |
If health indicator should be enabled. Default is true. |
Property | Type | Description |
---|---|---|
|
boolean |
Default value (true). |
|
java.io.File |
Default value ("."). |
|
long |
Default value (1024L * 1024 * 10 ⇒ 10MB). |
Property | Type | Description |
---|---|---|
|
boolean |
Determines whether modifications to the log level should require authentication. Default value (true). |
Multitenancy Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Enables SubdomainTenantResolver. Default value (false). |
Property | Type | Description |
---|---|---|
|
java.lang.String |
Cookie Name. Default value ("tenantId"). |
|
java.lang.String |
Sets the domain name of this Cookie. Default value ("tenantId"). |
|
java.lang.String |
Sets the path of the cookie. Default value ("/". |
|
java.lang.Boolean |
Whether the Cookie can only be accessed via HTTP. Default value (true. |
|
java.lang.Boolean |
Sets whether the cookie is secured. Default value (true. |
|
java.time.temporal.TemporalAmount |
Sets the maximum age of the cookie. |
|
boolean |
Enables CookieTenantWriter. Default value (false). |
|
Determines if this this Cookie can be sent along cross-site requests. For more information, please look <a href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-05">here</a> |
Property | Type | Description |
---|---|---|
|
boolean |
Enable SystemPropertyTenantResolver. Default value (false). |
|
java.lang.String |
System property name. Default value ("tenantId"). |
Property | Type | Description |
---|---|---|
|
java.lang.String |
Cookie name which should be used to resolve the tenant id from. Default value ("tenantId"). |
|
boolean |
Whether to enable CookieTenantResolver. Default value (false). |
Property | Type | Description |
---|---|---|
|
java.lang.String |
Session Attribute name. Default value ("tenantId") |
|
boolean |
Enables SessionTenantResolver. The default value (false). |
Property | Type | Description |
---|---|---|
|
boolean |
Enables FixedTenantResolver. Default value (false). |
|
java.lang.String |
The fixed tenant ID. Default value to ("DEFAULT"). |
Property | Type | Description |
---|---|---|
|
boolean |
Whether TenantPropagationHttpClientFilter should be enabled. Default value (false). |
|
java.lang.String |
Regular expression to match service ID. |
|
java.lang.String |
Regular expression to match URI. |
|
java.lang.String |
Configures TenantPropagationHttpClientFilter path. Default value "/**" |
Property | Type | Description |
---|---|---|
|
boolean |
Enables PrincipalTenantResolver. The default enable is false. |
Property | Type | Description |
---|---|---|
|
java.lang.String |
Http Header name. Default value ("tenantId"). |
|
boolean |
Enables HttpHeaderTenantWriter. Default value (false). |
Property | Type | Description |
---|---|---|
|
java.lang.String |
Http Header name which should be used to resolve the tenant id from. Default value ("tenantId"). |
|
boolean |
Enables HttpHeaderTenantResolver. Default value (false). |
Router Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Sets whether parameter should be searched for a version. |
|
java.util.List |
Sets which parameter should be searched for a version. |
Property | Type | Description |
---|---|---|
|
boolean |
Enables the version based route matches filtering. |
|
java.lang.String |
Sets the version to use if the version cannot be resolved. Default value (null). |
Property | Type | Description |
---|---|---|
|
boolean |
Sets whether headers should be searched for a version. |
|
java.util.List |
Sets which headers should be searched for a version. |
Property | Type | Description |
---|---|---|
|
boolean |
Sets whether this specific mapping is enabled. Default value (true). |
|
java.util.List |
A list of paths either starting with |
|
java.lang.String |
The path resources should be served from. Uses ant path matching. Default value ("/**"). |
Runtime Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.nio.charset.Charset |
Default value (UTF-8). |
|
java.lang.String |
Set the application name |
Property | Type | Description |
---|---|---|
|
java.lang.String |
The instance identifier |
|
java.lang.String |
The instance auto scaling group |
|
java.lang.String |
The instance availability zone |
|
java.util.Map |
The metadata to associate with the instance |
Property | Type | Description |
---|---|---|
|
java.lang.String |
Default value ("http://169.254.169.254"). |
|
java.lang.String |
The metadata Url |
|
java.lang.String |
The instance document Url |
|
boolean |
Default value (true). |
Property | Type | Description |
---|---|---|
|
boolean |
Sets whether to scan for modules or not (defaults to true). |
|
boolean |
Whether the BeanIntrospection should be used for reflection free object serialialization/deserialialization. |
|
java.lang.String |
Sets the default date format to use. |
|
java.util.Locale |
Sets the locale to use. |
|
java.util.TimeZone |
Sets the timezone to use. |
|
int |
Sets the array size threshold for data binding. Default value (100). |
|
java.util.Map |
Sets the serialization features to use. |
|
java.util.Map |
Sets the deserialization features to use. |
|
java.util.Map |
Sets the object mapper features to use. |
|
java.util.Map |
Sets the parser features to use. |
|
java.util.Map |
Sets the generator features to use. |
|
com.fasterxml.jackson.annotation.JsonInclude$Include |
Sets the serialization inclusion mode. |
|
com.fasterxml.jackson.databind.ObjectMapper$DefaultTyping |
Sets the global defaultTyping using for Polymorphic handling. |
|
com.fasterxml.jackson.databind.PropertyNamingStrategy |
Sets the property naming strategy. |
Property | Type | Description |
---|---|---|
|
boolean |
Default value (true). |
|
java.lang.String |
Default value ("http://metadata.google.internal/computeMetadata/v1/project/"). |
|
java.lang.String |
Default value ("http://metadata.google.internal/project/v1/project/"). |
|
java.time.Duration |
Default value (5 seconds). |
|
java.time.Duration |
Default value (2). |
Property | Type | Description |
---|---|---|
|
java.lang.Integer |
|
|
Sets the executor type. Default value (SCHEDULED). |
|
|
java.lang.Integer |
Sets the parallelism for WORK_STEALING. Default value (Number of processors available to the Java virtual machine). |
|
java.lang.Integer |
Sets the core pool size for SCHEDULED. Default value (2 * Number of processors available to the Java virtual machine). |
|
java.lang.Class |
Sets the thread factory class. |
|
java.lang.Integer |
Sets the number of threads for FIXED. Default value (2 * Number of processors available to the Java virtual machine). |
Property | Type | Description |
---|---|---|
|
java.lang.String |
Default value ("http://169.254.169.254/metadata/v1.json"). |
|
boolean |
Default value (true). |
Property | Type | Description |
---|---|---|
|
boolean |
Whether watch is enabled. |
|
boolean |
Set whether restart is enabled. |
|
java.util.List |
Sets the watch paths to use. |
|
java.time.Duration |
Sets the interval to wait between file watch polls. |
Property | Type | Description |
---|---|---|
|
java.time.Duration |
Default value (15 seconds). |
|
boolean |
Default value (true). |
Property | Type | Description |
---|---|---|
|
java.lang.String |
Default value ("http://169.254.169.254/opc/v1/instance/"). |
|
java.lang.String |
The metadata Url |
|
java.lang.String |
The instance document Url |
|
java.lang.String |
The instance document Url |
|
boolean |
Default value (true). |
Session Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Default value (false). |
|
boolean |
Default value (true). |
|
java.time.temporal.TemporalAmount |
Sets the maximum age of the cookie. |
|
java.lang.Boolean |
Sets the secure status of the cookie. Delegates to http if not set. |
|
java.lang.String |
Set the cookie path to use. Default value ("/"). |
|
java.lang.String |
Set the domain name to use for the cookie |
|
java.lang.String |
Default value ("SESSION"). |
|
java.lang.String |
Set the prefix to use when serializing session ID |
|
java.lang.String[] |
Default values (["Authorization-Info", "X-Auth-Token"]). |
|
java.lang.String |
Set the domain name to use for the cookie |
|
Determines if this this Cookie can be sent along cross-site requests. For more information, please look <a href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-05">here</a> |
Property | Type | Description |
---|---|---|
|
java.time.Duration |
Set the maximum inactive interval. Default value (30 minutes). |
|
java.lang.Integer |
Sets the maximum number of active sessions. |
|
boolean |
Set if prompt expiration is enabled. |
|
javax.inject.Provider |
Set the executor service. |
Tracing Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.util.Map |
|
|
boolean |
Enable/Disable Jaeger. Default value (false). |
|
boolean |
Whether to expand exception logs. |
|
boolean |
Whether to use Zipkin shared RPC. |
Property | Type | Description |
---|---|---|
|
float |
Sets the sampler probability used by the default {@link brave.sampler.CountingSampler}. A value of 1.0 indicates to sample all requests. A value of 0.1 indicates to sample 10% of requests. |
Property | Type | Description |
---|---|---|
|
java.lang.String |
|
|
java.lang.String |
|
|
int |
|
|
boolean |
|
|
boolean |
|
|
brave.handler.FinishedSpanHandler |
|
|
brave.handler.SpanHandler |
|
|
boolean |
Default value (false). |
Property | Type | Description |
---|---|---|
|
java.util.concurrent.ThreadFactory |
|
|
zipkin2.reporter.ReporterMetrics |
|
|
int |
|
|
java.time.Duration |
|
|
java.time.Duration |
|
|
int |
|
|
int |
|
|
zipkin2.codec.BytesEncoder |
Property | Type | Description |
---|---|---|
|
zipkin2.codec.Encoding |
|
|
int |
|
|
boolean |
|
|
java.net.URI |
|
|
java.net.URI |
|
|
java.util.List |
|
|
javax.inject.Provider |
|
|
||
|
||
|
java.lang.String |
|
|
||
|
boolean |
|
|
java.lang.String |
|
|
boolean |
|
|
java.nio.charset.Charset |
|
|
java.util.Map |
|
|
java.time.Duration |
|
|
java.time.Duration |
|
|
java.time.Duration |
|
|
java.time.Duration |
|
|
java.time.Duration |
|
|
java.lang.Integer |
|
|
java.lang.Class |
|
|
int |
|
|
java.net.Proxy$Type |
|
|
java.net.SocketAddress |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.net.ProxySelector |
Property | Type | Description |
---|---|---|
|
java.lang.Boolean |
|
|
java.lang.Integer |
|
|
java.lang.Integer |
|
|
io.jaegertracing.Configuration$SenderConfiguration |
Property | Type | Description |
---|---|---|
|
java.lang.String |
|
|
java.lang.Number |
|
|
java.lang.String |
|
|
float |
Sets the sampler probability used by the default {@link brave.sampler.CountingSampler}. A value of 1.0 indicates to sample all requests. A value of 0.1 indicates to sample 10% of requests. |
Property | Type | Description |
---|---|---|
|
java.lang.String |
|
|
java.lang.Integer |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
Validation Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Sets whether Micronaut’s validator is enabled. |