turbot/gcp_insights

Query: compute_disk_read_throughput

Usage

powerpipe query gcp_insights.query.compute_disk_read_throughput

SQL

select
timestamp,
(sum / 3600) as read_throughput_ops
from
gcp_compute_disk_metric_read_ops_hourly
where
timestamp >= current_date - interval '7 day'
and name in (
select
name
from
gcp_compute_disk
where
id = $1
)
order by
timestamp;

Dashboards

The query is used in the dashboards: