March 2020
Intermediate to advanced
626 pages
14h 45m
English
We've already looked at the istio-proxy container inside each pod and looked at port 15090, which uses the /stats/prometheus route to scrape metrics. How do we know if the route is healthy or not? Let's take a look.
Go to http://prometheus.istio.io/targets, as follows:

The preceding screenshot shows that all the data scraping endpoints are available and healthy. If you don't see the data for a particular endpoint, such as Mixer or Pilot, simply click on the target.
Now that we know how to check the health status of Prometheus's data collection endpoints, we will take a look at Prometheus's configuration ...
Read now
Unlock full access