Skip to content

Latest commit

 

History

History
213 lines (92 loc) · 7.52 KB

CHANGELOG.md

File metadata and controls

213 lines (92 loc) · 7.52 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.0 (2021-04-24)

Features

  • add metrics for request length and response length (30ec2ed)

Bug Fixes

  • commitlint misreporting release commit (cbd4101)

1.1.0 (2021-02-19)

Features

  • alter to normalization of status code to an function optional (09cfa46)
  • extend compatibility with prom-client v13.x (e18732b)

1.0.0 (2020-10-26)

⚠ BREAKING CHANGES

  • The /metrics route will not be exposed through the middleware if the 'metricsApp' option is provided.

Features

  • allow metrics route to be exposed on separate port (69af583)

0.9.6 (2020-05-18)

0.9.5 (2020-05-15)

Features

  • add posibility to add custom labels (7e48758)

0.9.4 (2020-05-13)

Features

  • add optional dependency to collect garbage collector metrics too (6a1eb87)

0.9.3 (2020-05-13)

0.9.2 (2020-05-13)

0.9.1 (2020-05-06)

0.9.0 (2020-05-06)

⚠ BREAKING CHANGES

  • to migrate, install express and prom-client as dependencies in your own project

Bug Fixes

  • use prom-client and express as peer dependencies (4825c8c), closes #22

0.8.5 (2019-11-23)

Features

  • prefix: Allow adding metrics prefix name (ead5c1a)

0.8.4 (2019-11-15)

Features

  • Allow specifying extraMasks for URL normalizer (428a767)

0.8.3 (2019-11-10)

0.8.2 (2019-11-10)

0.8.1 (2019-11-10)

0.8.0 (2019-11-10)

Features

  • allow metrics to be served under a custom app (06bbdba)

0.7.0 (2019-10-23)

Features

  • add an authetication option callback to the metrics route (4df5fe9)

0.6.3 (2019-10-20)

0.6.2 (2019-10-07)

Bug Fixes

  • Removes x-powered-by header (f13a3a5), closes #3

0.6.1 (2018-08-26)

0.6.0 (2018-08-24)

Features

  • change http duration metric from milliseconds to seconds (fda644c)

0.5.1 (2018-08-23)

Bug Fixes

  • route was wrong when mounting from another route (c3bb869)

0.5.0 (2018-08-23)

Features

  • add keywords for package.json (f66b7fa)

0.4.0 (2018-08-19)

Features

  • allow more options for the user (226d6b0)

0.3.1 (2018-08-17)

Bug Fixes

0.3.0 (2018-08-17)

Features

  • allow user to configure scrape metrics route (18c9576)

0.2.0 (2018-08-14)

Features

  • export a middleware factory (af1acd6)

0.1.0 (2018-08-11)

Features

  • initial commit (7beaad4)
  • initial version of the middleware (bbf50fb)