Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tonytw1/mqtt-scraper
- Owner: tonytw1
- Created: 2021-01-18T22:28:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T10:42:23.000Z (about 1 year ago)
- Last Synced: 2024-06-21T08:09:20.792Z (5 months ago)
- Topics: mqtt, prometheus
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```