- Notifications
You must be signed in to change notification settings - Fork 41.5k
Spring Boot 2.0.0 RC1 Configuration Changelog
Configuration properties change between 2.0.0.M7
and 2.0.0.RC1
Key | Replacement | Reason |
|
Key | Default value | Description |
| Jolokia settings. | |
|
| Whether to enable the jolokia endpoint. |
|
| Whether to enable InfluxDB health check. |
|
| Whether to enable JVM metrics. |
|
| Whether to enable Logback metrics. |
|
| Whether to enable processor metrics. |
|
| Whether to enable uptime metrics. |
|
| Instrument all available caches. |
|
| Name of the metric for cache usage. |
| Number of measurements per request to use for this backend. | |
| Frequency for refreshing config settings from the LWC service. | |
| Time to live for subscriptions from the LWC service. | |
| URI for the Atlas LWC endpoint to retrieve current subscriptions. | |
| Connection timeout for requests to this backend. | |
| Whether exporting of metrics to this backend is enabled. | |
| URI for the Atlas LWC endpoint to evaluate the data for a subscription. | |
| Enable streaming to Atlas LWC. | |
| Time to live for meters that do not have any activity. | |
| 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 of the Atlas server. | |
| Datadog API key. | |
| Datadog application key. | |
| Number of measurements per request to use for this backend. | |
| Connection timeout for requests to this backend. | |
| Whether to publish descriptions metadata to Datadog. | |
| Whether exporting of metrics to this backend is enabled. | |
| Tag that will be mapped to "host" when shipping metrics to Datadog. | |
| 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. | |
| UDP addressing mode, either unicast or multicast. | |
| Base time unit used to report durations. | |
| Enable publishing to Ganglia. | |
| Host of the Ganglia server to receive exported metrics. | |
| Port of the Ganglia server to receive exported metrics. | |
| Ganglia protocol version. | |
| Base time unit used to report rates. | |
| Step size (i.e. reporting frequency) to use. | |
| Time to live for metrics on Ganglia. | |
| Base time unit used to report durations. | |
| Enable publishing to Graphite. | |
| Host of the Graphite server to receive exported metrics. | |
| Port of the Graphite server to receive exported metrics. | |
| Protocol to use while shipping data to Graphite. | |
| Base time unit used to report rates. | |
| Step size (i.e. reporting frequency) to use. | |
| For the default naming convention, turn the specified tag keys into part of the metric prefix. | |
| Number of measurements per request to use for this backend. | |
| Enable GZIP compression of metrics batches published to Influx. | |
| Connection timeout for requests to this backend. | |
| Write consistency for each point. | |
| Tag that will be mapped to "host" when shipping metrics to Influx. | |
| Whether exporting of metrics to this backend is enabled. | |
| Number of threads to use with the metrics publishing scheduler. | |
| Login password of the Influx server. | |
| Read timeout for requests to this backend. | |
| Retention policy to use (Influx writes to the DEFAULT retention policy if one is not specified). | |
|
| Step size (i.e. reporting frequency) to use. |
| URI of the Influx server. | |
| Login user of the Influx server. | |
|
| Whether exporting of metrics to JMX is enabled. |
| Step size (i.e. reporting frequency) to use. | |
| Enable publishing descriptions as part of the scrape payload to Prometheus. | |
| Enable publishing to Prometheus. | |
| Step size (i.e. reporting frequency) to use. | |
|
| Enable publishing to the backend. |
| Counting mode. | |
|
| Step size (i.e. reporting frequency) to use. |
| Export metrics to StatsD. | |
| StatsD line protocol to use. | |
|
| Host of the StatsD server to receive exported metrics. |
|
| Total length of a single payload should be kept within your network’s MTU. |
|
| How often gauges will be polled. |
|
| Port of the StatsD server to receive exported metrics. |
| Maximum size of the queue of items waiting to be sent to the StatsD server. | |
|
| 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 auto-configured MeterRegistry implementations should be bound to the global static registry on Metrics. |
|
| Maximum number of unique URI tag values allowed. |
|
| Whether instrumented requests record percentiles histogram buckets by default. |
|
| Name of the metric for sent requests. |
|
| Whether requests handled by Spring MVC or WebFlux should be automatically timed. |
|
| Whether or not instrumented requests record percentiles histogram buckets by default. |
|
| Name of the metric for received requests. |
| `` | Management endpoint context-path. |
|
| Whether to enable HTTP request-response tracing. |
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| Whether HTTP 1.1 and later location headers generated by a call to sendRedirect will use relative or absolute redirects. | |
|
| Banner file encoding. |
| Banner image height (in chars). | |
|
| Whether images should be inverted for dark terminal themes. |
|
| Banner image file location (jpg or png can also be used). |
| Left hand image margin (in chars). | |
| Banner image width (in chars). | |
|
| Banner text resource location. |
| Content type to use as a default when none is specified. | |
|
| Maximum page size to be accepted. |
|
| Whether to expose and assume 1-based page number indexes. |
| `` | General prefix to be prepended to the page number and page size parameters. |
|
| Delimiter to be used between the qualifier and the actual page number and size properties. |
| ||
| ||
| ||
| ||
| Format to use when serializing Date objects. | |
| Whether to disable the escaping of HTML characters such as '<', '>', etc. | |
| Whether to exclude inner classes during serialization. | |
| Whether to enable serialization of complex map keys (i.e. non-primitives). | |
| Whether to exclude all fields from consideration for serialization or deserialization that do not have the "Expose" annotation. | |
| Naming policy that should be applied to an object’s field during serialization and deserialization. | |
| Whether to generate non executable JSON by prefixing the output with some special text. | |
| Whether to be lenient about parsing JSON that doesn’t conform to RFC 4627. | |
| Serialization policy for Long and long types. | |
| Whether to output serialized JSON that fits in a page for pretty printing. | |
| Whether to serialize null fields. | |
| How long should normal shutdown (no-force) wait for transactions to complete. | |
| Prefix for the listener’s consumer client.id property. | |
| Time between publishing idle consumer events (no data received). | |
| Whether to log the container configuration during initialization (INFO level). | |
| Time between checks for non-responsive consumers. | |
| Multiplier applied to "pollTimeout" to determine if a consumer is non-responsive. | |
|
| Whether read-only operations should use an anonymous environment. |
|
| 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. |
| `` | Name of the default exchange to use for send operations. |
| `` | Value of a default routing key to use for send operations. |
|
| Default user name. |
| Password for the default user name. | |
| Granted roles for the default user name. | |
| Date format to use. |
Key | Replacement | Reason |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| ||
|
| Maximum time that a response can be cached. |
|
| Maximum time that a response can be cached. |
|
| Whether JMX endpoints are enabled. |
|
| Whether web endpoints are enabled. |
| Jolokia settings. | |
|
| Whether to enable Jolokia. |
|
| Path at which Jolokia is available. |
| `` | Management endpoint context-path. |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| Application index. | |
| ||
| ||
|
| |
| Number of measurements per request to use for this backend. | |
| Frequency for refreshing config settings from the LWC service. | |
| Time to live for subscriptions from the LWC service. | |
| URI for the Atlas LWC endpoint to retrieve current subscriptions. | |
| Connection timeout for requests to this backend. | |
| Whether exporting of metrics to this backend is enabled. | |
| URI for the Atlas LWC endpoint to evaluate the data for a subscription. | |
| Enable streaming to Atlas LWC. | |
| Time to live for meters that do not have any activity. | |
| 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 of the Atlas server. | |
| Datadog 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. | |
| UDP addressing mode, either unicast or multicast. | |
| Base time unit used to report durations. | |
| Enable publishing to Ganglia. | |
| Host of the Ganglia server to receive exported metrics. | |
| Port of the Ganglia server to receive exported metrics. | |
| Ganglia protocol version. | |
| Base time unit used to report rates. | |
| Step size (i.e. reporting frequency) to use. | |
| Time to live for metrics on Ganglia. | |
| Base time unit used to report durations. | |
| Enable publishing to Graphite. | |
| Host of the Graphite server to receive exported metrics. | |
| Port of the Graphite server to receive exported metrics. | |
| Protocol to use while shipping data to Graphite. | |
| Base time unit used to report rates. | |
| Step size (i.e. reporting frequency) to use. | |
| Number of measurements per request to use for this backend. | |
| Enable GZIP compression of metrics batches published to Influx. | |
| Connection timeout for requests to this backend. | |
| Write consistency for each point. | |
| Tag that will be mapped to "host" when shipping metrics to Influx. | |
| Whether exporting of metrics to this backend is enabled. | |
| Number of threads to use with the metrics publishing scheduler. | |
| Login password of the Influx server. | |
| Read timeout for requests to this backend. | |
| Retention policy to use (Influx writes to the DEFAULT retention policy if one is not specified). | |
|
| Step size (i.e. reporting frequency) to use. |
| URI of the Influx server. | |
| Login user of the Influx server. | |
| Enable publishing descriptions as part of the scrape payload to Prometheus. | |
| Enable publishing to Prometheus. | |
| Step size (i.e. reporting frequency) to use. | |
|
| Enable publishing to the backend. |
| Counting mode. | |
|
| Step size (i.e. reporting frequency) to use. |
| Export metrics to StatsD. | |
| StatsD line protocol to use. | |
|
| |
|
| Total length of a single payload should be kept within your network’s MTU. |
|
| How often gauges will be polled. |
|
| |
| Maximum size of the queue of items waiting to be sent to the StatsD server. | |
|
| Name of the metric for data source usage. |
|
| Instrument all available data sources. |
|
| Whether auto-configured MeterRegistry implementations should be bound to the global static registry on Metrics. |
|
| Whether instrumented requests record percentiles histogram buckets by default. |
|
| Name of the metric for sent requests. |
|
| Whether requests handled by Spring MVC or WebFlux should be automatically timed. |
|
| Whether or not instrumented requests record percentiles histogram buckets by default. |
|
| Name of the metric for received requests. |
|
|