@@ -15,6 +15,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
15
15
16
16
### Added
17
17
18
+ [ unreleased ] : https://github.com/siimon/prom-client/compare/v15.1.0...HEAD
19
+
18
20
## [ 15.1.0] - 2023-12-15
19
21
20
22
### Changed
@@ -28,6 +30,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
28
30
- Allow Pushgateway to now require job names for compatibility with Gravel Gateway.
29
31
- Allow ` histogram.startTime() ` to be used with exemplars.
30
32
33
+ [ 15.1.0 ] : https://github.com/siimon/prom-client/compare/v15.0.0...v15.1.0
34
+
31
35
## [ 15.0.0] - 2023-10-09
32
36
33
37
### Breaking
@@ -52,6 +56,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
52
56
53
57
- Support for OpenMetrics and Exemplars
54
58
59
+ [ 15.0.0 ] : https://github.com/siimon/prom-client/compare/v14.2.0...v15.0.0
60
+
55
61
## [ 14.2.0] - 2023-03-06
56
62
57
63
### Changed
@@ -68,12 +74,16 @@ project adheres to [Semantic Versioning](http://semver.org/).
68
74
69
75
- Add ` get ` method to type definitions of metric classes
70
76
77
+ [ 14.2.0 ] : https://github.com/siimon/prom-client/compare/v14.1.1...v14.2.0
78
+
71
79
## [ 14.1.1] - 2022-12-31
72
80
73
81
### Changed
74
82
75
83
- Increase compatibility with external build system such as ` rollup ` by making perf_hooks optional in gc.js
76
84
85
+ [ 14.1.1 ] : https://github.com/siimon/prom-client/compare/v14.1.0...v14.1.1
86
+
77
87
## [ 14.1.0] - 2022-08-23
78
88
79
89
### Changed
@@ -102,12 +112,16 @@ project adheres to [Semantic Versioning](http://semver.org/).
102
112
103
113
- Support gzipped pushgateway requests
104
114
115
+ [ 14.1.0 ] : https://github.com/siimon/prom-client/compare/v14.0.1...v14.1.0
116
+
105
117
## [ 14.0.1] - 2021-11-02
106
118
107
119
### Changed
108
120
109
121
- changed: typedef for pushgateway to reflect js implementation.
110
122
123
+ [ 14.0.1 ] : https://github.com/siimon/prom-client/compare/v14.0.0...v14.0.1
124
+
111
125
## [ 14.0.0] - 2021-09-18
112
126
113
127
### Breaking
@@ -145,6 +159,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
145
159
- Add missing type declaration for ` client.contentType ` . [ ` 3b66641 ` ] ( https://github.com/siimon/prom-client/commit/3b6664160bdd1555045b03d8f4c421022f30e1db )
146
160
- Modernize some label processing code. [ ` c9bf1d8 ` ] ( https://github.com/siimon/prom-client/commit/c9bf1d8e3db3b5fb97faf2df9ca9b9af670288f3 )
147
161
162
+ [ 14.0.0 ] : https://github.com/siimon/prom-client/compare/v13.2.0...v14.0.0
163
+
148
164
## [ 13.2.0] - 2021-08-08
149
165
150
166
### Changed
@@ -160,6 +176,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
160
176
- feat: added ` zero() ` to ` Histogram ` for setting the metrics for a given label combination to zero
161
177
- fix: allow ` Gauge.inc/dec(0) ` without defaulting to 1
162
178
179
+ [ 13.2.0 ] : https://github.com/siimon/prom-client/compare/v13.1.0...v13.2.0
180
+
163
181
## [ 13.1.0] - 2021-01-24
164
182
165
183
### Changed
@@ -173,6 +191,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
173
191
- feat: added the ability to pass labels as an object to ` labels() ` and ` remove() `
174
192
- Added: More examples with commented output
175
193
194
+ [ 13.1.0 ] : https://github.com/siimon/prom-client/compare/v13.0.0...v13.1.0
195
+
176
196
## [ 13.0.0] - 2020-12-16
177
197
178
198
### Breaking
@@ -220,6 +240,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
220
240
- feat: added support for adding labels to default metrics (#374 )
221
241
- Added CHANGELOG reminder
222
242
243
+ [ 13.0.0 ] : https://github.com/siimon/prom-client/compare/v12.0.0...v13.0.0
244
+
223
245
## [ 12.0.0] - 2020-02-20
224
246
225
247
### Breaking
@@ -250,39 +272,51 @@ project adheres to [Semantic Versioning](http://semver.org/).
250
272
- feat: implement GC metrics collection without native(C++) modules.
251
273
- feat: implement advanced event loop monitoring
252
274
275
+ [ 12.0.0 ] : https://github.com/siimon/prom-client/compare/v11.5.3...v12.0.0
276
+
253
277
## [ 11.5.3] - 2019-06-27
254
278
255
279
### Changed
256
280
257
281
- Parameter ` compressCount ` in Summaries to control compression of data in t-digest.
258
282
- Compress t-digest in Summaries
259
283
284
+ [ 11.5.3 ] : https://github.com/siimon/prom-client/compare/v11.5.2...v11.5.3
285
+
260
286
## [ 11.5.2] - 2019-06-20
261
287
262
288
### Changed
263
289
264
290
- fix: avoid mutation bug in registry
265
291
292
+ [ 11.5.2 ] : https://github.com/siimon/prom-client/compare/v11.5.1...v11.5.2
293
+
266
294
## [ 11.5.1] - 2019-06-13
267
295
268
296
### Changed
269
297
270
298
- fix: guard against missing constructor
271
299
300
+ [ 11.5.1 ] : https://github.com/siimon/prom-client/compare/v11.5.0...v11.5.1
301
+
272
302
## [ 11.5.0] - 2019-06-04
273
303
274
304
### Added
275
305
276
306
- Added ` timestamps ` toggle to ` collectDefaultMetrics ` options
277
307
- Export ` validateMetricName `
278
308
309
+ [ 11.5.0 ] : https://github.com/siimon/prom-client/compare/v11.4.0...v11.5.0
310
+
279
311
## [ 11.4.0] - 2019-06-04
280
312
281
313
### Added
282
314
283
315
- ` nodejs_active_handles ` metric to the ` collectDefaultMetrics() ` . Unlike ` nodejs_active_handles_total ` it split count of active handles by type.
284
316
- ` nodejs_active_requests ` metric to the ` collectDefaultMetrics() ` . Unlike ` nodejs_active_requests_total ` it split count of active requests by type.
285
317
318
+ [ 11.4.0 ] : https://github.com/siimon/prom-client/compare/v11.3.0...v11.4.0
319
+
286
320
## [ 11.3.0] - 2019-04-02
287
321
288
322
### Changed
@@ -294,6 +328,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
294
328
295
329
- Added a ` remove() ` method on each metric type, based on [ Prometheus "Writing Client Libraries" section on labels] ( https://prometheus.io/docs/instrumenting/writing_clientlibs/#labels )
296
330
331
+ [ 11.3.0 ] : https://github.com/siimon/prom-client/compare/v11.2.1...v11.3.0
332
+
297
333
## [ 11.2.1]
298
334
299
335
### Breaking
@@ -304,6 +340,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
304
340
305
341
- Updated types for Summary in typescript definition file
306
342
343
+ [ 11.2.1 ] : https://github.com/siimon/prom-client/compare/v11.2.0...v11.2.1
344
+
307
345
## [ 11.2.0]
308
346
309
347
### Changed
@@ -315,26 +353,34 @@ project adheres to [Semantic Versioning](http://semver.org/).
315
353
- Added an initial ` benchmark ` suite which can be run with ` npm run benchmarks ` .
316
354
- Add support for sliding windows in Summaries
317
355
356
+ [ 11.2.0 ] : https://github.com/siimon/prom-client/compare/v11.1.3...v11.2.0
357
+
318
358
## [ 11.1.3] - 2018-09-22
319
359
320
360
### Changed
321
361
322
362
- Fixed performance by avoiding ` Object.assign ` on hot paths, as well as
323
363
mutating objects when appropriate.
324
364
365
+ [ 11.1.3 ] : https://github.com/siimon/prom-client/compare/v11.1.2...v11.1.3
366
+
325
367
## [ 11.1.2] - 2018-09-19
326
368
327
369
### Changed
328
370
329
371
- Allow setting Gauge values to NaN, +Inf, and -Inf
330
372
- Fixed ` histogram ` scrape performance by using ` acc.push ` instead of ` acc.concat ` . Fixes #216 with #219
331
373
374
+ [ 11.1.2 ] : https://github.com/siimon/prom-client/compare/v11.1.1...v11.1.2
375
+
332
376
## [ 11.1.1] - 2018-06-29
333
377
334
378
### Changed
335
379
336
380
- Fixed ` processOpenFileDescriptors ` metric when no custom config was set
337
381
382
+ [ 11.1.1 ] : https://github.com/siimon/prom-client/compare/v11.1.0...v11.1.1
383
+
338
384
## [ 11.1.0] - 2018-06-29
339
385
340
386
- Added ability to set a name prefix in the default metrics
@@ -346,6 +392,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
346
392
labelset
347
393
- Fixed ` AggregatorFactory ` losing the aggregator method of metrics
348
394
395
+ [ 11.1.0 ] : https://github.com/siimon/prom-client/compare/v11.0.0...v11.1.0
396
+
349
397
## [ 11.0.0] - 2018-03-10
350
398
351
399
### Breaking
@@ -355,6 +403,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
355
403
[ best practices] ( https://prometheus.io/docs/practices/naming/#base-units )
356
404
- Dropped support for node 4
357
405
406
+ [ 11.0.0 ] : https://github.com/siimon/prom-client/compare/v10.2.3...v11.0.0
407
+
358
408
## [ 10.2.3] - 2018-02-28
359
409
360
410
### Breaking
@@ -365,6 +415,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
365
415
366
416
### Added
367
417
418
+ [ 10.2.3 ] : https://github.com/siimon/prom-client/compare/v10.2.2...v10.2.3
419
+
368
420
## [ 10.2.2] - 2017-11-02
369
421
370
422
### Changed
@@ -488,7 +540,6 @@ project adheres to [Semantic Versioning](http://semver.org/).
488
540
- Creating metrics with one argument per parameter - use object literals
489
541
instead.
490
542
491
- [ unreleased ] : https://github.com/siimon/prom-client/compare/v10.2.2...HEAD
492
543
[ 10.2.2 ] : https://github.com/siimon/prom-client/compare/v10.2.1...v10.2.2
493
544
[ 10.2.1 ] : https://github.com/siimon/prom-client/compare/v10.2.0...v10.2.1
494
545
[ 10.2.0 ] : https://github.com/siimon/prom-client/compare/v10.1.1...v10.2.0
0 commit comments