Skip to content

Conversation

@venilnoronha
Copy link
Contributor

This PR updates the prefix match in BufferCounterService. Fixes #10145.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Sep 13, 2017
@wilkinsona
Copy link
Member

Thanks for the PR. Could you please consider also adding a test that verifies that the prefix is correct now?

@wilkinsona wilkinsona added the status: waiting-for-feedback We need additional information before we can continue label Sep 18, 2017
@venilnoronha
Copy link
Contributor Author

Seems like BufferCounterService was dropped by introducing micrometer metrics.

@wilkinsona
Copy link
Member

Thanks

@wilkinsona wilkinsona added priority: normal type: bug A general bug and removed status: waiting-for-feedback We need additional information before we can continue status: waiting-for-triage An issue we've not yet triaged labels Sep 20, 2017
@wilkinsona wilkinsona added this to the 1.5.8 milestone Sep 20, 2017
@wilkinsona wilkinsona self-assigned this Sep 20, 2017
wilkinsona added a commit that referenced this pull request Sep 20, 2017
* gh-10278:
  Polish "Align prefix match in BufferCounterService with DefaultCounterService"
  Align prefix match in BufferCounterService with DefaultCounterService
@wilkinsona
Copy link
Member

Thanks again. I've merged the change and tests into 1.5.x. As you noted, the code in question has been replaced with Micrometer in master.

@venilnoronha
Copy link
Contributor Author

I see. Thanks for merging!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: bug A general bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BufferCounterService should check for the "counter." prefix like it is done in the DefaultCounterService

3 participants