GitHub Actions Exporter
Prometheus exporter exposing GitHub Actions metrics.
Right now this exporter only expose the one metric which is the WorkFlow execution
time.
Other metrics can be added in the future.
Getting Started
This exporter receives webhook events from GitHub.
If you want to collect metrics from a GitHub repository you will need to create a webhook
in your GitHub repo.
You need just to select the Check Run event and the set your secret (that you start your exporter, see below)

Prerequisites
To run this project, you will need a working Go environment.
Installing
go get -u github.com/cpanato/github_actions_exporter
Building
Build the sources with
make build
Run the binary
./github_actions_exporter --gh.github-webhook-token=MY_TOKEN
Testing
Running unit tests
make test
Contributing
Refer to CONTRIBUTING.md.
License
Apache License 2.0, see LICENSE.