KARASZI István
a92b4cfbe6
Remove unnecessary newline
2019-04-30 22:36:23 +02:00
KARASZI István
8df2778337
Fix types and add tests
2019-04-30 22:26:39 +02:00
Konstantin Pogorelov
b00d88c4a7
bump 5.1.4
5.1.4
2019-04-16 13:13:12 +02:00
Konstantin Pogorelov
11988cb025
Merge pull request #37 from cerodriguezl/fix-ts-definition
...
Fix the definition of the Opts interface
2019-04-16 13:12:39 +02:00
Konstantin Pogorelov
df6854ee04
Merge pull request #36 from gabordobrei/master
...
make transformLabels optional in index.d.ts
2019-04-16 13:08:14 +02:00
Carlos Rodriguez
48d883b7f2
Fix the definition of the Opts interface
...
The `buckets` property was defined as a `Tuple` (`[number]`) instead of an Array
(`number[]`).
2019-04-15 18:21:35 -05:00
Gábor Döbrei
b835e90560
make transformLabels optional in index.d.ts
2019-04-15 15:53:11 +02:00
Konstantin Pogorelov
088ff5a063
make customLabels optional in index.d.ts
5.1.3
2019-04-09 22:15:36 +02:00
Konstantin Pogorelov
fd12de6ea3
bump 5.1.3
2019-04-09 22:10:00 +02:00
Konstantin Pogorelov
0b8706dd42
remove trailing spaces
2019-04-09 22:09:44 +02:00
Konstantin Pogorelov
982ff86543
Merge pull request #35 from aaronleesmith/master
...
add customLabels to index.d.ts
2019-04-09 22:05:51 +02:00
Aaron Smith
5f39d8f357
Update index.d.ts
...
Custom labels was added as an option but never added to the typescript definition file, breaking the usage during typescript compilation.
2019-04-09 13:54:17 -06:00
Konstantin Pogorelov
d405e3f584
bump 5.1.2
5.1.2
2019-04-08 12:02:45 +02:00
Konstantin Pogorelov
ff147d8fc4
Merge pull request #34 from cliedeman/fix-typedef
...
typedefs: normalizePath should return a string
2019-04-08 12:01:47 +02:00
Ciaran Liedeman
43f5a2b04f
typedefs: normalizePath should return a string
2019-04-08 10:21:53 +02:00
Konstantin Pogorelov
09ee5d954a
bump 5.1.1
5.1.1
2019-04-05 18:10:33 +02:00
Konstantin Pogorelov
33cca0d2cf
remove .npmignore because files are now whitelisted
2019-04-05 18:09:56 +02:00
Konstantin Pogorelov
2040c043fd
Merge branch 'cliedeman-feat/typescript-definitions'
2019-04-05 18:02:10 +02:00
Konstantin Pogorelov
f6466d007b
Merge pull request #33 from cliedeman/feat/typescript-definitions
...
Added Typescript definitions
2019-04-05 18:01:33 +02:00
Konstantin Pogorelov
e68466d7af
experimental workaround for testing cluster on travis
2019-04-05 17:56:22 +02:00
Ciaran Liedeman
6b49ffab08
Added Typescript definitions
2019-04-04 11:31:41 +02:00
Konstantin Pogorelov
cb128c7520
bump 5.1.0
5.1.0
2019-03-14 13:37:08 +01:00
Konstantin Pogorelov
d336165848
extract metricType as a seprate odc section
2019-03-14 13:36:54 +01:00
Konstantin Pogorelov
cfe0065146
minor wording changes
2019-03-14 13:17:47 +01:00
Konstantin Pogorelov
963a66a25e
Merge pull request #30 from caraboides/master
...
pass maxAgeSeconds & ageBuckets to summary metrics
2019-03-14 13:06:33 +01:00
Christian Hennig
389684b426
Documentation for sliding window for summary metrics
2019-03-14 11:58:10 +01:00
Konstantin Pogorelov
846ccfc641
Update src/index.js
...
Co-Authored-By: caraboides <caraboides@googlemail.com >
2019-03-14 12:47:08 +02:00
Christian Hennig
17fe5f4c70
pass maxAgeSeconds & ageBuckets to summary metrics
2019-03-14 10:18:55 +01:00
Konstantin Pogorelov
66ef4e3176
bump 5.0.2
5.0.2
2018-12-24 12:50:44 +01:00
Konstantin Pogorelov
f55d397a31
disable notifications in travis-ci
2018-12-24 12:50:25 +01:00
Konstantin Pogorelov
68ad108f77
correct sample usage
2018-12-24 12:49:41 +01:00
Konstantin Pogorelov
6000056f7a
bump 5.0.1
5.0.1
2018-12-24 02:26:14 +01:00
Konstantin Pogorelov
48856afbe3
add .vscode and Makefile to .npmignore
2018-12-24 02:18:48 +01:00
Konstantin Pogorelov
e035e2b991
add before_install to .travis.yml for peer dependency
5.0.0
2018-12-24 02:12:03 +01:00
Konstantin Pogorelov
c6d5964768
add metricPath and includeUp options, make whitelist/blacklist obsolete, simnplify code, update unit tests and code, add node10 to .travis.yml
2018-12-24 02:06:16 +01:00
Konstantin Pogorelov
94722e908b
make prom-client a peer dependency, upgrade all packages, bump 5.0.0
2018-12-23 21:39:00 +01:00
Konstantin Pogorelov
00b8369329
Merge branch 'develop'
4.3.0
2018-12-23 18:48:10 +01:00
Konstantin Pogorelov
59221f891b
bump 4.3.0
2018-12-23 18:41:02 +01:00
Konstantin Pogorelov
3a0b2caf61
upgrade prom-cliet to 11.2.1 (latest)
2018-12-23 18:40:28 +01:00
Konstantin Pogorelov
e7d004f0cc
rename metricsType -> metricType, move corresponding readme block 2 paragraphs lower
2018-12-23 16:45:38 +01:00
Chen Li
0dd3116f23
Feature/add metrics type summary ( #24 )
...
* add metric type summary
* add tests for percentile option
* throw errors for unknown metricType
* set histogram as default metrics type
2018-12-23 16:36:47 +01:00
Konstantin Pogorelov
0606bf5f4f
remove a duplicate cluster docs piece, versio 4.2.1
4.2.1
2018-08-26 14:00:25 +02:00
Konstantin Pogorelov
6054824c67
Merge branch 'master' into develop
2018-08-25 14:43:58 +02:00
Konstantin Pogorelov
ec9835270f
version 4.2.0
4.2.0
2018-08-25 13:11:31 +02:00
Konstantin Pogorelov
01c78bcc1d
Merge branch 'master' into develop
2018-08-25 13:10:39 +02:00
Konstantin Pogorelov
1cf8c86acb
Squashed commit of the following:
...
commit bc65dc45cb
Author: Konstantin Pogorelov <or@pluseq.com >
Date: Sat Aug 25 12:57:15 2018 +0200
#16 fix typo in docs
commit 2003e7743f
Author: Konstantin Pogorelov <or@pluseq.com >
Date: Sat Aug 25 12:44:24 2018 +0200
#16 fix unit test (cluster_metrics/metrics_cluster), cover the error branch
commit 568c87216a
Author: Konstantin Pogorelov <or@pluseq.com >
Date: Sat Aug 25 12:42:53 2018 +0200
#16 remove unnecessary check for existance after new, break on error with 500
commit 98be36244e
Author: Konstantin Pogorelov <or@pluseq.com >
Date: Sat Aug 25 12:40:15 2018 +0200
#16 make the cluster example runnable
2018-08-25 13:07:36 +02:00
Konstantin Pogorelov
43b51d4ab1
fix jasme path (again)
2018-08-25 12:58:44 +02:00
Konstantin Pogorelov
f6e87b7697
revert way jasme was called, add npm run coverage
2018-08-25 12:58:34 +02:00
Konstantin Pogorelov
3be8d53a27
fix newlines in index.spec.js
2018-08-25 12:58:24 +02:00
Konstantin Pogorelov
34e6a21be1
update package-lock.json
2018-08-25 12:58:20 +02:00