Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tonytw1/mqtt-scraper

Listens for metrics on a MQTT topic. Exports them as a Prometheus scraper target.
https://github.com/tonytw1/mqtt-scraper

mqtt prometheus

Last synced: 4 days ago
JSON representation

Listens for metrics on a MQTT topic. Exports them as a Prometheus scraper target.

Awesome Lists containing this project

README

        

## MQTT scraper

Listens for metrics on a MQTT topic. Caches them for export as a Prometheus scraper target.

We have metrics which are published on an MQTT topic which we'd like to record in Prometheus.

The metrics arrived in this format:
```
metric_name:value
```