mqtt2prometheus
mqtt2prometheus copied to clipboard
MQTT to Prometheus gateway
As described in example in https://github.com/hikhvar/mqtt2prometheus/issues/26#issuecomment-727617603 Please document it in 'Readme.md'
Sometimes the data returned via MQTT could be events rather than a regular stream of metrics. See the following pull request for the MQTT Sparkplug exporter which implements amongst other...
Hi, I've been looking at your project, and it's looking great! I'm currently pulling temperature values from Shelly1 hardware with temperature module. The hardware module can have up to three...
Thanks for this package, nice job! Would be nice to have a kubernetes setup example. I'll submit a PR if you think it would be of interest to others.
Hi, It would be nice to be able to map some properties as labels to help identify devices which publish to a single topic. I have a use case with...
Looks like `ghcr.io/hikhvar/mqtt2prometheus:v0.1.7-rc1` triggers the following error: ``` 2022-08-24T12:06:46Z fatal cmd/mqtt2prometheus.go:80 Could not load config {"error": "open config.yaml: no such file or directory"} main.main /home/runner/work/mqtt2prometheus/mqtt2prometheus/cmd/mqtt2prometheus.go:80 runtime.main /opt/hostedtoolcache/go/1.19.0/x64/src/runtime/proc.go:250 ``` Moving from...
Hi, I've spent some time to figure out how to configure mqtt2prometheus for my [Shelly 3em Energy Meter](https://shelly.cloud/products/shelly-3em-smart-home-automation-energy-meter/). Guess this might be usefull to others as well and could be...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | prom/prometheus | minor | `v2.48.1` -> `v2.49.0` | --- ### Configuration 📅 **Schedule**: Branch creation...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | stage | minor | `1.21` -> `1.22` | --- ### Configuration...