#measurement #sensors #graph #prometheus #share #hardware #integrate

app prometheus_sensors_exporter

Get measurements from some hardware sensors and share them using prometheus protocol to integrate with grafana visualisation graphs

1 unstable release

0.1.2 Feb 19, 2020

#26 in #integrate

CC-BY-NC-SA-4.0

44KB
851 lines

Purpose

Get measurements from some hardware sensors and share them using prometheus protocol to integrate with grafana visualisation graphs.

Hardware

Tested on raspberry pi zero.

Sensors

I2c used addresses (and possible chip alternatives):

  • si7021: 0x40
  • tmp102: 0x48 0x49
  • ads1115: 0x48 0x49 0x4A 0x4B

NOTICE: ads1115 is on separate i2c bus. Rest of sensors shares the same bus.

Licenses

Project is under Creative Commons BY-NC-SA 4.0

External resources

Used resources which are not managed by cargo build system:

Dependencies

~10MB
~183K SLoC