ngageoint / scale

Processing framework for containerized algorithms
http://ngageoint.github.io/scale/
Apache License 2.0
105 stars 45 forks source link

#1839 Daily Metrics Binned by Hour #1840

Closed emimaesmith closed 4 years ago

emimaesmith commented 4 years ago
Checklist

Affected 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.