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

When metrics are enabled and responseTimeout is configured, ensure the correct order for ChannelHandlers #3090

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

violetagg
Copy link
Member

  • Place ResponseTimeoutHandler before HttpMetricsHandler so that is an error happened it can be recorded
  • Add test to verify that errors with establishing a connection are recorded

Fixes #3060

…e correct order for ChannelHandlers

- Place ResponseTimeoutHandler before HttpMetricsHandler so that
is an error happened it can be recorded
- Add test to verify that errors with establishing a connection are recorded

Fixes #3060
@violetagg violetagg changed the title When metrics are enabled and responseTimeout is configured, ensure the correct order for ChannelHandlers When metrics are enabled and responseTimeout is configured, ensure the correct order for ChannelHandlers Mar 9, 2024
@violetagg
Copy link
Member Author

@pderop Thanks!

@violetagg violetagg merged commit 3caade4 into 1.0.x Mar 11, 2024
9 checks passed
@violetagg violetagg deleted the issue-3060 branch March 11, 2024 08:04
violetagg added a commit that referenced this pull request Mar 11, 2024
violetagg added a commit that referenced this pull request Mar 11, 2024
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.

Inconsistent reactor_netty_http_client_* and reactor_netty_tcp_client_* metrics when proxy in use
2 participants