Skip to content

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

Closed

Conversation

polarbear567
Copy link
Contributor

To enhance the 27477.

izeye and others added 30 commits September 27, 2019 19:52
* 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
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Aug 6, 2021
Copy link
Member

@snicoll snicoll left a 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?

@snicoll snicoll added the status: waiting-for-feedback We need additional information before we can continue label Aug 6, 2021
@polarbear567
Copy link
Contributor Author

polarbear567 commented Aug 9, 2021

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?

No problem. I'm worried that my descriptions can't be accurately expressed. Can you review the comments?

@spring-projects-issues spring-projects-issues added status: feedback-provided Feedback has been provided and removed status: waiting-for-feedback We need additional information before we can continue labels Aug 9, 2021
@snicoll
Copy link
Member

snicoll commented Aug 9, 2021

No worries, I can polish as part of the merge. Can you please add some tests?

@snicoll snicoll added status: waiting-for-feedback We need additional information before we can continue and removed status: feedback-provided Feedback has been provided labels Aug 9, 2021
@polarbear567
Copy link
Contributor Author

No worries, I can polish as part of the merge. Can you please add some tests?

Sure. I'll add some tests in PropertiesMeterFilterTests.

@spring-projects-issues spring-projects-issues added status: feedback-provided Feedback has been provided and removed status: waiting-for-feedback We need additional information before we can continue labels Aug 9, 2021
@snicoll snicoll added status: waiting-for-feedback We need additional information before we can continue and removed status: feedback-provided Feedback has been provided labels Aug 9, 2021
@polarbear567
Copy link
Contributor Author

some tests have been added, please review.

@spring-projects-issues spring-projects-issues added status: feedback-provided Feedback has been provided and removed status: waiting-for-feedback We need additional information before we can continue labels Aug 10, 2021
@snicoll snicoll self-assigned this Aug 16, 2021
@snicoll snicoll changed the title Provide expiry and bufferLength configuration property for configuring a distribution statistic Provide expiry and bufferLength configuration properties for configuring a distribution statistic Aug 16, 2021
@snicoll snicoll added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged status: feedback-provided Feedback has been provided labels Aug 16, 2021
@snicoll snicoll added this to the 2.6.0-M2 milestone Aug 16, 2021
snicoll pushed a commit that referenced this pull request Aug 16, 2021
@snicoll snicoll closed this in 0d67a1a Aug 16, 2021
@polarbear567 polarbear567 deleted the leo/distribution branch November 23, 2021 03:19
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants