Details
Description
Problem
After enforcing TLS, some services will stop listening on their non-ssl ports, even on loopback address. As a result, prometheus fails to scrape these services' metrics and hence user will not be able to see stats on UI. Refer screenshot
Suggestions
I guess, if I am not wrong, there could be 3 ways to approach this:
1. Ns-server could change the prometheus config after enforcing TLS for these services to use their tls ports, so that prometheus starts scraping their metrics
2. Ask user to take care of changing the prometheus config after they enforce tls (requires documentation)
3. Ask these services to listen on loopback addresses at non-ssl port
It was never assigned to Tools and as a result was never on our radar. The component list included tools, I thought it was a mistake when looking through the 7.0.2 dashboard and removed it. I was then looking at Abhijeeth Nuthan question on
MB-42840then released they were related. There are other Services in the component list too, so to keep things simple I will keep the backup stuff with the originalMB-47831Anyway to progress things, can you answer the question above please