mqtt2prometheus icon indicating copy to clipboard operation
mqtt2prometheus copied to clipboard

MQTT to Prometheus gateway

Results 42 mqtt2prometheus issues
Sort by recently updated
recently updated
newest added
trafficstars

Added a new configuration `enable_profiling_metrics` which enable/disable the default runtime metrics exported by the Prometheus client package. BREAKING CHANGE: Changed default behavior to exclude runtime metrics. Enable with enable_profiling_metrics configuration...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | stage | minor | `1.22` -> `1.23` | --- ### Configuration...

dependencies
versions
automated

The Qingping data format is quite hard to guess, because of an array in the middle: ```json { "type": "17", "id": 641, "need_ack": 0, "mac": "**REDACTED**", "timestamp": 1748860948, "sensorData": [...

Implements the feature requested here: https://github.com/hikhvar/mqtt2prometheus/issues/74

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...

dependencies
go

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.35.0. Commits 7292932 ssh: limit the size of the internal packet queue while waiting for KEX f66f74b acme/autocert: check host policy before probing the cache...

dependencies
go

All of the documentation revolves around extracting values from inside of the messages, but for one of my metrics I'd like to visualize message throughput in KB/s. Overall message frequency...

Please, add an example of log-level in the config file

Bumps [github.com/expr-lang/expr](https://github.com/expr-lang/expr) from 1.16.9 to 1.17.0. Release notes Sourced from github.com/expr-lang/expr's releases. v1.17.0 Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed....

dependencies
go

I bought a couple of smart plugs from Athom with Tasmota pre-flashed. Side note, I don't want to go through the "re-flash the plug so that it has prom support"...