mqtt2prometheus
mqtt2prometheus copied to clipboard
MQTT to Prometheus gateway
I'd like to have an option to enable metrics such as `go_memstats_alloc_bytes`, etc. Analogously to https://github.com/prometheus/node_exporter/pull/1148.
This allows the regex used to extract the device id to be overriden per metric. This required a little reorganizing of where the device id is parsed from the topic...
Hi First, I'm seeing a lot of go-related metrics in the output go_gc_duration_seconds{quantile="0"} 3.2688e-05 I'm new to prometheus, but doesn't spamming it with 100s of extra metrics cause some memory...
HI there, please apologize, I seem to be unable to find thr right settings for the exporter .. But .. the documentation could be a bit clearer IMO, some more...
I saw the `string_value_mapping` so something similar or a solution for generic data types should be possible. This would support more sensors like motion, contact, water etc. example config: ```...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | prom/prometheus | minor | `v2.51.0` -> `v2.52.0` | --- ### Configuration 📅 **Schedule**: Branch creation...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | prom/prometheus | patch | `v2.51.0` -> `v2.51.1` | --- ### Configuration 📅 **Schedule**: Branch creation...
Using multiple MQTT2Prometheus containers in the same network or subscribing to different topics can be handled by utilizing environment variables for the API Port. Creating images for Arm32v7 and Arm64v8...
This patch rewrite main to Prometheus libraries: * Migrate from standard library flags package to kingpin.v2 * Switch to promlog / go-kit/log. * Update Prometheus dependencies. * Add landing page...
Hello, I am trying to pull Victron Energy's MQTT data into mqtt2prometheus and i have some issues. I installed v0.1.7 on Ubuntu 22.04.4 LTS, hit the #140 #139 #138 and...