turbot/digitalocean_insights

Query: blockstorage_volume_by_filesystem_type

Usage

powerpipe query digitalocean_insights.query.blockstorage_volume_by_filesystem_type

Steampipe Tables

SQL

select
filesystem_type,
count(d.*) as "Volumes"
from
digitalocean_volume as d
where
filesystem_type is not null
group by
filesystem_type;

Dashboards

The query is used in the dashboards: