Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T22:59:51.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T17:41:57.774Z (7 months ago)
- Topics: golang, gplv3, linux, metrics, prometheus, services
- Language: Go
- Homepage:
- Size: 1.09 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linux_service_exporter
[![travis-ci.org](https://travis-ci.org/tomoncle/linux_service_exporter.svg?branch=master)](https://travis-ci.org/tomoncle/linux_service_exporter) [![Go Report Card](https://goreportcard.com/badge/github.com/tomoncle/linux_service_exporter)](https://goreportcard.com/report/github.com/tomoncle/linux_service_exporter) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/tomoncle/linux_service_exporter.svg) ![GitHub repo size](https://img.shields.io/github/repo-size/tomoncle/linux_service_exporter.svg?color=green&logoColor=green) ![GitHub top language](https://img.shields.io/github/languages/top/tomoncle/linux_service_exporter.svg?color=yes) ![GitHub license](https://img.shields.io/github/license/tomoncle/linux_service_exporter.svg)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
```