turbot/gitlab_insights

Query: project_1_100_stars_count

Usage

powerpipe query gitlab_insights.query.project_1_100_stars_count

Steampipe Tables

SQL

select
'1 - 100' as label,
count(*) as value
from
gitlab_my_project
where
star_count between 1 and 100;

Dashboards

The query is used in the dashboards: