The CoCom panel is focused on analyzing source code information obtained
from Graal. Graal is a tool
which uses a wide range of Backends for specific tasks, one of them
being Code Complexity(CoCom)
which provides source code related
information such as Code Complexity, Lines of Code, Functions and many
more from a given software repository.
From left to right and top to bottom, some of the metrics provided are:
Additionally, the visualizations can be delegated with the help of Selector at the Top(left);
which provides filters such as Module Path
, Interval
, Repository
and many more
for specific purposes.
To use this dashboard with your own GrimoireLab deployment you need to:
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 cocom-index-pattern.json
kidash -e https://user:pass@localhost:443/data --import cocom_study-index-pattern.json
kidash -e https://user:pass@localhost:443/data --import cocom.json
Edit this doc