Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scality/gh-actions-exporter
GitHub Actions Exporter
https://github.com/scality/gh-actions-exporter
actions exporter prometheus
Last synced: 6 days ago
JSON representation
GitHub Actions Exporter
- Host: GitHub
- URL: https://github.com/scality/gh-actions-exporter
- Owner: scality
- Created: 2021-11-08T18:43:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T23:46:27.000Z (16 days ago)
- Last Synced: 2024-10-31T00:24:52.104Z (16 days ago)
- Topics: actions, exporter, prometheus
- Language: Python
- Homepage: https://scality.github.io/gh-actions-exporter/
- Size: 769 KB
- Stars: 5
- Watchers: 35
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# GitHub WebHook Exporter
The idea of this exporter is to be able to expose this service to listen
from WebHooks coming from GitHub.
Then expose those metrics in OpenMetrics format for later usage.## Install
To install and use this project, please make sure you have [poetry](https://python-poetry.org/) installed.
Then run:
```shell
poetry install
```## Start
To start the API locally you can use the following command:
```shell
poetry run start
```