@biorate/prometheus 2.2.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/dist/{index.js → cjs/index.js} +0 -1
  2. package/dist/cjs/package.json +3 -0
  3. package/dist/{src → cjs/src}/index.js +0 -1
  4. package/dist/{src → cjs/src}/interfaces.js +0 -1
  5. package/dist/esm/index.js +1 -0
  6. package/dist/esm/package.json +3 -0
  7. package/dist/esm/src/index.js +75 -0
  8. package/dist/esm/src/interfaces.js +1 -0
  9. package/dist/types/src/index.d.ts +24 -0
  10. package/dist/types/src/interfaces.d.ts +8 -0
  11. package/package.json +32 -7
  12. package/.nyc_output/2fc9deb6-8c84-428f-878b-acc7567282c9.json +0 -1
  13. package/.nyc_output/7ec05eda-4459-4472-9882-d3947ba776be.json +0 -1
  14. package/.nyc_output/e1d2eed8-ec83-4ad7-b555-93eacf6679a9.json +0 -1
  15. package/.nyc_output/processinfo/2fc9deb6-8c84-428f-878b-acc7567282c9.json +0 -1
  16. package/.nyc_output/processinfo/7ec05eda-4459-4472-9882-d3947ba776be.json +0 -1
  17. package/.nyc_output/processinfo/e1d2eed8-ec83-4ad7-b555-93eacf6679a9.json +0 -1
  18. package/.nyc_output/processinfo/index.json +0 -1
  19. package/CHANGELOG.md +0 -622
  20. package/allure-results/28be6328-3bb7-4029-89db-982e9a92b839-result.json +0 -1
  21. package/allure-results/2c672892-79db-4996-a3ee-ad8ee45b515e-container.json +0 -1
  22. package/allure-results/332e3c66-7cdd-4dba-b3dd-aa2269e9b891-result.json +0 -1
  23. package/allure-results/3c79d4dc-cc1b-4fdb-83ff-bbd90e5f0189-result.json +0 -1
  24. package/allure-results/3f8d6a43-96ea-45de-aec7-6946ccc85f27-container.json +0 -1
  25. package/allure-results/4538e785-e7c4-47e8-88cc-740850988677-container.json +0 -1
  26. package/allure-results/4cdbe059-b5b9-40cf-884e-ed054e39184c-container.json +0 -1
  27. package/allure-results/5b598be3-30b0-4799-83a3-0902936d90de-result.json +0 -1
  28. package/allure-results/70ab5351-6f8d-4a40-9acb-ecb751d31c43-result.json +0 -1
  29. package/allure-results/b8888550-72e4-4cfc-9aef-9b3377395d5a-result.json +0 -1
  30. package/allure-results/c05a7a60-5e3e-4fcf-8846-d570a5fe6df3-result.json +0 -1
  31. package/allure-results/dfa5755a-d052-4d3e-aa83-5c48d5efd997-result.json +0 -1
  32. package/coverage/base.css +0 -224
  33. package/coverage/block-navigation.js +0 -87
  34. package/coverage/clover.xml +0 -59
  35. package/coverage/coverage-final.json +0 -4
  36. package/coverage/favicon.png +0 -0
  37. package/coverage/index.html +0 -131
  38. package/coverage/prettify.css +0 -1
  39. package/coverage/prettify.js +0 -2
  40. package/coverage/sort-arrow-sprite.png +0 -0
  41. package/coverage/sorter.js +0 -210
  42. package/coverage/src/index.html +0 -131
  43. package/coverage/src/index.ts.html +0 -718
  44. package/coverage/src/interfaces.ts.html +0 -142
  45. package/coverage/tests/__mocks__/index.html +0 -116
  46. package/coverage/tests/__mocks__/index.ts.html +0 -202
  47. package/dist/index.js.map +0 -1
  48. package/dist/src/index.js.map +0 -1
  49. package/dist/src/interfaces.js.map +0 -1
  50. package/dist/tsconfig.build.tsbuildinfo +0 -1
  51. package/index.d.ts +0 -82
  52. package/src/index.ts +0 -211
  53. package/src/interfaces.ts +0 -19
  54. package/tsconfig.build.json +0 -5
  55. package/tsconfig.json +0 -9
  56. /package/{index.ts → dist/types/index.d.ts} +0 -0
