Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/promhippie/jenkins_exporter
Prometheus exporter for Jenkins
https://github.com/promhippie/jenkins_exporter
jenkins metrics prometheus prometheus-exporter
Last synced: 2 days ago
JSON representation
Prometheus exporter for Jenkins
- Host: GitHub
- URL: https://github.com/promhippie/jenkins_exporter
- Owner: promhippie
- License: apache-2.0
- Created: 2017-04-29T09:37:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T18:17:07.000Z (2 months ago)
- Last Synced: 2024-10-24T03:21:26.722Z (2 months ago)
- Topics: jenkins, metrics, prometheus, prometheus-exporter
- Language: Go
- Homepage: https://promhippie.github.io/jenkins_exporter/
- Size: 1.34 MB
- Stars: 20
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Jenkins Exporter
[![Current Tag](https://img.shields.io/github/v/tag/promhippie/jenkins_exporter?sort=semver)](https://github.com/promhippie/prometheus-jenkins-sd) [![General Build](https://github.com/promhippie/jenkins_exporter/actions/workflows/general.yml/badge.svg)](https://github.com/promhippie/jenkins_exporter/actions/workflows/general.yml) [![Join the Matrix chat at https://matrix.to/#/#webhippie:matrix.org](https://img.shields.io/badge/matrix-%23webhippie-7bc9a4.svg)](https://matrix.to/#/#webhippie:matrix.org) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/2ac6144ce7c04df68fed25d763dec543)](https://www.codacy.com/gh/promhippie/jenkins_exporter/dashboard?utm_source=github.com&utm_medium=referral&utm_content=promhippie/jenkins_exporter&utm_campaign=Badge_Grade) [![Go Doc](https://godoc.org/github.com/promhippie/jenkins_exporter?status.svg)](http://godoc.org/github.com/promhippie/jenkins_exporter) [![Go Report](http://goreportcard.com/badge/github.com/promhippie/jenkins_exporter)](http://goreportcard.com/report/github.com/promhippie/jenkins_exporter)
An exporter for [Prometheus][prometheus] that collects metrics from
[Jenkins][jenkins].## Install
You can download prebuilt binaries from our [GitHub releases][releases], or you
can use our containers published on [Docker Hub][dockerhub] and [Quay][quayio].
If you need further guidance how to install this take a look at our
[documentation][docs].## Development
Make sure you have a working Go environment, for further reference or a guide
take a look at the [install instructions][golang]. This project requires
Go >= v1.17, at least that's the version we are using.```console
git clone https://github.com/promhippie/jenkins_exporter.git
cd jenkins_exportermake generate build
./bin/jenkins_exporter -h
```## Security
If you find a security issue please contact
[[email protected]](mailto:[email protected]) first.## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
- [Thomas Boerger](https://github.com/tboerger)
## License
Apache-2.0
## Copyright
```console
Copyright (c) 2018 Thomas Boerger
```[prometheus]: https://prometheus.io
[jenkins]: https://jenkins.io
[releases]: https://github.com/promhippie/jenkins_exporter/releases
[dockerhub]: https://hub.docker.com/r/promhippie/jenkins-exporter/tags/
[quayio]: https://quay.io/repository/promhippie/jenkins-exporter?tab=tags
[docs]: https://promhippie.github.io/jenkins_exporter/#getting-started
[golang]: http://golang.org/doc/install.html