This dashboard focuses on metrics derived from Gerrit approvals. It provides insights in terms of projects, repositories, reviewers and submitters. Due to automation is a key part in Gerrit workflow a filter is set on the top of the dashboard (NOT Bots
) to ignore any kind of activity issued by bots. This is the default behaviour. The visualizations composing the dashboard are described below.
To use this dashboard with your own GrimoireLab deployment you need to:
gerrit
index is available on your GrimoireLab instance
(see grimoirelab-sirmordred documentation for details on how to deploy it).Index Pattern | —– | Dashboard |
Once you have the data in place, if you need to manually upload the dashboard execute the following commands:
kidash -e https://user:pass@localhost:443/data --import gerrit-index-pattern.json
kidash -e https://user:pass@localhost:443/data --import gerrit_approvals.json
Edit this doc