Skip to content

Commit

Permalink
Merge pull request #37 from jpmorgan-payments/metrics
Browse files Browse the repository at this point in the history
Create README.md
  • Loading branch information
maria-mcparland authored Jan 9, 2024
2 parents 23aa909 + 7d8feb6 commit 7a38976
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions metrics/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Metrics Gathering

We've created a bash script that runs daily to collect our metrics and store them as csv.
This is because _currently_ GitHub is only storing the last 14days worth of data.

We use the [github_traffic_stats](https://github.com/nchah/github-traffic-stats) python package to gather our metrics in three csv files.

Then we have created merge.sh to merge these metrics with the previous days csv and then sort by date order.

We are storing our latest metrics files on a branch called 'metrics'. This is because we don't want to push directly to main.

0 comments on commit 7a38976

Please sign in to comment.