turbot/digitalocean_insights

Query: blockstorage_volume_storage_by_filesystem_type

Usage

powerpipe query digitalocean_insights.query.blockstorage_volume_storage_by_filesystem_type

Steampipe Tables

SQL

select
filesystem_type,
sum(size_gigabytes) as "GB"
from
digitalocean_volume as d
where
filesystem_type is not null
group by
filesystem_type;

Dashboards

The query is used in the dashboards: