Konstantin Pogorelov
f71d837660
fix newlines in index.spec.js
2018-08-25 09:45:09 +02:00
Konstantin Pogorelov
4aa2bfa6ae
update package-lock.json
2018-08-24 23:48:22 +02:00
Adam Yost
1fff877787
Add support for clusterMaster option re: #16 ( #17 )
...
* Add support for clusterMaster option re: #16
* Add Cluster instructions to README
* Use the approach recommended in PR
* use console.error for errors
* Update with new method signature
* add code coverage for new clusterMetrics middleware
2018-08-24 23:36:23 +02:00
Konstantin Pogorelov
5e0cd75673
add normalizePath option as tuple array, improve docs and advanced example, version to 4.1.0
4.1.0
2018-08-09 11:27:04 +02:00
Konstantin Pogorelov
d292dcab33
remove changelog from readme as it duplicates github releases function
4.0.0
2018-08-08 12:00:29 +02:00
Konstantin Pogorelov
84f99cc49c
add urlValueParser option, update docs accordingly
2018-08-08 11:23:27 +02:00
Konstantin Pogorelov
fffe35ce5e
update dependencies, use url-value-parser v2
2018-08-08 11:22:03 +02:00
Konstantin Pogorelov
06341c227a
wip: 4.0.0, prom-client to v11, url-value-parser to v2
2018-08-07 17:55:25 +02:00
Konstantin Pogorelov
45b8f373be
include collectDefaultMetrics in kraken example
2018-01-26 17:40:05 +01:00
Konstantin Pogorelov
4ee269faee
make test more specific
2018-01-23 16:58:49 +01:00
Konstantin Pogorelov
e4d6113ff2
replace node 7 with node 8 in .travis.yml
2018-01-23 16:52:12 +01:00
Konstantin Pogorelov
06f55c9ab8
add promClient option for smuggling collectDefaultMetrics, upgrade prom-client to ~10.2.2, version 3.3.0
3.3.0
2018-01-23 16:43:38 +01:00
Konstantin Pogorelov
c8996a7730
version 3.2.1
2017-10-19 20:26:56 +02:00
Konstantin Pogorelov
aed7edc684
remove fixed version of prom-client from readme
2017-10-19 20:25:40 +02:00
Muhammad Saiful Islam
4a840cfce6
minor typo ( #13 )
2017-10-19 20:23:36 +02:00
Konstantin Pogorelov
d12248dcaf
upgrade prom-client, update package-lock.json
2017-09-23 12:31:12 +02:00
Konstantin Pogorelov
68eb617f88
version 3.2.0
2017-09-23 12:20:12 +02:00
Konstantin Pogorelov
bb0e453078
extends docs in regards of: customLabels, transformLabels, httpDurationMetricName
2017-09-23 12:19:56 +02:00
Konstantin Pogorelov
b0928b1b94
make template name consistent with httpDurationMetricName, fix typo in variable name
2017-09-23 12:18:00 +02:00
Konstantin Pogorelov
26f9f5ca10
add customLabels and transformLabels to advanced example
2017-09-23 12:13:14 +02:00
Konstantin Pogorelov
a261ab76a3
split includeCustomLabels into customLabels and transformLabels
2017-09-23 12:03:23 +02:00
Konstantin Pogorelov
8318e0ec1d
fix typo
2017-09-23 11:49:13 +02:00
Konstantin Pogorelov
d58b434f0a
fix codestyle
2017-09-23 11:35:30 +02:00
Eric Uldall
47fd051aba
added customLabels feature to main()
2017-09-22 15:21:32 -07:00
Konstantin Pogorelov
313673f16f
inc minor version, update README
2017-07-11 13:21:06 +02:00
Jonathan Creamer
bbd62e34d6
Upgrade prom-client... again ( #9 )
...
* Update package.json
* Update call to Histogram
* Update package.json
* Update index.js
* Update index.js
2017-07-11 11:41:40 +02:00
Konstantin Pogorelov
b8ba87009e
extend unittests, simplify API, update README, use npm5 and package-lock.json, add node7 to travis config
3.0.0
2017-06-04 16:31:26 +02:00
Konstantin Pogorelov
1cc588c2da
stop supporting node v4 and v5
2017-05-31 16:32:45 +02:00
Konstantin Pogorelov
5b1517ca91
#7 upgrade dependencies, workaround for koa-connect, update docs
2017-05-31 15:27:08 +02:00
Konstantin Pogorelov
5b1aa494cb
version 2.2.0 - normalizeStatus draft
2.2.0
2017-03-28 17:14:33 +02:00
The Experimentalist
65549a769b
Merge pull request #4 from PauloPaquielli/feature/normalizeStatusCode
2017-03-28 17:08:57 +02:00
Paulo Duarte
de83ac09a0
Remove if unnecessary
2017-03-27 17:35:13 -03:00
Paulo Duarte
52865dfb02
Back version to prom-client
2017-03-27 17:17:59 -03:00
Paulo Duarte
5c6ed64a31
Fix lint error
2017-03-27 17:16:51 -03:00
Paulo Duarte
d8c6492163
Implement test
2017-03-27 12:03:53 -03:00
Paulo Duarte
c92b85ae96
Update prom-client
2017-03-24 11:08:29 -03:00
Paulo Duarte
48f8b992fd
Make normalizeStatusCode generic
2017-03-24 02:18:41 -03:00
Paulo Duarte
61e4343a8c
Implements group in status code metrics
2017-03-23 14:12:29 -03:00
Konstantin Pogorelov
7b89690d3b
add missing spaces to readme
2.1.0
2017-01-19 17:17:08 +01:00
Konstantin Pogorelov
40db5cacbd
Merge branch 'master' of github.com:jochen-schweizer/express-prom-bundle
...
Conflicts:
README.md
package.json
2017-01-19 16:54:58 +01:00
Konstantin Pogorelov
43334b923f
deprecate excludeRoutes, use originalUrl when matching own /metrics path, readme adjustments, version 2.1.0
2017-01-19 16:52:15 +01:00
Konstantin Pogorelov
20eb668e36
export and make replaceable normalizePath(), fix/extend readme, version 2.0.2
2017-01-04 23:41:09 +01:00
Konstantin Pogorelov
53c4505378
fix typo in the readme
2016-12-11 20:41:40 +01:00
Konstantin Pogorelov
b0aa05d42b
fixes, polishing, docs update, bump to 2.0.0
2.0.0
2016-12-11 20:22:55 +01:00
Konstantin Pogorelov
1e9300ebf3
niterim state for 2.0 development
2016-12-08 18:13:13 +01:00
Konstantin Pogorelov
190bf0be31
When trying to register a second instance with the same name, then just take the old one. Upgrade prom-client to 6.2.x. Bump 1.2.3
1.2.3
2016-12-06 10:10:14 +01:00
Konstantin Pogorelov
c918b44c2b
minor dep. upgrade, do not remove initial metrics if they match the requested prefix (i.e. recognized as own metrics), bump 1.2.2
2016-12-01 00:28:45 +01:00
Konstantin Pogorelov
b374e7f54c
fix includePath in combination with router
1.2.1
2016-11-28 11:28:05 +01:00
Konstantin Pogorelov
08d98b450c
upgrade prom-client to v6, add options: includeMethod, includePath, keepDefaultMetrics, bump 1.2.0
2016-11-26 21:00:58 +01:00
Konstantin Pogorelov
3675c516a9
upgrade jasme, cosmetics/whitespace fixes
1.1.8
2016-10-14 15:07:39 +02:00