March 2020
Intermediate to advanced
626 pages
14h 45m
English
The power of Prometheus is its query language, through which we can use expressions, aggregations, and so on to collect data from data, which can then be used by different graphing tools such as Kibana to show valuable derived data.
In the Expression input box at the top of the web page, enter istio_requests_total . Then, click the Execute button.
Let's try out some different queries:
istio_requests_total{destination_service="productpage.istio-lab.svc.cluster.local"}
The preceding Prometheus query language expression gives us the total request count, as shown in the following screenshot:
Read now
Unlock full access