Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 419 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 419 Bytes

GitHub Stats Prometheus exporter

A simple Prometheus exporter that exposes open_issues_count and stargazers_count from a GitHub repository.

Usage

Start the exporter at http://localhost:8000/metrics to expose stats of the rust-lang/rust repository

gh-repo-stats-exporter --repository rust-lang/rust

Display all options

gh-repo-stats-exporter -h

Building

cargo build