https://github.com/tomoncle/linux_service_exporter
prometheus linux service exporter for kubernetes system service process.
https://github.com/tomoncle/linux_service_exporter
golang gplv3 linux metrics prometheus services
Last synced: 11 days ago
JSON representation
prometheus linux service exporter for kubernetes system service process.
- Host: GitHub
- URL: https://github.com/tomoncle/linux_service_exporter
- Owner: tomoncle
- License: gpl-3.0
- Created: 2019-04-16T12:33:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T17:14:18.000Z (6 months ago)
- Last Synced: 2025-03-31T07:11:11.019Z (about 2 months ago)
- Topics: golang, gplv3, linux, metrics, prometheus, services
- Language: Go
- Homepage:
- Size: 1.08 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linux_service_exporter
[](https://travis-ci.org/tomoncle/linux_service_exporter) [](https://goreportcard.com/report/github.com/tomoncle/linux_service_exporter)    Prometheus linux service exporter.
### require
* go version : `1.17.0+`
* prometheus : `2.0.0+`
* os : `linux`### build
```bash
$ git clone https://github.com/tomoncle/linux_service_exporter
$ cd linux_service_exporter && go mod download
$ go build linux_service_exporter.go
```