See gh-26135
This commit is contained in:
izeye
2021-04-15 22:52:16 +09:00
committed by Stephane Nicoll
parent 641df02bc3
commit e27c85698d
11 changed files with 16 additions and 21 deletions

View File

@@ -2154,7 +2154,7 @@ The following JVM metrics are provided:
[[production-ready-metrics-system]]
==== System Metrics
Auto-configuration will enable system metrics using core Micrometer classes.
System are published under the `system.` and `process.` meter names.
System metrics are published under the `system.` and `process.` meter names.
The following system metrics are provided:

View File

@@ -567,7 +567,7 @@ If `spring.config.location` contains directories (as opposed to files), they mus
At runtime they will be appended with the names generated from `spring.config.name` before being loaded.
If `spring.config.location` contains files, they are used as-is.
Whether specified directly or contained in a directory, files references must include a file extension in their name.
Whether specified directly or contained in a directory, file references must include a file extension in their name.
Typical extensions that are supported out-of-the-box are `.properties`, `.yaml`, and `.yml`.
When multiple locations are specified, the later ones can override the values of earlier ones.