-
Notifications
You must be signed in to change notification settings - Fork 654
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
Add proxy address information to the metrics #3081
Conversation
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.
Apart from a few comments from javadocs, it looks okay to me.
reactor-netty-core/src/main/java/reactor/netty/channel/ChannelMetricsRecorder.java
Outdated
Show resolved
Hide resolved
reactor-netty-core/src/main/java/reactor/netty/channel/ContextAwareChannelMetricsRecorder.java
Outdated
Show resolved
Hide resolved
...etty-http/src/main/java/reactor/netty/http/client/ContextAwareHttpClientMetricsRecorder.java
Outdated
Show resolved
Hide resolved
reactor-netty-http/src/main/java/reactor/netty/http/client/HttpClientMetricsRecorder.java
Outdated
Show resolved
Hide resolved
I missed your last commit from df0415c, I'm rechecking ... |
Violeta, can you please clarify the following: Prior to the last commit (df0415c), the AbstractChannelMetricsHandler.channelRegistered method was like this:
So, after the last commit, the method is now like this:
Can you please tell the reason for the last commit? |
I decided that it will be better to search for the |
@pderop Thanks for the review! |
Related to #3060