All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.2.0 (2021-04-24)
- add metrics for request length and response length (30ec2ed)
- commitlint misreporting release commit (cbd4101)
1.1.0 (2021-02-19)
- 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)
- The /metrics route will not be exposed through the middleware if the 'metricsApp' option is provided.
- allow metrics route to be exposed on separate port (69af583)
0.9.6 (2020-05-18)
0.9.5 (2020-05-15)
- add posibility to add custom labels (7e48758)
0.9.4 (2020-05-13)
- 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)
- to migrate, install express and prom-client as dependencies in your own project
0.8.5 (2019-11-23)
- prefix: Allow adding metrics prefix name (ead5c1a)
0.8.4 (2019-11-15)
- 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)
- allow metrics to be served under a custom app (06bbdba)
0.7.0 (2019-10-23)
- add an authetication option callback to the metrics route (4df5fe9)
0.6.3 (2019-10-20)
0.6.2 (2019-10-07)
0.6.1 (2018-08-26)
0.6.0 (2018-08-24)
- change http duration metric from milliseconds to seconds (fda644c)
0.5.1 (2018-08-23)
- route was wrong when mounting from another route (c3bb869)
0.5.0 (2018-08-23)
- add keywords for package.json (f66b7fa)
0.4.0 (2018-08-19)
- allow more options for the user (226d6b0)
0.3.1 (2018-08-17)
- return middleware (50bae3f)
0.3.0 (2018-08-17)
- allow user to configure scrape metrics route (18c9576)
0.2.0 (2018-08-14)
- export a middleware factory (af1acd6)