The Gitter panel shows information about the messages sent in a Gitter room over time. The references included in these messages are used to highlight mentioned users and links to issue trackers (e.g., GitHub and GitLab) and other resources.
Each user in a room is uniquely identified by a username and a user-id. This information is used to identify the most active and mentioned users. Similarly, the links shared are identified as github issues or pull requests or categorized into URL hostnames if they belong to other sources (e.g., StackOverflow, Twitter).
Weekly, hourly and daily activity of the room is put into perspective by widgets displaying the number of messages sent or unique users active in the for selected time range.
To use this dashboard with your own GrimoireLab deployment you need to:
gitter
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 gitter-index-pattern.json
kidash -e https://user:pass@localhost:443/data --import gitter.json
Edit this doc