-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #184 from promhippie/admin-stats
Integrate admin stats, fix runner metrics, use getter functions
- Loading branch information
Showing
16 changed files
with
1,020 additions
and
238 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
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,9 @@ | ||
Enhancement: Integrate admin stats for GitHub enterprise | ||
|
||
We've integrated another collector within this exporter to provide admin stats | ||
as metrics to get a general overview about the amount of repos, issues, pull | ||
requests and so on. Special thanks for the great initial work by @mafrosis, your | ||
effort is highly appreciated. | ||
|
||
https://github.com/promhippie/github_exporter/issues/183 | ||
https://github.com/promhippie/github_exporter/pull/23 |
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,7 @@ | ||
Bugfix: Set right name/owner labels for runner metrics | ||
|
||
We introduced metrics for GitHub self-hosted runners but we missed some | ||
important labels as remaining todos. With this change this gets corrected to | ||
properly show the repo/org/enterprise where the runner have been attached to. | ||
|
||
https://github.com/promhippie/github_exporter/pull/184 |
File renamed without changes.
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,7 @@ | ||
Enhancement: Use getter functions to get values | ||
|
||
To reduce the used boilerplate code and to better use the GitHub library we have | ||
updated most of the available collectors to simply use the provided getter | ||
functions instead of checking for nil values everywhere on our own. | ||
|
||
https://github.com/promhippie/github_exporter/pull/184 |
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
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
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
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
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
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
Oops, something went wrong.