Skip to content

Releases: nocms-cms/nocms-express-metrics

v2.0.3

09 Oct 19:25

Choose a tag to compare

<a name"2.0.3">

2.0.3 (2017-10-09)

Bug Fixes

v2.0.2

08 Oct 08:53

Choose a tag to compare

<a name"2.0.2">

2.0.2 (2017-10-08)

Bug Fixes

v2.0.1

07 Oct 20:14

Choose a tag to compare

<a name"2.0.1">

2.0.1 (2017-10-07)

Bug Fixes

  • return next() if req.path eq /metrics (73dfbc17)

v2.0.0

07 Oct 19:55

Choose a tag to compare

<a name"2.0.0">

2.0.0 (2017-10-07)

Features

  • change options to enable features instead of disable (5662e880)

Breaking Changes

  • Options changed in both names and behavor.

Before:

{
noDefaultMetrics: true,
noGcStats: true
}

After:

{
enableNodeMetrics: true,
enableGCMetrics: true
}

Note that before these was enabled by default. Now they are disabled by default.

(5662e880)

v1.0.4

07 Oct 19:33

Choose a tag to compare

<a name"1.0.4">

1.0.4 (2017-10-07)

Bug Fixes

  • corrected optional operations (b94c261d)

v1.0.3

07 Oct 19:15

Choose a tag to compare

<a name"1.0.3">

1.0.3 (2017-10-07)

Bug Fixes

  • Reverted back to working call to apply (81d86aca)

v1.0.2

07 Oct 19:07

Choose a tag to compare

<a name"1.0.2">

1.0.2 (2017-10-07)

Bug Fixes

  • Status was using res.status instead of res.statusCode (cfb41853)

v1.0.1

07 Oct 18:51

Choose a tag to compare

<a name"1.0.1">

1.0.1 (2017-10-07)

Bug Fixes

v1.0.0

07 Oct 15:40

Choose a tag to compare

<a name"1.0.0">

1.0.0 (2017-10-07)

Bug Fixes