Releases: kpetremann/mqtt-exporter
Releases · kpetremann/mqtt-exporter
v1.11.2
What's Changed
- updated prometheus-client from 0.22.1 to 0.24.1 by @wariuccio in #130
Full Changelog: v1.11.1...v1.11.2
v1.11.1
mqtt-exporter-0.1.3
A Helm chart for the converting and exporting MQTT topics to Prometheus metrics
v1.10.0
What's Changed
- feat: ignore casing for env by @Its-Just-Nans in #115
- Fix
mqtt-exporterscript by @wariuccio in #117 - feat(helm): add support for Kubernetes Secret references in MQTT auth by @vtmocanu in #120
- state values: ability to add more via environment variables by @fasmide in #118
- Add
MQTT_PASSWORD_FILEoption by @jfly in #123 - Make it really clear what the "legacy availability payload" is by @jfly in #124
- fix/Remove duplicate ENV Variable from Deployment by @pascal0030 in #125
- feat: support Meshtastic by @kpetremann in #121
New Contributors
- @wariuccio made their first contribution in #117
- @vtmocanu made their first contribution in #120
- @fasmide made their first contribution in #118
- @jfly made their first contribution in #123
- @pascal0030 made their first contribution in #125
Full Changelog: v1.9.0...v1.10.0
mqtt-exporter-0.1.2
A Helm chart for the converting and exporting MQTT topics to Prometheus metrics
v1.9.0
Breaking change
To avoid cardinality explosion (too much metrics) and potential memory leak / high PCU usage, the exporter now limits the number of metrics from MQTT to 2000 by default. This can be configured:
MAX_METRICS=0# unlimitedMAX_METRICS=5000# 5000 mqtt metrics maximum
What's Changed
- fix: show error message by @Its-Just-Nans in #110
- feat: Export the main and create
__main__.pyby @Its-Just-Nans in #109 - feat(auth): support mTLS auth with MQTT server by @kpetremann in #112
- feat: maximum metric limit by @kpetremann in #113
New Contributors
- @Its-Just-Nans made their first contribution in #110
Full Changelog: v1.8.0...v1.9.0
v1.8.1
mqtt-exporter-0.1.1
A Helm chart for the converting and exporting MQTT topics to Prometheus metrics
v1.7.1
What's Changed
- feat: allow ignoring msg payload by @jochen42 in #91
- feat: add helmchart publishing by @SchoolGuy in #94
- fix(ci): invalid gh action for helm by @kpetremann in #96
- fix: metric references memory leak by @kpetremann in #97
- fix(ci): fix condition for helm chart release by @SchoolGuy in #98
New Contributors
- @jochen42 made their first contribution in #91
- @SchoolGuy made their first contribution in #94
Full Changelog: v1.6.1...v1.7.1
v1.7.0
What's Changed
- feat: allow ignoring msg payload by @jochen42 in #91
- feat: add helmchart publishing by @SchoolGuy in #94
- fix(ci): invalid gh action for helm by @kpetremann in #96
- fix: metric references memory leak by @kpetremann in #97
New Contributors
- @jochen42 made their first contribution in #91
- @SchoolGuy made their first contribution in #94
Full Changelog: v1.6.1...v1.7.0