Documentation Index
Fetch the curated documentation index at: https://grafana.com/llms.txt
Fetch the complete documentation index at: https://grafana.com/llms-full.txt
Use this file to discover all available pages before exploring further.
STOP! If you are an AI agent or LLM, read this before continuing. This is the HTML version of a Grafana documentation page. Always request the Markdown version instead - HTML wastes context. Get this page as Markdown: https://grafana.com/docs/grafana-cloud/knowledge-graph/advanced-configuration/enable-prom-metrics-collection/infrastructure/istio.md (append .md) or send Accept: text/markdown to https://grafana.com/docs/grafana-cloud/knowledge-graph/advanced-configuration/enable-prom-metrics-collection/infrastructure/istio/. For the curated documentation index, use https://grafana.com/llms.txt. For the complete documentation index, use https://grafana.com/llms-full.txt.
Configure Istio to generate Prometheus metrics
To configure Istio to generate Prometheus metrics, complete the following steps:
Refer to Prometheus and complete the setup instructions.
To confirm you configured Istio correctly, ensure the following metrics are available in Prometheus.
- istio_build
Request, error, and latency metrics
| Metric | KPI |
|---|---|
Request Counter istio_requests_total | Request Rate rate(istio_requests_total{reporter=“destination”}[5m]) |
Error Counter istio_requests_total | Error Ratio (server errors) rate(istio_requests_total{reporter=“destination”, response_code= Error Ratio (client errors) rate(istio_requests_total{reporter=“destination”, response_code=“4..”}[5m])/ rate(istio_requests_total[5m]) |
Latency Histogram istio_request_duration_milliseconds | Latency Average rate(istio_request_duration_milliseconds_sum[5m])/ rate(istio_request_duration_milliseconds_count[5m]) Latency P99 histogram_quantile ( |
Resource metrics
| Metric | KPI |
|---|---|
Network Bytes Received istio_request_bytes_sum Network Bytes Transmitted istio_response_bytes_sum | Data transfer rate rate(istio_request_bytes_sum[5m) rate(istio_response_bytes_sum[5m) |
Alerts
| KPI | Alert |
|---|---|
| Request Rate | RequestRateAnomaly |
| Error Rate | ErrorRatioBreach ErrorBuildup based on a 99.9 SLO |
Latency Average Latency P99 | LatencyAverageBreach LatencyAverageAnomaly LatencyP99ErrorBuildup |
| Network Bytes | ResourceRateAnomaly |
Was this page helpful?
Related resources from Grafana Labs


