March 2020
Intermediate to advanced
626 pages
14h 45m
English
Prometheus's configuration can be seen through the /config route for the Prometheus web UI. In our case, this will be http://prometheus.istio.io/config.
For example, you can verify the interval and route it uses to scrape the data like so:
...- job_name: envoy-stats scrape_interval: 15s scrape_timeout: 10s metrics_path: /stats/prometheus scheme: http...
Now that we've learned about Prometheus data collection, scrapping targets, and query expressions, we will delve into the visualization tools that we can use to observe data from Grafana.
Read now
Unlock full access