Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove http client registry from metrics #1037

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

n0tl3ss
Copy link
Member

@n0tl3ss n0tl3ss commented Dec 6, 2024

The PR removes unnecessary constructors to both MeterRegistries. The HttpClientRegistry was added before because of issue with the graceful shutdown the clients were alive even when the downstream netty client was closed. Now it just causes issue with circular dependency with Executor-s.

Copy link

sonarqubecloud bot commented Dec 6, 2024

@n0tl3ss n0tl3ss requested a review from sdelamo December 10, 2024 12:37
@sdelamo sdelamo changed the base branch from 4.3.x to 4.4.x December 11, 2024 09:15
@sdelamo sdelamo marked this pull request as ready for review December 11, 2024 09:16
@sdelamo sdelamo changed the base branch from 4.4.x to 4.3.x December 11, 2024 09:16
@sdelamo sdelamo added the type: bug Something isn't working label Dec 11, 2024
@sdelamo sdelamo merged commit fa996af into 4.3.x Dec 11, 2024
22 checks passed
@sdelamo sdelamo deleted the remove-http-client-registry-from-metrics branch December 11, 2024 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants