Skip to content

Commit

Permalink
Istio - add service-level metrics to integration dashboard (GoogleClo…
Browse files Browse the repository at this point in the history
…udPlatform#679)

* Istio service-level metrics

* text widgets instead of collapsible groups

* units, image

* fix chart title in image
  • Loading branch information
johnbryan authored Jan 31, 2024
1 parent caec851 commit cfe86a3
Show file tree
Hide file tree
Showing 6 changed files with 331 additions and 94 deletions.
4 changes: 2 additions & 2 deletions dashboards/istio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

#### Notes

- This dashboard is based on [metrics collected by Istio](https://istio.io/latest/docs/ops/integrations/prometheus/) for the built-in Envoy sidecar.
- This dashboard is based on [metrics collected by Istio](https://istio.io/latest/docs/reference/config/metrics/) and [exported to Prometheus](https://istio.io/latest/docs/ops/integrations/prometheus/) for mesh traffic and the built-in Envoy sidecar.

|Istio Envoy Prometheus Overview|
|:------------------|
|Filename: [istio-envoy-prometheus.json](istio-envoy-prometheus.json)|
|This dashboard has charts displaying `Live Proxies`, `Average Uptime (minutes)`, `Allocated Memory`, `Heap Size`, `Unhealty Proxies`, `Total Active Connections`, `Total Requests Rate`, `Allocated Memory`, `Upstream Network Traffic`, `CDS Update Attemps`, `CDS Update Success`, and `CDS Update Failure`|
|This dashboard has charts displaying Istio service metrics: `Requests by destination workload`, `Requests by status code`, `Latency by destination workload`, and Envoy Proxy metrics: `Live Proxies`, `Average Uptime (minutes)`, `Allocated Memory`, `Heap Size`, `Unhealty Proxies`, `Total Active Connections`, `Total Requests Rate`, `Allocated Memory`, `Upstream Network Traffic`, `CDS Update Attemps`, `CDS Update Success`, and `CDS Update Failure`|
Loading

0 comments on commit cfe86a3

Please sign in to comment.