Skip to content

Latest commit

 

History

History

time-metrics

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Time metrics

This binary crate captures metrics for each day since the 2023/06/06 up to the day it is ran on.

Here are the steps this program goes through:

  1. Download pg_dump files from the AWS S3 bucket which contains daily snapshots of the Horizon database.
  2. Decompress dumps
  3. Restore the dumps in a local docker container and capture the metrics (analogous to the metrics seen in the metrics.rs file) and store the result in a CSV file.