This dashboard focuses on metrics derived from Gerrit changesets, thus it shows insights about the changesets in terms of their status, patchsets and submitters. It also provides information split by repository and organization in order to ease comparisons. Two filters are set on top of the dashboard, Changesets Only
and NOT bots
, the former allows to visualize only changesets, while the latter removes any changeset created by bots.
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.json
Edit this doc