Make broker filter/ingress default PrometheusPort to 9092 (as long as different than 9090)#2406
Conversation
|
/retest |
|
Also @nachocano |
grantr
left a comment
There was a problem hiding this comment.
Do we also need to change a configuration elsewhere to tell it about this new port?
My understanding is that this port is not actively used. Users can set up port forwarding to this port to check out metrics. @yanweiguo for confirmation. |
vaikas
left a comment
There was a problem hiding this comment.
Just curious if we should upstream this change rather than have our own copy here?
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vaikas, yolocs The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This port is where the metrics are exposed in Prometheus format. If you're reading this port from somewhere, you need to change to this new port. |
Fixes one problem pointed out in #2405
Proposed Changes
PrometheusPortto 9092 to avoid conflict with serving queue-proxy metrics port.Release Note