Skip to content

Releases: Docoyo/node-red-contrib-prometheus-exporter

1.0.5: Bugfix Release

12 Jul 17:30
94dd7f0
Compare
Choose a tag to compare

1.0.4: Bugfix Release

17 Mar 09:04
Compare
Choose a tag to compare
  • Updated to prom-client 13.1.0.
  • Solved duplicate metrics error on re-deployment

1.0.3: Bugfix Release

19 Nov 13:59
Compare
Choose a tag to compare

Solved issue #5, which caused the node emitting an error on full re-deployment.

1.0.2: Minor improvements

13 Nov 11:54
Compare
Choose a tag to compare

Metrics are collected in an isolated metrics registry so that they do not mix up with metrics in the global registry (see also the prom-client documentation how registry concept works)

1.0.1: Bugfix Release

11 Nov 12:54
Compare
Choose a tag to compare

Fixed bugs:

  • Issue #4: Gauge metric support for decimal numbers

1.0.0: First Launch

10 Nov 08:38
Compare
Choose a tag to compare

This is the very first release of the NodeRED Prometheus Exporter Node. It includes support for counter and gauge metric types including labels.