-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Provide expiry and bufferLength configuration properties for configuring a distribution statistic #27584
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
* pr/18383: Mention Java 13 in system requirements docs Closes spring-projectsgh-18383
* pr/18384: Polish some external documentation links Closes spring-projectsgh-18384
Replace `{vbar}` with an escaped pipe character. Unfortunately `{vbar}` does not render correctly with PDF generation. See spring-projectsgh-18374
* pr/18374: Simplify pipe escaping for reference doc tables Avoid need to escape pipe character in reference tables Closes spring-projectsgh-18374
Add an appication context initializer to detect and store the active RSocket port in the Environment under `local.rsocket.server.port`. Additionally add a `@LocalServerPort` that provides a convenient alternative to `@Value`. See spring-projectsgh-18287 Co-authored-by: Eddú Meléndez <eddu.melendez@gmail.com>
* pr/18287: Polish 'Add @LocalRSocketServerPort support' Add @LocalRSocketServerPort support Closes spring-projectsgh-18287
Polish code and relocate `RSocketServerBootstrap` from `server` to `context` since it's really an `ApplicationContext` concern. Closes spring-projectsgh-18391
Fix a package tangle that was introduced when we added cache bypass to `SpringIterableConfigurationPropertySource`. Ideally we should have been able to depend on `env` from `context` but unfortunately the `EnvironmentPostProcessor` interface references `SpringApplication` which needs to use the Binder. The `isImmutable` method has now been moved to `OriginLookup` which removes the immediate tangle. Closes spring-projectsgh-18393
Fix package tangle in devtools by relocating `DevToolsEnablementDeducer` to a new `system` package. Closes spring-projectsgh-18393
This reverts commit 8d9e447.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. Before we consider this change we would need additional tests that exercise the code you've added. Can you please review?
.../src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/MetricsProperties.java
Show resolved
Hide resolved
.../src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/MetricsProperties.java
Show resolved
Hide resolved
No problem. I'm worried that my descriptions can't be accurately expressed. Can you review the comments? |
No worries, I can polish as part of the merge. Can you please add some tests? |
Sure. I'll add some tests in PropertiesMeterFilterTests. |
some tests have been added, please review. |
To enhance the 27477.