✨ update metrics port#1489
✨ update metrics port#1489cpanato wants to merge 1 commit intokubernetes-sigs:masterfrom cpanato:update_prometheus_port
Conversation
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
|
Hi @cpanato. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: cpanato The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
I'm not crazy about changing the metrics port. Anyone who has an existing CAPI/CAPA deployment along with some monitoring will have to reconfigure things. I think leaving it alone probably is the best thing right now. @vincepri would you agree? |
|
I know the flag to customize the metrics port came in v1alpha2, but do we expose any metrics? In other words, I'm trying to understand if the metrics endpoint has been used at all |
|
Good point. We don't have any in CAPA. There are some in CAPI, but they need refinement and are not particularly useful today. |
|
The CAPI metrics have been added in v1alpha3, we should be good updating these ports imo kubernetes-sigs/cluster-api#1736 |
|
/ok-to-test |
|
@vincepri did we make a decision on this? |
|
We documented the ports here https://github.com/kubernetes-sigs/cluster-api/blob/master/docs/book/src/reference/ports.md, we should reuse the same imo |
|
So close this? |
|
Correct, seems CAPA is already using the correct ports. /close |
|
@vincepri: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What this PR does / why we need it:
Update metrics port based on the conversation here: #1487 (comment)
/assign @ncdc @vincepri