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.

Looking for hackers with the skills:

golang influxdb grafana metrics

This project is part of:

Hack Week 20

Activity

  • over 3 years ago: hennevogel added keyword "influxdb" to this project.
  • over 3 years ago: hennevogel added keyword "grafana" to this project.
  • over 3 years ago: hennevogel added keyword "metrics" to this project.
  • over 3 years ago: hennevogel removed keyword observeability from this project.
  • over 3 years ago: hennevogel added keyword "golang" to this project.
  • over 3 years ago: admehmood joined this project.
  • over 3 years ago: admehmood liked this project.
  • over 3 years ago: hennevogel added keyword "observeability" to this project.
  • over 3 years ago: hennevogel started this project.
  • over 3 years ago: hennevogel originated this project.

  • Comments

    • hennevogel
      over 3 years ago by hennevogel | Reply

      Hello World

    Similar Projects

    WebUI for your data by avicenzi

    A single place to view every bit of data you ha...