Comments on: Measuring GitLab activity, community and performance with GrimoireLab https://bitergia.com/blog/metrics/measuring-gitlab-activity-community-and-performance-with-grimoirelab/ Software Development Analytics Mon, 17 Jul 2023 09:19:00 +0000 hourly 1 By: Ana Jimenez Santamaria https://bitergia.com/blog/metrics/measuring-gitlab-activity-community-and-performance-with-grimoirelab/comment-page-1/#comment-366 Mon, 02 Dec 2019 10:11:27 +0000 https://blog.bitergia.com/?p=4669#comment-366 In reply to almereyda.

Hi Almereyda,

I have opened a new issue within GrimoireLab repo in order to answer to your comment ASAP. You can follow the discussion and ask for further details by clicking on the following URL [ https://github.com/chaoss/grimoirelab/issues/247 ]

]]>
By: almereyda https://bitergia.com/blog/metrics/measuring-gitlab-activity-community-and-performance-with-grimoirelab/comment-page-1/#comment-365 Sat, 30 Nov 2019 07:58:21 +0000 https://blog.bitergia.com/?p=4669#comment-365 * Lab²]]> After reading this article, I was very excited to try out GrimoireLab with GitLab.

Connecting the pieces, I am running from a docker-compose.yml file

“`
version: “3”
services:
full:
image: grimoirelab/full
ports: [“127.0.0.1:5601:5601”]
volumes:
– ./credentials.cfg:/override.cfg
– ./projects.json:/projects.json
– ./logs:/logs
“`

and see imported Git activity in the Git visualisations. https://chaoss.github.io/grimoirelab-tutorial/sirmordred/projects.html helped a lot explaining how to structure the `projects.json` file, but doesn’t mention GitLab yet.

Unfortunately the link to https://chaoss.github.io/grimoirelab-tutorial/sirmordred/files/menu.yaml on https://chaoss.github.io/grimoirelab-tutorial/sirmordred/dashboard.html only downloads an HTML file (odd), and there are no `gitlab_` visualisations in the list of visualisation panels to be selected.

What is the missing step to graph GitLab contribution activity similar to the examples above?

In other words, how can we turn the data aggregated with the help of https://github.com/chaoss/grimoirelab-perceval/blob/master/perceval/backends/core/gitlab.py into graphs?

When trying to add new visualisations, only github_repositories and github_issues are offered. Are there examples available for the correct Kibana Index Patterns to use?

gitlab_issues_demo* and gitlab_merges_demo* seem to be good for a start, but having preconfigured dashboards and visualisations, like above, would ease a quick start to using GrimoireLab with GitLab = ❤️ * Lab²

]]>