Skip to content

Releases: nodeshift/opossum-prometheus

The one that supports Node 20 and an Update prometheus client

08 Apr 15:26
Compare
Choose a tag to compare

0.4.0 (2024-04-08)

⚠ BREAKING CHANGES

  • Drop support for Node.js v14
    Update prom-client to v15
    metrics is now an async function
  • drop Node.js 12

Features

  • support Node.js v20 (#78) (1f3e050)
  • upgrade opossum from 5.1.3 to 6.2.1 (#62) (88e13d5)
  • using semistandard and greenkeeper badge removed (bdfe980)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#56) (5c57b1e)

  • upgrade coveralls from 3.1.0 to 3.1.1 (#51) (1bcbaae)

  • upgrade opossum from 5.0.0 to 5.0.1 (#33) (e9e700a)

  • upgrade opossum from 5.0.1 to 5.0.2 (#36) (c45d4b1)

  • upgrade opossum from 5.0.2 to 5.1.0 (#38) (d3f509d)

  • upgrade opossum from 5.1.0 to 5.1.1 (#39) (ae9f69b)

  • upgrade opossum from 5.1.1 to 5.1.2 (#43) (f0c00fe)

  • upgrade opossum from 5.1.2 to 5.1.3 (#44) (78c826b)

  • upgrade standard-version from 9.0.0 to 9.1.0 (#40) (6c694ed)

  • upgrade standard-version from 9.1.0 to 9.3.0 (#49) (d29b608)

  • upgrade tape from 5.0.1 to 5.1.0 (#41) (c51f9d3)

  • upgrade tape from 5.1.0 to 5.1.1 (#42) (d45e86a)

  • upgrade tape from 5.1.1 to 5.2.2 (#50) (ebeeed4)

  • drop Node.js 12 (b14eca3)

The one that adds a custom base prefix

02 Sep 23:22
Compare
Choose a tag to compare

0.3.0 (2020-09-02)

Features

  • Providing metric prefix for circuit metrics (#32) (0d85a86)

Bug Fixes

  • upgrade standard-version from 8.0.1 to 8.0.2 (#30) (e8edaa1)

v0.2.0 Release - More Breaking Changes

23 Apr 15:07
Compare
Choose a tag to compare

0.2.0 (2020-04-23)

⚠ BREAKING CHANGES

  • Options object is now used to configure custom registry and initial circuits

  • docs: Updates and adds documentation for options object configuration

Features

  • adds option for performance metrics so they can be disabled, default is enabled (#20) (2437eca)
  • Use options object for all configuration (#19) (b353a59)

Bug Fixes

  • upgrade standard-version from 7.0.0 to 7.1.0 (#17) (2b68517)
  • upgrade tape from 4.11.0 to 4.13.2 (#16) (6233d53)

Lets use labels instead

13 Mar 14:28
Compare
Choose a tag to compare

0.1.0 (2020-03-13)

⚠ BREAKING CHANGES

  • Changes event metrics to use labels rather than seporate metrics
  • Changes metrics to use labels for circuit name rather than seporate metrics

Co-authored-by: martlandh HarryMartland@Rentalcars.com

Features

v0.0.4

03 Oct 10:52
Compare
Choose a tag to compare

0.0.4 (2019-10-02)

Features

  • add stats (percentiles stats, reponse times) in Prometheus metrics (#10) (712fa2d)

Did you want to Dynamically Add circuits? Well, there you go

18 Sep 13:09
Compare
Choose a tag to compare

0.0.3 (2019-09-18)

Features

  • allow one circuit to be pass in without an array. (#5) (02ca8f5), closes #4
  • allow to add circuits dynamicaly (#7) (afbaef2)