turbot/gitlab_insights

Query: branch_count

Usage

powerpipe query gitlab_insights.query.branch_count

SQL

select
'Branches' as label,
count(b.*) as value
from
gitlab_my_project p
join gitlab_branch b on p.id = b.project_id;

Dashboards

The query is used in the dashboards: