-
Notifications
You must be signed in to change notification settings - Fork 40.7k
Spring Boot 2.0.0 RC2 Configuration Changelog
Configuration properties change between 2.0.0.RC1
and 2.0.0.RC2
Key |
Default value |
Description |
|
Roles used to determine whether or not a user is authorized to be shown details. |
|
|
Endpoint IDs that should be excluded. |
|
|
|
Endpoint IDs that should be included or '*' for all. |
|
Endpoint IDs that should be excluded. |
|
|
|
Endpoint IDs that should be included or '*' for all. |
|
|
Whether to enable Kafka health check. |
|
|
Time to wait for a response from the cluster description operation. |
|
|
Whether to enable files metrics. |
|
|
Whether to enable Spring Integration metrics. |
|
Specific computed non-aggregable percentiles to ship to the backend for meter IDs starting-with the specified name. |
|
|
Whether meter IDs starting-with the specified name should be publish percentile histograms. |
|
|
Specific SLA boundaries for meter IDs starting-with the specified name. |
|
|
Whether meter IDs starting-with the specified name should be enabled. |
|
|
|
Whether to create the Influx database if it does not exist before attempting to publish metrics to it. |
|
New Relic account ID. |
|
|
New Relic API key. |
|
|
|
Number of measurements per request to use for this backend. |
|
|
Connection timeout for requests to this backend. |
|
|
Whether exporting of metrics to this backend is enabled. |
|
|
Number of threads to use with the metrics publishing scheduler. |
|
|
Read timeout for requests to this backend. |
|
|
Step size (i.e. reporting frequency) to use. |
|
URI to ship metrics to. |
|
|
SignalFX access token. |
|
|
|
Number of measurements per request to use for this backend. |
|
|
Connection timeout for requests to this backend. |
|
|
Whether exporting of metrics to this backend is enabled. |
|
|
Number of threads to use with the metrics publishing scheduler. |
|
|
Read timeout for requests to this backend. |
|
Uniquely identifies the app instance that is publishing metrics to SignalFx. |
|
|
|
Step size (i.e. reporting frequency) to use. |
|
URI to ship metrics to. |
|
|
|
Whether to send unchanged meters to the StatsD server. |
|
API token used when publishing metrics directly to the Wavefront API host. |
|
|
|
Number of measurements per request to use for this backend. |
|
|
Connection timeout for requests to this backend. |
|
|
Whether exporting of metrics to this backend is enabled. |
|
Global prefix to separate metrics originating from this app’s white box instrumentation from those originating from other Wavefront integrations when viewed in the Wavefront UI. |
|
|
|
Number of threads to use with the metrics publishing scheduler. |
|
|
Read timeout for requests to this backend. |
|
Unique identifier for the app instance that is the source of metrics being published to Wavefront. |
|
|
|
Step size (i.e. reporting frequency) to use. |
|
URI to ship metrics to. |
|
|
|
Whether to enable HTTP request-response tracing. |
|
Items to be included in the trace. |
|
|
|
Display name of the application. |
|
|
Whether a request parameter ("format" by default) should be used to determine the requested media type. |
|
|
Whether the path extension in the URL path should be used to determine the requested media type. |
|
Maps file extensions to media types for content negotiation, e.g. yml to text/yaml. |
|
|
Query parameter name to use when "favor-parameter" is enabled. |
|
|
|
Whether suffix pattern matching should work only against extensions registered with "spring.mvc.content-negotiation.media-types.*". |
|
|
Whether to use suffix pattern match (".*") when matching patterns to requests. |
Key |
Replacement |
Reason |
|
Endpoint IDs that should be excluded. |
|
|
|
Endpoint IDs that should be exposed or '*' for all. |
|
Endpoint IDs that should be excluded. |
|
|
|
Endpoint IDs that should be exposed or '*' for all. |
|
|
Whether to enable HTTP request-response tracing. |
|
Items to be included in the trace. |
|
|
|
Instrument all available caches. |
|
|
Name of the metric for cache usage. |
|
|
Instrument all available data sources. |
|
|
Name of the metric for data source usage. |
|
|
Instrument all available connection factories. |
|
|
Name of the metric for RabbitMQ usage. |
|
|
Whether instrumented requests record percentiles histogram buckets by default. |
|
|
Whether or not instrumented requests record percentiles histogram buckets by default. |
|
Whether to enable the trace servlet filter. |
|
|
|
|
|
|
Whether a request parameter ("format" by default) should be used to determine the requested media type. |
|
|
Whether the path extension in the URL path should be used to determine the requested media type. |
|
Maps file extensions to media types for content negotiation, e.g. yml to text/yaml. |
|
|
Query parameter name to use when "favor-parameter" is enabled. |
|
|
|
Whether suffix pattern matching should work only against extensions registered with "spring.mvc.content-negotiation.media-types.*". |
|
|
Whether to use suffix pattern match (".*") when matching patterns to requests. |