-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
23aa909
commit 7d8feb6
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |