Skip to content
  • Jelle van der Waa's avatar
    Add rebuilderd_results Prometheus metric · 7abc2500
    Jelle van der Waa authored
    To monitor if reproducible builds are going in the right direction,
    record the good/bad/unknown metrics from rebuilderd with a Prometheus
    textcollector for a Grafana dashboard to display a long term trend.
    
    A Python script is required to handle data collection as obtaining the
    status with jq/bash is non trivial and cannot easily dnyamically collect
    suites and statuses.
    
    Closes: #146
    7abc2500