Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-mcparland committed Jan 9, 2024
1 parent 23aa909 commit 7d8feb6
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 7d8feb6

Please sign in to comment.