Releases: adamweiner/nsqd-prometheus-exporter
Releases · adamweiner/nsqd-prometheus-exporter
v1.0.0
Now compatible with NSQ v1.0.0-compat. Tests are run against both NSQ v.0.3.8 & v1.0.0-compat.
The namespace under which metrics are reported has been changed from nsq
to the more appropriate nsqd
. A new metric, nsqd_info
, has been added as well, which reports nsqd
health, start time, and version.
v0.4.0
The exporter no longer dies when new topics or channels are detected - it resets the metrics which has the same effect without a restart.
Another small change: the _total
suffix has been added to all incrementing metrics.
v0.3.1
v0.2.0
Initial release - supports NSQ 0.3.8. Minor refactor coming soon, support for NSQ 1.x will follow.