packager-stats

Created 4 years ago
Maintained by pingou
Just some utilities to learn about the packager workflow health
Members 1
# packager stats

This project hosts a few scripts and utilities meant to get some statistics
about the state/health of the packager workflow.

It mostly relies on the data recorded in datagrepper and produced by the
monitor-gating script.


Example stats:

::
    $ python packager_stats.py
    Over the last 36.0 hours:
    33 messages retrieved
    prod.monitor-gating.multi-build.end.failed  --  7
    prod.monitor-gating.multi-build.end.succeeded  --  2
    prod.monitor-gating.multi-build.start  --  8
    prod.monitor-gating.single-build.end.failed  --  1
    prod.monitor-gating.single-build.end.succeeded  --  7
    prod.monitor-gating.single-build.start  --  8


License: MIT