-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix(cubestore): bind to 0.0.0.0 for statsd metrics to be able to send… #9922
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
base: master
Are you sure you want to change the base?
Conversation
KSDaemon
left a comment
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.
👍🏻
4dbb055 to
5bd9d27
Compare
… to non-localhost
5bd9d27 to
d00ef44
Compare
|
Bump on this quick PR, would be great if we can get this merged ASAP. Thanks! |
|
@ovr @waralexrom WDYT? |
|
@KSDaemon When do you think this PR will be merged? Waiting on this one to fix metrics issue in our self hosted deployment. |
| metrics_format, | ||
| vec![], | ||
| ); | ||
| init_metrics("0.0.0.0:0", metrics_server_address, metrics_format, vec![]); |
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.
@FlipEnergy I realized that in some cases exposing metrics via all [public] interfaces might have a security impact. So it would be much better to have this as a controlled option. Let's use an env with the default value of 127.0.0.1 with this. So those who need it (like you) may set the env to the desired value without impacting anyone else.
… to non-localhost
Check List
Issue Reference this PR resolves
Closes #9920