Skip to content

Releases: adamweiner/nsqd-prometheus-exporter

v1.0.0

26 Oct 02:50
Compare
Choose a tag to compare

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

27 Apr 03:54
Compare
Choose a tag to compare

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

04 Apr 23:22
Compare
Choose a tag to compare

Functionality in this version is the same as in v0.2.0 - this is a refactor/cleanup release. See #2 for the changes.

Now included as part of this release (and all future releases) are official binaries and accompanying checksums of the archives.

v0.2.0

30 Mar 21:33
Compare
Choose a tag to compare

Initial release - supports NSQ 0.3.8. Minor refactor coming soon, support for NSQ 1.x will follow.