Updated
over 1 year
ago.
1 hackers ♥️.
2 followers.
How it is
Currently the telegraf webhooks plugin for github produces rather dumb measurements. Just extracting data from the webhook and putting it into the TSDB. The interesting data for engineering metrics you have to calculate yourself then.
How it should be
Given a set of input variables (list of accounts and labels) the plugin should calculate
- cycle time (the time between certain PRs open and deploy)
- change failure rate (the amount of opened PRs divided by the PRs with label)
- change quality (the amount of issues with priority labels)
How it would be nice
While doing this, think a more about the data models for other use-cases.
This project is part of:
Hack Week 20
Activity
Comments
Similar Projects
Gameboy emulator written in Go by mikeletux
[comment]: # (Please use the project descriptio...
A CLI for Harvester by mohamed.belgaied
[comment]: # Harvester does not officially come...
Create tool to analyze supportconfig to spot common SUSE Manager / Uyuni issues by cbosdonnat
[comment]: # (Please use the project descriptio...
Visualization of historical sar(1) archives by ggherdovich
Project Description
The sar(1)
tool, fr...