Skip to content

Prometheus exporter for various metrics about your GitHub repositories, written in Go using GraphQL.

License

Notifications You must be signed in to change notification settings

jonathansm1th/githubql_exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub(QL) Exporter Build Status

Docker Pulls Go Report Card

Prometheus exporter for various metrics about your GitHub repositories, written in Go.

Development

You obviously should get the code

go get -u github.com/metalmatze/githubql_exporter

This should already put a binary called githubql_exporter into $GOPATH/bin.

Make sure you copy the .env.example to .env and change this one to your preferences.

Now during development I always run:

make install && githubql_exporter

Use make install which uses go install in the background to build faster during development.

About

Prometheus exporter for various metrics about your GitHub repositories, written in Go using GraphQL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 89.6%
  • Makefile 10.4%