Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clowa/golang-custom-rpi-exporter
Extended node metrics for raspberry pis
https://github.com/clowa/golang-custom-rpi-exporter
golang node-exporter raspberry-pi
Last synced: 19 days ago
JSON representation
Extended node metrics for raspberry pis
- Host: GitHub
- URL: https://github.com/clowa/golang-custom-rpi-exporter
- Owner: clowa
- Created: 2024-01-01T13:34:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-26T08:41:40.000Z (about 1 month ago)
- Last Synced: 2025-01-09T06:22:31.930Z (20 days ago)
- Topics: golang, node-exporter, raspberry-pi
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build docker images](https://github.com/clowa/golang-custom-rpi-exporter/actions/workflows/docker-buildx.yaml/badge.svg)](https://github.com/clowa/golang-custom-rpi-exporter/actions/workflows/docker-buildx.yaml)
# Overview
This node exporter is supposed as an addition to the [official node exporter](https://github.com/prometheus/node_exporter) for Raspberry Pi. It exposes some metrics about the Raspberry Pi itself and `apt` packages.
You can find the docker images on [Docker Hub](https://hub.docker.com/r/clowa/golang-custom-rpi-exporter).
Supported platforms:
- `linux/arm`
- `linux/arm64`# Getting started
# To-Do
- [ ] Improve performance. Currently the exporter takes about ~4 seconds to scrape all metrics. Perhaps due to Filesystem i/o.
- [ ] Add more metrics
- [ ] Subset of information from [`vcgencmd`](https://www.raspberrypi.com/documentation/computers/os.html#vcgencmd)