package/CHANGELOG.md DELETED
@@ -1,622 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [2.2.0](https://github.com/biorate/core/compare/@biorate/prometheus@2.1.0...@biorate/prometheus@2.2.0) (2026-04-20)
7
-
8
- ### Features
9
-
10
- - **vitest:** release ([81f70e9](https://github.com/biorate/core/commit/81f70e90db450e3a22fc38fb885081e14e10f2c2))
11
-
12
- # [2.1.0](https://github.com/biorate/core/compare/@biorate/prometheus@2.0.0...@biorate/prometheus@2.1.0) (2026-02-13)
13
-
14
- ### Features
15
-
16
- - vitest-intergation ([78368a5](https://github.com/biorate/core/commit/78368a534c0f55685d9b91b046100c98316f30c9))
17
-
18
- # 2.0.0 (2026-02-10)
19
-
20
- ### Bug Fixes
21
-
22
- - .npmrc ([51785c1](https://github.com/biorate/core/commit/51785c175101225ae3cef838967b401417e68126))
23
- - root .mocharc .nycrc.json ([236c00d](https://github.com/biorate/core/commit/236c00d3b1db3c4417ab3c07206b812cbcb10000))
24
- - root .mocharc .nycrc.json ([6e906e9](https://github.com/biorate/core/commit/6e906e962d10360051c97a11df8516784895c3d8))
25
-
26
- ### Features
27
-
28
- - **config:** @{} = ${} template added ([744286f](https://github.com/biorate/core/commit/744286f5728828eb4b230d07c7c9872f442da6be))
29
- - **config:** @{} = ${} template added ([904fe69](https://github.com/biorate/core/commit/904fe698a4e605e9bf381abcbbab5e4d189c5c8b))
30
- - update "main" value in package.json ([89de1e3](https://github.com/biorate/core/commit/89de1e3203bcd5123587d046c9277a304bbe4008))
31
-
32
- ## 1.156.2 (2025-09-18)
33
-
34
- # 1.156.0 (2025-09-18)
35
-
36
- ## 1.152.1 (2025-09-05)
37
-
38
- ### Bug Fixes
39
-
40
- - axios-prometheus, nsetjs-tools - hystogram metrics bucket config ([976c666](https://github.com/biorate/core/commit/976c666a56d7fca2ed93f9978f473d83d3251282))
41
-
42
- # 1.120.0 (2025-04-29)
43
-
44
- # 1.104.0 (2025-02-28)
45
-
46
- ### Features
47
-
48
- - migration to pnpm ([18c83a3](https://github.com/biorate/core/commit/18c83a30319fdfe0d9d2c5ebd94f5fba499e06cd))
49
-
50
- ## 1.102.1 (2025-02-28)
51
-
52
- # 1.102.0 (2025-02-28)
53
-
54
- ### Features
55
-
56
- - migration to pnpm ([462d120](https://github.com/biorate/core/commit/462d12068108fc6977906f4e379da6917aca42c3))
57
-
58
- # 1.100.0 (2025-02-26)
59
-
60
- # 1.96.0 (2024-12-26)
61
-
62
- ## 1.95.1 (2024-12-26)
63
-
64
- # 1.95.0 (2024-12-26)
65
-
66
- ## 1.93.1 (2024-12-19)
67
-
68
- # 1.93.0 (2024-12-19)
69
-
70
- ## 1.91.5 (2024-12-06)
71
-
72
- ## 1.91.4 (2024-12-06)
73
-
74
- ## 1.91.3 (2024-12-06)
75
-
76
- ## 1.91.2 (2024-12-06)
77
-
78
- ## 1.91.1 (2024-12-06)
79
-
80
- # 1.91.0 (2024-12-05)
81
-
82
- # 1.90.0 (2024-12-05)
83
-
84
- ## 1.76.3 (2024-07-11)
85
-
86
- ## 1.65.4 (2024-03-26)
87
-
88
- # 1.54.0 (2024-01-11)
89
-
90
- ## 1.42.2 (2023-09-07)
91
-
92
- ## 1.42.1 (2023-09-04)
93
-
94
- ## 1.38.4 (2023-08-11)
95
-
96
- ## 1.38.3 (2023-08-10)
97
-
98
- ## 1.38.2 (2023-08-10)
99
-
100
- ## 1.38.1 (2023-08-10)
101
-
102
- ## 1.30.12 (2023-07-18)
103
-
104
- ## 1.30.11 (2023-07-04)
105
-
106
- ### Bug Fixes
107
-
108
- - **prometheus:** cleanup metrics ([7e5cf8d](https://github.com/biorate/core/commit/7e5cf8d2ae8bb98fdba01f515febbcfab4409910))
109
-
110
- ## 1.30.10 (2023-07-04)
111
-
112
- ### Bug Fixes
113
-
114
- - **prometheus:** settings ts errors fix ([addf8e7](https://github.com/biorate/core/commit/addf8e7b1dc1574457d4671dedfc5b7ef40dddea))
115
-
116
- ## 1.30.9 (2023-07-04)
117
-
118
- ### Bug Fixes
119
-
120
- - **axios-prometheus:** override ([be2d8c8](https://github.com/biorate/core/commit/be2d8c8a066fe38916f147bababcc587ce31a6e5))
121
- - **prometheus:** settings -> options rename ([060b339](https://github.com/biorate/core/commit/060b339506b8cc4234fda0753b0d090529f0fa10))
122
-
123
- ## 1.30.8 (2023-07-03)
124
-
125
- ### Bug Fixes
126
-
127
- - **axios-prometheus:** override ([005fd07](https://github.com/biorate/core/commit/005fd074b7d43c8c8ad479c9942ee6edada08d0e))
128
-
129
- # 1.29.0 (2023-05-05)
130
-
131
- ### Bug Fixes
132
-
133
- - **shutdown-hook:** allSettled startegy ([acc63c9](https://github.com/biorate/core/commit/acc63c9758ea8af95ded947184379b741837d1de))
134
-
135
- ## 1.28.2 (2023-05-05)
136
-
137
- ## 1.28.1 (2023-05-05)
138
-
139
- # 1.28.0 (2023-05-04)
140
-
141
- ## 1.27.2 (2023-04-20)
142
-
143
- ## 1.27.1 (2023-04-17)
144
-
145
- # 1.27.0 (2023-04-17)
146
-
147
- # 1.26.0 (2023-04-14)
148
-
149
- # 1.24.0 (2023-02-01)
150
-
151
- ## 1.22.7 (2022-12-07)
152
-
153
- ### Bug Fixes
154
-
155
- - **prometheus:** decorator bug fix ([730ac2f](https://github.com/biorate/core/commit/730ac2f6ab85e2d47c2bd724ad637d91cb07884c))
156
-
157
- ## 1.11.2 (2022-09-21)
158
-
159
- ### Bug Fixes
160
-
161
- - **axios, kafka:** logic fixes ([5b83869](https://github.com/biorate/core/commit/5b8386953ce1d63783f380ca8fc36fb324a963b1))
162
-
163
- ## 1.11.1 (2022-09-21)
164
-
165
- ### Bug Fixes
166
-
167
- - **axios, kafka:** logic fixes ([d48fff0](https://github.com/biorate/core/commit/d48fff0ebc75566b59aff08e17372ac97b595b30))
168
-
169
- # 1.11.0 (2022-09-21)
170
-
171
- # 1.7.0 (2022-09-08)
172
-
173
- # 1.6.0 (2022-09-08)
174
-
175
- ### Bug Fixes
176
-
177
- - interfaces fix / cleanup ([40ea017](https://github.com/biorate/core/commit/40ea0179044c65892ec6beb8c1d12c29fdd9faeb))
178
-
179
- # 1.4.0 (2022-08-15)
180
-
181
- ## 1.2.2 (2022-08-11)
182
-
183
- # 1.0.0 (2022-07-10)
184
-
185
- ## 0.30.19 (2022-07-10)
186
-
187
- ## 0.30.18 (2022-06-24)
188
-
189
- ### Bug Fixes
190
-
191
- - **promentheus:** strict ([ed4695f](https://github.com/biorate/core/commit/ed4695ff837894d9333c98d7b04a30fb433952e5))
192
-
193
- ## 0.30.11 (2022-06-24)
194
-
195
- ## 0.30.10 (2022-06-24)
196
-
197
- ## 0.30.9 (2022-06-23)
198
-
199
- ## 0.30.7 (2022-06-23)
200
-
201
- ## 0.30.6 (2022-06-23)
202
-
203
- ## 0.30.5 (2022-06-23)
204
-
205
- ## 0.30.4 (2022-06-23)
206
-
207
- ## 0.30.2 (2022-06-22)
208
-
209
- # 0.30.0 (2022-06-20)
210
-
211
- ### Bug Fixes
212
-
213
- - \*.ts into npmignore ([6a6be03](https://github.com/biorate/core/commit/6a6be030a1e8923df4b03d518f08618e759d06fa))
214
-
215
- ## 0.29.1 (2022-06-20)
216
-
217
- # 0.29.0 (2022-06-20)
218
-
219
- ### Bug Fixes
220
-
221
- - \*.ts into npmignore ([f6e68b3](https://github.com/biorate/core/commit/f6e68b3a2291e7bfa013674db857db7879a26033))
222
-
223
- # 0.28.0 (2022-05-06)
224
-
225
- # 0.27.0 (2022-05-06)
226
-
227
- # 0.26.0 (2022-04-25)
228
-
229
- # 0.25.0 (2022-04-25)
230
-
231
- ### Features
232
-
233
- - **schema-registry:** api fix ([8631389](https://github.com/biorate/core/commit/8631389036e4c0d1f0a9ec0ccab5a0a2800c4dab))
234
-
235
- ### BREAKING CHANGES
236
-
237
- - **schema-registry:** api fix according axios fatch interface change
238
-
239
- # 0.24.0 (2022-04-25)
240
-
241
- # 0.23.0 (2022-04-11)
242
-
243
- # 0.22.0 (2022-04-08)
244
-
245
- # 0.21.0 (2022-04-08)
246
-
247
- # 0.20.0 (2022-04-08)
248
-
249
- # 0.19.0 (2022-04-07)
250
-
251
- ## 0.18.2 (2022-03-18)
252
-
253
- # 0.18.0 (2022-02-05)
254
-
255
- ## 0.17.1 (2022-02-04)
256
-
257
- # 0.17.0 (2022-02-04)
258
-
259
- ### Features
260
-
261
- - **config:** remove constructor logic, add injectable ([69391d9](https://github.com/biorate/core/commit/69391d9aa250dd87b734df6e3d0a6b7937a2e69b))
262
- - **prometheus:** add prometheus module ([2a46062](https://github.com/biorate/core/commit/2a460629c5c5fea582e78542189fe5d8fafa9d00))
263
-
264
- ## [1.156.2](https://github.com/biorate/core/compare/v1.156.1...v1.156.2) (2025-09-18)
265
-
266
- **Note:** Version bump only for package @biorate/prometheus
267
-
268
- # [1.156.0](https://github.com/biorate/core/compare/v1.155.0...v1.156.0) (2025-09-18)
269
-
270
- **Note:** Version bump only for package @biorate/prometheus
271
-
272
- ## [1.152.1](https://github.com/biorate/core/compare/v1.152.0...v1.152.1) (2025-09-05)
273
-
274
- ### Bug Fixes
275
-
276
- - axios-prometheus, nsetjs-tools - hystogram metrics bucket config ([976c666](https://github.com/biorate/core/commit/976c666a56d7fca2ed93f9978f473d83d3251282))
277
-
278
- # [1.120.0](https://github.com/biorate/core/compare/v1.119.2...v1.120.0) (2025-04-29)
279
-
280
- **Note:** Version bump only for package @biorate/prometheus
281
-
282
- # [1.104.0](https://github.com/biorate/core/compare/v1.102.1...v1.104.0) (2025-02-28)
283
-
284
- ### Features
285
-
286
- - migration to pnpm ([18c83a3](https://github.com/biorate/core/commit/18c83a30319fdfe0d9d2c5ebd94f5fba499e06cd))
287
-
288
- # [1.103.0](https://github.com/biorate/core/compare/v1.102.1...v1.103.0) (2025-02-28)
289
-
290
- **Note:** Version bump only for package @biorate/prometheus
291
-
292
- ## [1.102.1](https://github.com/biorate/core/compare/v1.102.0...v1.102.1) (2025-02-28)
293
-
294
- **Note:** Version bump only for package @biorate/prometheus
295
-
296
- # [1.102.0](https://github.com/biorate/core/compare/v1.101.0...v1.102.0) (2025-02-28)
297
-
298
- ### Features
299
-
300
- - migration to pnpm ([462d120](https://github.com/biorate/core/commit/462d12068108fc6977906f4e379da6917aca42c3))
301
-
302
- # [1.100.0](https://github.com/biorate/core/compare/v1.99.0...v1.100.0) (2025-02-26)
303
-
304
- **Note:** Version bump only for package @biorate/prometheus
305
-
306
- # [1.96.0](https://github.com/biorate/core/compare/v1.95.1...v1.96.0) (2024-12-26)
307
-
308
- **Note:** Version bump only for package @biorate/prometheus
309
-
310
- ## [1.95.1](https://github.com/biorate/core/compare/v1.95.0...v1.95.1) (2024-12-26)
311
-
312
- **Note:** Version bump only for package @biorate/prometheus
313
-
314
- # [1.95.0](https://github.com/biorate/core/compare/v1.94.1...v1.95.0) (2024-12-26)
315
-
316
- **Note:** Version bump only for package @biorate/prometheus
317
-
318
- ## [1.93.1](https://github.com/biorate/core/compare/v1.93.0...v1.93.1) (2024-12-19)
319
-
320
- **Note:** Version bump only for package @biorate/prometheus
321
-
322
- # [1.93.0](https://github.com/biorate/core/compare/v1.92.0...v1.93.0) (2024-12-19)
323
-
324
- **Note:** Version bump only for package @biorate/prometheus
325
-
326
- ## [1.91.5](https://github.com/biorate/core/compare/v1.91.4...v1.91.5) (2024-12-06)
327
-
328
- **Note:** Version bump only for package @biorate/prometheus
329
-
330
- ## [1.91.4](https://github.com/biorate/core/compare/v1.91.3...v1.91.4) (2024-12-06)
331
-
332
- **Note:** Version bump only for package @biorate/prometheus
333
-
334
- ## [1.91.3](https://github.com/biorate/core/compare/v1.91.2...v1.91.3) (2024-12-06)
335
-
336
- **Note:** Version bump only for package @biorate/prometheus
337
-
338
- ## [1.91.2](https://github.com/biorate/core/compare/v1.91.1...v1.91.2) (2024-12-06)
339
-
340
- **Note:** Version bump only for package @biorate/prometheus
341
-
342
- ## [1.91.1](https://github.com/biorate/core/compare/v1.91.0...v1.91.1) (2024-12-06)
343
-
344
- **Note:** Version bump only for package @biorate/prometheus
345
-
346
- # [1.91.0](https://github.com/biorate/core/compare/v1.90.0...v1.91.0) (2024-12-05)
347
-
348
- **Note:** Version bump only for package @biorate/prometheus
349
-
350
- # [1.90.0](https://github.com/biorate/core/compare/v1.89.0...v1.90.0) (2024-12-05)
351
-
352
- **Note:** Version bump only for package @biorate/prometheus
353
-
354
- ## [1.76.3](https://github.com/biorate/core/compare/v1.76.2...v1.76.3) (2024-07-11)
355
-
356
- **Note:** Version bump only for package @biorate/prometheus
357
-
358
- ## [1.65.4](https://github.com/biorate/core/compare/v1.65.3...v1.65.4) (2024-03-26)
359
-
360
- **Note:** Version bump only for package @biorate/prometheus
361
-
362
- # [1.54.0](https://github.com/biorate/core/compare/v1.53.3...v1.54.0) (2024-01-11)
363
-
364
- **Note:** Version bump only for package @biorate/prometheus
365
-
366
- ## [1.42.2](https://github.com/biorate/core/compare/v1.42.1...v1.42.2) (2023-09-07)
367
-
368
- **Note:** Version bump only for package @biorate/prometheus
369
-
370
- ## [1.42.1](https://github.com/biorate/core/compare/v1.42.0...v1.42.1) (2023-09-04)
371
-
372
- **Note:** Version bump only for package @biorate/prometheus
373
-
374
- ## [1.38.4](https://github.com/biorate/core/compare/v1.38.3...v1.38.4) (2023-08-11)
375
-
376
- **Note:** Version bump only for package @biorate/prometheus
377
-
378
- ## [1.38.3](https://github.com/biorate/core/compare/v1.38.2...v1.38.3) (2023-08-10)
379
-
380
- **Note:** Version bump only for package @biorate/prometheus
381
-
382
- ## [1.38.2](https://github.com/biorate/core/compare/v1.38.1...v1.38.2) (2023-08-10)
383
-
384
- **Note:** Version bump only for package @biorate/prometheus
385
-
386
- ## [1.38.1](https://github.com/biorate/core/compare/v1.38.0...v1.38.1) (2023-08-10)
387
-
388
- **Note:** Version bump only for package @biorate/prometheus
389
-
390
- ## [1.30.12](https://github.com/biorate/core/compare/v1.30.11...v1.30.12) (2023-07-18)
391
-
392
- **Note:** Version bump only for package @biorate/prometheus
393
-
394
- ## [1.30.11](https://github.com/biorate/core/compare/v1.30.10...v1.30.11) (2023-07-04)
395
-
396
- ### Bug Fixes
397
-
398
- - **prometheus:** cleanup metrics ([7e5cf8d](https://github.com/biorate/core/commit/7e5cf8d2ae8bb98fdba01f515febbcfab4409910))
399
-
400
- ## [1.30.10](https://github.com/biorate/core/compare/v1.30.9...v1.30.10) (2023-07-04)
401
-
402
- ### Bug Fixes
403
-
404
- - **prometheus:** settings ts errors fix ([addf8e7](https://github.com/biorate/core/commit/addf8e7b1dc1574457d4671dedfc5b7ef40dddea))
405
-
406
- ## [1.30.9](https://github.com/biorate/core/compare/v1.30.8...v1.30.9) (2023-07-04)
407
-
408
- ### Bug Fixes
409
-
410
- - **axios-prometheus:** override ([be2d8c8](https://github.com/biorate/core/commit/be2d8c8a066fe38916f147bababcc587ce31a6e5))
411
- - **prometheus:** settings -> options rename ([060b339](https://github.com/biorate/core/commit/060b339506b8cc4234fda0753b0d090529f0fa10))
412
-
413
- ## [1.30.8](https://github.com/biorate/core/compare/v1.30.7...v1.30.8) (2023-07-03)
414
-
415
- ### Bug Fixes
416
-
417
- - **axios-prometheus:** override ([005fd07](https://github.com/biorate/core/commit/005fd074b7d43c8c8ad479c9942ee6edada08d0e))
418
-
419
- # [1.29.0](https://github.com/biorate/core/compare/v1.28.2...v1.29.0) (2023-05-05)
420
-
421
- ### Bug Fixes
422
-
423
- - **shutdown-hook:** allSettled startegy ([acc63c9](https://github.com/biorate/core/commit/acc63c9758ea8af95ded947184379b741837d1de))
424
-
425
- ## [1.28.2](https://github.com/biorate/core/compare/v1.28.1...v1.28.2) (2023-05-05)
426
-
427
- **Note:** Version bump only for package @biorate/prometheus
428
-
429
- ## [1.28.1](https://github.com/biorate/core/compare/v1.28.0...v1.28.1) (2023-05-05)
430
-
431
- **Note:** Version bump only for package @biorate/prometheus
432
-
433
- # [1.28.0](https://github.com/biorate/core/compare/v1.27.7...v1.28.0) (2023-05-04)
434
-
435
- **Note:** Version bump only for package @biorate/prometheus
436
-
437
- ## [1.27.2](https://github.com/biorate/core/compare/v1.27.1...v1.27.2) (2023-04-20)
438
-
439
- **Note:** Version bump only for package @biorate/prometheus
440
-
441
- ## [1.27.1](https://github.com/biorate/core/compare/v1.27.0...v1.27.1) (2023-04-17)
442
-
443
- **Note:** Version bump only for package @biorate/prometheus
444
-
445
- # [1.27.0](https://github.com/biorate/core/compare/v1.26.0...v1.27.0) (2023-04-17)
446
-
447
- **Note:** Version bump only for package @biorate/prometheus
448
-
449
- # [1.26.0](https://github.com/biorate/core/compare/v1.25.5...v1.26.0) (2023-04-14)
450
-
451
- **Note:** Version bump only for package @biorate/prometheus
452
-
453
- # [1.24.0](https://github.com/biorate/core/compare/v1.23.2...v1.24.0) (2023-02-01)
454
-
455
- **Note:** Version bump only for package @biorate/prometheus
456
-
457
- ## [1.22.7](https://github.com/biorate/core/compare/v1.22.6...v1.22.7) (2022-12-07)
458
-
459
- ### Bug Fixes
460
-
461
- - **prometheus:** decorator bug fix ([730ac2f](https://github.com/biorate/core/commit/730ac2f6ab85e2d47c2bd724ad637d91cb07884c))
462
-
463
- ## [1.11.2](https://github.com/biorate/core/compare/v1.11.1...v1.11.2) (2022-09-21)
464
-
465
- ### Bug Fixes
466
-
467
- - **axios, kafka:** logic fixes ([5b83869](https://github.com/biorate/core/commit/5b8386953ce1d63783f380ca8fc36fb324a963b1))
468
-
469
- ## [1.11.1](https://github.com/biorate/core/compare/v1.11.0...v1.11.1) (2022-09-21)
470
-
471
- ### Bug Fixes
472
-
473
- - **axios, kafka:** logic fixes ([d48fff0](https://github.com/biorate/core/commit/d48fff0ebc75566b59aff08e17372ac97b595b30))
474
-
475
- # [1.11.0](https://github.com/biorate/core/compare/v1.10.0...v1.11.0) (2022-09-21)
476
-
477
- **Note:** Version bump only for package @biorate/prometheus
478
-
479
- # [1.7.0](https://github.com/biorate/core/compare/v1.6.0...v1.7.0) (2022-09-08)
480
-
481
- **Note:** Version bump only for package @biorate/prometheus
482
-
483
- # [1.6.0](https://github.com/biorate/core/compare/v1.5.1...v1.6.0) (2022-09-08)
484
-
485
- ### Bug Fixes
486
-
487
- - interfaces fix / cleanup ([40ea017](https://github.com/biorate/core/commit/40ea0179044c65892ec6beb8c1d12c29fdd9faeb))
488
-
489
- # [1.4.0](https://github.com/biorate/core/compare/v1.3.2...v1.4.0) (2022-08-15)
490
-
491
- **Note:** Version bump only for package @biorate/prometheus
492
-
493
- ## [1.2.2](https://github.com/biorate/core/compare/v1.2.1...v1.2.2) (2022-08-11)
494
-
495
- **Note:** Version bump only for package @biorate/prometheus
496
-
497
- # [1.0.0](https://github.com/biorate/core/compare/v0.30.19...v1.0.0) (2022-07-10)
498
-
499
- **Note:** Version bump only for package @biorate/prometheus
500
-
501
- ## [0.30.19](https://github.com/biorate/core/compare/v0.30.18...v0.30.19) (2022-07-10)
502
-
503
- **Note:** Version bump only for package @biorate/prometheus
504
-
505
- ## [0.30.18](https://github.com/biorate/core/compare/v0.30.17...v0.30.18) (2022-06-24)
506
-
507
- ### Bug Fixes
508
-
509
- - **promentheus:** strict ([ed4695f](https://github.com/biorate/core/commit/ed4695ff837894d9333c98d7b04a30fb433952e5))
510
-
511
- ## [0.30.11](https://github.com/biorate/core/compare/v0.30.10...v0.30.11) (2022-06-24)
512
-
513
- **Note:** Version bump only for package @biorate/prometheus
514
-
515
- ## [0.30.10](https://github.com/biorate/core/compare/v0.30.9...v0.30.10) (2022-06-24)
516
-
517
- **Note:** Version bump only for package @biorate/prometheus
518
-
519
- ## [0.30.9](https://github.com/biorate/core/compare/v0.30.8...v0.30.9) (2022-06-23)
520
-
521
- **Note:** Version bump only for package @biorate/prometheus
522
-
523
- ## [0.30.7](https://github.com/biorate/core/compare/v0.30.6...v0.30.7) (2022-06-23)
524
-
525
- **Note:** Version bump only for package @biorate/prometheus
526
-
527
- ## [0.30.6](https://github.com/biorate/core/compare/v0.30.5...v0.30.6) (2022-06-23)
528
-
529
- **Note:** Version bump only for package @biorate/prometheus
530
-
531
- ## [0.30.5](https://github.com/biorate/core/compare/v0.30.4...v0.30.5) (2022-06-23)
532
-
533
- **Note:** Version bump only for package @biorate/prometheus
534
-
535
- ## [0.30.4](https://github.com/biorate/core/compare/v0.30.3...v0.30.4) (2022-06-23)
536
-
537
- **Note:** Version bump only for package @biorate/prometheus
538
-
539
- ## [0.30.2](https://github.com/biorate/core/compare/v0.30.1...v0.30.2) (2022-06-22)
540
-
541
- **Note:** Version bump only for package @biorate/prometheus
542
-
543
- # [0.30.0](https://github.com/biorate/core/compare/v0.29.1...v0.30.0) (2022-06-20)
544
-
545
- ### Bug Fixes
546
-
547
- - \*.ts into npmignore ([6a6be03](https://github.com/biorate/core/commit/6a6be030a1e8923df4b03d518f08618e759d06fa))
548
-
549
- ## [0.29.1](https://github.com/biorate/core/compare/v0.29.0...v0.29.1) (2022-06-20)
550
-
551
- **Note:** Version bump only for package @biorate/prometheus
552
-
553
- # [0.29.0](https://github.com/biorate/core/compare/v0.28.3...v0.29.0) (2022-06-20)
554
-
555
- ### Bug Fixes
556
-
557
- - \*.ts into npmignore ([f6e68b3](https://github.com/biorate/core/commit/f6e68b3a2291e7bfa013674db857db7879a26033))
558
-
559
- # [0.28.0](https://github.com/biorate/core/compare/v0.27.3...v0.28.0) (2022-05-06)
560
-
561
- **Note:** Version bump only for package @biorate/prometheus
562
-
563
- # [0.27.0](https://github.com/biorate/core/compare/v0.26.0...v0.27.0) (2022-05-06)
564
-
565
- **Note:** Version bump only for package @biorate/prometheus
566
-
567
- # [0.26.0](https://github.com/biorate/core/compare/v0.25.0...v0.26.0) (2022-04-25)
568
-
569
- **Note:** Version bump only for package @biorate/prometheus
570
-
571
- # [0.25.0](https://github.com/biorate/core/compare/v0.24.0...v0.25.0) (2022-04-25)
572
-
573
- ### Features
574
-
575
- - **schema-registry:** api fix ([8631389](https://github.com/biorate/core/commit/8631389036e4c0d1f0a9ec0ccab5a0a2800c4dab))
576
-
577
- ### BREAKING CHANGES
578
-
579
- - **schema-registry:** api fix according axios fatch interface change
580
-
581
- # [0.24.0](https://github.com/biorate/core/compare/v0.23.4...v0.24.0) (2022-04-25)
582
-
583
- **Note:** Version bump only for package @biorate/prometheus
584
-
585
- # [0.23.0](https://github.com/biorate/core/compare/v0.22.0...v0.23.0) (2022-04-11)
586
-
587
- **Note:** Version bump only for package @biorate/prometheus
588
-
589
- # [0.22.0](https://github.com/biorate/core/compare/v0.21.0...v0.22.0) (2022-04-08)
590
-
591
- **Note:** Version bump only for package @biorate/prometheus
592
-
593
- # [0.21.0](https://github.com/biorate/core/compare/v0.20.0...v0.21.0) (2022-04-08)
594
-
595
- **Note:** Version bump only for package @biorate/prometheus
596
-
597
- # [0.20.0](https://github.com/biorate/core/compare/v0.19.1...v0.20.0) (2022-04-08)
598
-
599
- **Note:** Version bump only for package @biorate/prometheus
600
-
601
- # [0.19.0](https://github.com/biorate/core/compare/v0.18.2...v0.19.0) (2022-04-07)
602
-
603
- **Note:** Version bump only for package @biorate/prometheus
604
-
605
- ## [0.18.2](https://github.com/biorate/core/compare/v0.18.1...v0.18.2) (2022-03-18)
606
-
607
- **Note:** Version bump only for package @biorate/prometheus
608
-
609
- # [0.18.0](https://github.com/biorate/core/compare/v0.17.1...v0.18.0) (2022-02-05)
610
-
611
- **Note:** Version bump only for package @biorate/prometheus
612
-
613
- ## [0.17.1](https://github.com/biorate/core/compare/v0.17.0...v0.17.1) (2022-02-04)
614
-
615
- **Note:** Version bump only for package @biorate/prometheus
616
-
617
- # [0.17.0](https://github.com/biorate/core/compare/v0.16.3...v0.17.0) (2022-02-04)
618
-
619
- ### Features
620
-
621
- - **config:** remove constructor logic, add injectable ([69391d9](https://github.com/biorate/core/commit/69391d9aa250dd87b734df6e3d0a6b7937a2e69b))
622
- - **prometheus:** add prometheus module ([2a46062](https://github.com/biorate/core/commit/2a460629c5c5fea582e78542189fe5d8fafa9d00))
@@ -1 +0,0 @@
1
- {"uuid":"28be6328-3bb7-4029-89db-982e9a92b839","historyId":"fb58f01e439314b6a957ab9fb0233de0:d41d8cd98f00b204e9800998ecf8427e","status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Prometheus"}],"links":[],"start":1770826428600,"name":"counter","fullName":"/tests/prometheus.spec.ts: Prometheus > counter","stop":1770826428620}
@@ -1 +0,0 @@
1
- {"uuid":"2c672892-79db-4996-a3ee-ad8ee45b515e","children":["28be6328-3bb7-4029-89db-982e9a92b839","332e3c66-7cdd-4dba-b3dd-aa2269e9b891","3c79d4dc-cc1b-4fdb-83ff-bbd90e5f0189","b8888550-72e4-4cfc-9aef-9b3377395d5a"],"befores":[{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before all\" hook for \"counter\""},{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before each\" hook for \"counter\""},{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before each\" hook for \"gauge\""},{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before each\" hook for \"summary\""},{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before each\" hook for \"histogram\""}],"afters":[],"name":"Prometheus"}
@@ -1 +0,0 @@
1
- {"uuid":"332e3c66-7cdd-4dba-b3dd-aa2269e9b891","historyId":"aad5f8629f4d2596b8eb2d4e3d10e574:d41d8cd98f00b204e9800998ecf8427e","status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Prometheus"}],"links":[],"start":1770826428621,"name":"gauge","fullName":"/tests/prometheus.spec.ts: Prometheus > gauge","stop":1770826428622}
@@ -1 +0,0 @@
1
- {"uuid":"3c79d4dc-cc1b-4fdb-83ff-bbd90e5f0189","historyId":"d0668dceedeb491eb5d51260eb7e8aa4:d41d8cd98f00b204e9800998ecf8427e","status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Prometheus"}],"links":[],"start":1770826428623,"name":"summary","fullName":"/tests/prometheus.spec.ts: Prometheus > summary","stop":1770826428627}
@@ -1 +0,0 @@
1
- {"uuid":"3f8d6a43-96ea-45de-aec7-6946ccc85f27","children":["5b598be3-30b0-4799-83a3-0902936d90de","c05a7a60-5e3e-4fcf-8846-d570a5fe6df3","dfa5755a-d052-4d3e-aa83-5c48d5efd997","70ab5351-6f8d-4a40-9acb-ecb751d31c43"],"befores":[{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before all\" hook for \"counter\""},{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before each\" hook for \"counter\""},{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before each\" hook for \"gauge\""},{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before each\" hook for \"summary\""},{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before each\" hook for \"histogram\""}],"afters":[],"name":"Prometheus"}
@@ -1 +0,0 @@
1
- {"uuid":"4538e785-e7c4-47e8-88cc-740850988677","children":["2c672892-79db-4996-a3ee-ad8ee45b515e"],"befores":[{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before all\" hook in \"{root}\""}],"afters":[{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"after all\" hook in \"{root}\""}],"name":"Global"}
@@ -1 +0,0 @@
1
- {"uuid":"4cdbe059-b5b9-40cf-884e-ed054e39184c","children":["3f8d6a43-96ea-45de-aec7-6946ccc85f27"],"befores":[{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before all\" hook in \"{root}\""}],"afters":[{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"after all\" hook in \"{root}\""}],"name":"Global"}
@@ -1 +0,0 @@
1
- {"uuid":"5b598be3-30b0-4799-83a3-0902936d90de","historyId":"fb58f01e439314b6a957ab9fb0233de0:d41d8cd98f00b204e9800998ecf8427e","status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Prometheus"}],"links":[],"start":1770826539984,"name":"counter","fullName":"/tests/prometheus.spec.ts: Prometheus > counter","stop":1770826539992}
@@ -1 +0,0 @@
1
- {"uuid":"70ab5351-6f8d-4a40-9acb-ecb751d31c43","historyId":"9416a600721815a47a3a12e9a7c95a40:d41d8cd98f00b204e9800998ecf8427e","status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Prometheus"}],"links":[],"start":1770826540007,"name":"histogram","fullName":"/tests/prometheus.spec.ts: Prometheus > histogram","stop":1770826540009}
@@ -1 +0,0 @@
1
- {"uuid":"b8888550-72e4-4cfc-9aef-9b3377395d5a","historyId":"9416a600721815a47a3a12e9a7c95a40:d41d8cd98f00b204e9800998ecf8427e","status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Prometheus"}],"links":[],"start":1770826428628,"name":"histogram","fullName":"/tests/prometheus.spec.ts: Prometheus > histogram","stop":1770826428629}
@@ -1 +0,0 @@
1
- {"uuid":"c05a7a60-5e3e-4fcf-8846-d570a5fe6df3","historyId":"aad5f8629f4d2596b8eb2d4e3d10e574:d41d8cd98f00b204e9800998ecf8427e","status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Prometheus"}],"links":[],"start":1770826539993,"name":"gauge","fullName":"/tests/prometheus.spec.ts: Prometheus > gauge","stop":1770826539998}
@@ -1 +0,0 @@
1
- {"uuid":"dfa5755a-d052-4d3e-aa83-5c48d5efd997","historyId":"d0668dceedeb491eb5d51260eb7e8aa4:d41d8cd98f00b204e9800998ecf8427e","status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Prometheus"}],"links":[],"start":1770826540002,"name":"summary","fullName":"/tests/prometheus.spec.ts: Prometheus > summary","stop":1770826540005}