prometheus-yoctotemp-exporter/README.md

9 lines
530 B
Markdown
Raw Permalink Normal View History

2020-11-04 07:41:02 +01:00
# Prometheus Yocto-Temperature exporter
2020-11-04 09:32:34 +01:00
Simple [Prometheus](https://prometheus.io/) exporter for the the [Yocto-Temperature](http://www.yoctopuce.com/EN/products/usb-environmental-sensors/yocto-temperature) sensor. A CDIST type can be found in the [cdist-recycledcloud](https://code.recycled.cloud/e-Durable/cdist-recycledcloud) repository.
2020-11-04 07:41:02 +01:00
Useful links:
* [Writing (Prometheus) exporters](https://prometheus.io/docs/instrumenting/writing_exporters/)
* [Prometheus's client_python](https://github.com/prometheus/client_python)