Skip to content

clowa/golang-custom-rpi-exporter

Repository files navigation

Build docker images

Overview

This node exporter is supposed as an addition to the official 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.

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