Description
What would you like to be added:
Now we have two http listener to serve /metrics
. One is controller-manager's default metric server, listening on port 8080. The other one is the metric server that we implemented ourselves which is listening on port 9090.
Why is this needed:
We don't need two metric servers in one controller.