DSACMS / metrics

Experimentations in Open Source Repository Metrics
https://dsacms.github.io/metrics/
Other
6 stars 2 forks source link

Add First Few Augur Metrics #64

Closed IsaacMilarky closed 9 months ago

IsaacMilarky commented 9 months ago

Add First Few Augur Metrics

Problem

Augur metrics were previously absent from data collection and the only data source was GitHub.

Solution

Now, Augur metrics are being collected by the metrics script, for example:

Example of new metrics:

    "new_issues_by_day_over_last_six_months": [
        [
            "2023-07-06T05:00:00.000Z",
            1
        ],
        [
            "2023-07-08T05:00:00.000Z",
            1
        ]
    ]