Updated the calculation method of the daily metrics (ingest, error, and job-type) to bin the metrics data by hour instead of simply daily totals. One thing to consider is this will expand the database records significantly since we are now storing records for each hour per job type instead of each day per job type.
Checklist
manage.py test
passesAffected app(s)
metrics
Description of change
Updated the calculation method of the daily metrics (ingest, error, and job-type) to bin the metrics data by hour instead of simply daily totals. One thing to consider is this will expand the database records significantly since we are now storing records for each hour per job type instead of each day per job type.