@midwayjs/prometheus 3.4.0-beta.1 → 3.4.0-beta.10

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 (3) hide show
  1. package/LICENSE +21 -0
  2. package/package.json +7 -6
  3. package/CHANGELOG.md +0 -614
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2013 - Now midwayjs
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midwayjs/prometheus",
3
- "version": "3.4.0-beta.1",
3
+ "version": "3.4.0-beta.10",
4
4
  "description": "midway component for prometheus",
5
5
  "main": "dist/index.js",
6
6
  "typings": "index.d.ts",
@@ -23,10 +23,10 @@
23
23
  ],
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@midwayjs/core": "^3.4.0-beta.1",
27
- "@midwayjs/decorator": "^3.4.0-beta.1",
28
- "@midwayjs/koa": "^3.4.0-beta.1",
29
- "@midwayjs/mock": "^3.4.0-beta.1",
26
+ "@midwayjs/core": "^3.4.0-beta.10",
27
+ "@midwayjs/decorator": "^3.4.0-beta.10",
28
+ "@midwayjs/koa": "^3.4.0-beta.10",
29
+ "@midwayjs/mock": "^3.4.0-beta.10",
30
30
  "@types/request": "2.48.8"
31
31
  },
32
32
  "dependencies": {
@@ -35,5 +35,6 @@
35
35
  },
36
36
  "engines": {
37
37
  "node": ">=12"
38
- }
38
+ },
39
+ "gitHead": "560a5fa311605e4008c55f31c31bc4e12eeff2a5"
39
40
  }
package/CHANGELOG.md DELETED
@@ -1,614 +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
- ## [3.3.6](https://github.com/midwayjs/midway/compare/v3.3.5...v3.3.6) (2022-05-11)
7
-
8
- **Note:** Version bump only for package @midwayjs/prometheus
9
-
10
-
11
-
12
-
13
-
14
- ## [3.3.5](https://github.com/midwayjs/midway/compare/v3.3.4...v3.3.5) (2022-04-27)
15
-
16
- **Note:** Version bump only for package @midwayjs/prometheus
17
-
18
-
19
-
20
-
21
-
22
- ## [3.3.4](https://github.com/midwayjs/midway/compare/v3.3.3...v3.3.4) (2022-04-21)
23
-
24
- **Note:** Version bump only for package @midwayjs/prometheus
25
-
26
-
27
-
28
-
29
-
30
- ## [3.3.2](https://github.com/midwayjs/midway/compare/v3.3.1...v3.3.2) (2022-04-13)
31
-
32
- **Note:** Version bump only for package @midwayjs/prometheus
33
-
34
-
35
-
36
-
37
-
38
- ## [3.3.1](https://github.com/midwayjs/midway/compare/v3.3.0...v3.3.1) (2022-04-11)
39
-
40
- **Note:** Version bump only for package @midwayjs/prometheus
41
-
42
-
43
-
44
-
45
-
46
- # [3.3.0](https://github.com/midwayjs/midway/compare/v3.2.2...v3.3.0) (2022-04-07)
47
-
48
- **Note:** Version bump only for package @midwayjs/prometheus
49
-
50
-
51
-
52
-
53
-
54
- ## [3.2.2](https://github.com/midwayjs/midway/compare/v3.2.1...v3.2.2) (2022-03-30)
55
-
56
- **Note:** Version bump only for package @midwayjs/prometheus
57
-
58
-
59
-
60
-
61
-
62
- ## [3.2.1](https://github.com/midwayjs/midway/compare/v3.2.0...v3.2.1) (2022-03-27)
63
-
64
-
65
- ### Bug Fixes
66
-
67
- * swagger ui replace json path ([#1860](https://github.com/midwayjs/midway/issues/1860)) ([0f3728d](https://github.com/midwayjs/midway/commit/0f3728daccba12923f23f5b498c7dda13ced36d7))
68
-
69
-
70
-
71
-
72
-
73
- # [3.2.0](https://github.com/midwayjs/midway/compare/v3.1.6...v3.2.0) (2022-03-25)
74
-
75
- **Note:** Version bump only for package @midwayjs/prometheus
76
-
77
-
78
-
79
-
80
-
81
- ## [3.1.6](https://github.com/midwayjs/midway/compare/v3.1.5...v3.1.6) (2022-03-21)
82
-
83
- **Note:** Version bump only for package @midwayjs/prometheus
84
-
85
-
86
-
87
-
88
-
89
- ## [3.1.5](https://github.com/midwayjs/midway/compare/v3.1.4...v3.1.5) (2022-03-18)
90
-
91
- **Note:** Version bump only for package @midwayjs/prometheus
92
-
93
-
94
-
95
-
96
-
97
- ## [3.1.2](https://github.com/midwayjs/midway/compare/v3.1.1...v3.1.2) (2022-03-15)
98
-
99
- **Note:** Version bump only for package @midwayjs/prometheus
100
-
101
-
102
-
103
-
104
-
105
- ## [3.1.1](https://github.com/midwayjs/midway/compare/v3.1.0...v3.1.1) (2022-03-09)
106
-
107
- **Note:** Version bump only for package @midwayjs/prometheus
108
-
109
-
110
-
111
-
112
-
113
- # [3.1.0](https://github.com/midwayjs/midway/compare/v3.0.13...v3.1.0) (2022-03-07)
114
-
115
- **Note:** Version bump only for package @midwayjs/prometheus
116
-
117
-
118
-
119
-
120
-
121
- ## [3.0.13](https://github.com/midwayjs/midway/compare/v3.0.12...v3.0.13) (2022-03-01)
122
-
123
- **Note:** Version bump only for package @midwayjs/prometheus
124
-
125
-
126
-
127
-
128
-
129
- ## [3.0.11](https://github.com/midwayjs/midway/compare/v3.0.10...v3.0.11) (2022-02-25)
130
-
131
- **Note:** Version bump only for package @midwayjs/prometheus
132
-
133
-
134
-
135
-
136
-
137
- ## [3.0.10](https://github.com/midwayjs/midway/compare/v3.0.9...v3.0.10) (2022-02-24)
138
-
139
- **Note:** Version bump only for package @midwayjs/prometheus
140
-
141
-
142
-
143
-
144
-
145
- ## [3.0.9](https://github.com/midwayjs/midway/compare/v3.0.8...v3.0.9) (2022-02-21)
146
-
147
- **Note:** Version bump only for package @midwayjs/prometheus
148
-
149
-
150
-
151
-
152
-
153
- ## [3.0.8](https://github.com/midwayjs/midway/compare/v3.0.7...v3.0.8) (2022-02-19)
154
-
155
- **Note:** Version bump only for package @midwayjs/prometheus
156
-
157
-
158
-
159
-
160
-
161
- ## [3.0.7](https://github.com/midwayjs/midway/compare/v3.0.6...v3.0.7) (2022-02-17)
162
-
163
- **Note:** Version bump only for package @midwayjs/prometheus
164
-
165
-
166
-
167
-
168
-
169
- ## [3.0.6](https://github.com/midwayjs/midway/compare/v3.0.5...v3.0.6) (2022-02-13)
170
-
171
- **Note:** Version bump only for package @midwayjs/prometheus
172
-
173
-
174
-
175
-
176
-
177
- ## [3.0.5](https://github.com/midwayjs/midway/compare/v3.0.4...v3.0.5) (2022-02-10)
178
-
179
- **Note:** Version bump only for package @midwayjs/prometheus
180
-
181
-
182
-
183
-
184
-
185
- ## [3.0.4](https://github.com/midwayjs/midway/compare/v3.0.3...v3.0.4) (2022-02-09)
186
-
187
-
188
- ### Bug Fixes
189
-
190
- * supertest typings and createFunctionApp ([#1642](https://github.com/midwayjs/midway/issues/1642)) ([484f4f4](https://github.com/midwayjs/midway/commit/484f4f41b3b9e889d4d285f4871a0b37fa51e73f))
191
-
192
-
193
-
194
-
195
-
196
- ## [3.0.3](https://github.com/midwayjs/midway/compare/v3.0.2...v3.0.3) (2022-01-28)
197
-
198
- **Note:** Version bump only for package @midwayjs/prometheus
199
-
200
-
201
-
202
-
203
-
204
- ## [3.0.2](https://github.com/midwayjs/midway/compare/v3.0.1...v3.0.2) (2022-01-24)
205
-
206
-
207
- ### Bug Fixes
208
-
209
- * singleton invoke request scope not valid ([#1622](https://github.com/midwayjs/midway/issues/1622)) ([f97c063](https://github.com/midwayjs/midway/commit/f97c0632107b47cf357d17774a4e4bb5233bba57))
210
-
211
-
212
-
213
-
214
-
215
- ## [3.0.1](https://github.com/midwayjs/midway/compare/v3.0.0...v3.0.1) (2022-01-24)
216
-
217
- **Note:** Version bump only for package @midwayjs/prometheus
218
-
219
-
220
-
221
-
222
-
223
- # [3.0.0](https://github.com/midwayjs/midway/compare/v3.0.0-beta.17...v3.0.0) (2022-01-20)
224
-
225
- **Note:** Version bump only for package @midwayjs/prometheus
226
-
227
-
228
-
229
-
230
-
231
- # [3.0.0-beta.17](https://github.com/midwayjs/midway/compare/v3.0.0-beta.16...v3.0.0-beta.17) (2022-01-18)
232
-
233
- **Note:** Version bump only for package @midwayjs/prometheus
234
-
235
-
236
-
237
-
238
-
239
- # [3.0.0-beta.16](https://github.com/midwayjs/midway/compare/v3.0.0-beta.15...v3.0.0-beta.16) (2022-01-11)
240
-
241
- **Note:** Version bump only for package @midwayjs/prometheus
242
-
243
-
244
-
245
-
246
-
247
- # [3.0.0-beta.15](https://github.com/midwayjs/midway/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2022-01-07)
248
-
249
- **Note:** Version bump only for package @midwayjs/prometheus
250
-
251
-
252
-
253
-
254
-
255
- # [3.0.0-beta.14](https://github.com/midwayjs/midway/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2022-01-04)
256
-
257
-
258
- ### Bug Fixes
259
-
260
- * cos config definition & 3.x doc update ([#1515](https://github.com/midwayjs/midway/issues/1515)) ([0ac7ac5](https://github.com/midwayjs/midway/commit/0ac7ac5805b7ab8873f8792fc1712a74e3223172))
261
- * **deps:** update dependency prom-client to v14 ([#1486](https://github.com/midwayjs/midway/issues/1486)) ([87b6678](https://github.com/midwayjs/midway/commit/87b6678b179e239f8dbe5d0adb935df2c713d94b))
262
-
263
-
264
-
265
-
266
-
267
- # [3.0.0-beta.13](https://github.com/midwayjs/midway/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-12-30)
268
-
269
- **Note:** Version bump only for package @midwayjs/prometheus
270
-
271
-
272
-
273
-
274
-
275
- # [3.0.0-beta.12](https://github.com/midwayjs/midway/compare/v3.0.0-beta.11...v3.0.0-beta.12) (2021-12-28)
276
-
277
- **Note:** Version bump only for package @midwayjs/prometheus
278
-
279
-
280
-
281
-
282
-
283
- # [3.0.0-beta.11](https://github.com/midwayjs/midway/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2021-12-21)
284
-
285
- **Note:** Version bump only for package @midwayjs/prometheus
286
-
287
-
288
-
289
-
290
-
291
- # [3.0.0-beta.10](https://github.com/midwayjs/midway/compare/v3.0.0-beta.9...v3.0.0-beta.10) (2021-12-20)
292
-
293
- **Note:** Version bump only for package @midwayjs/prometheus
294
-
295
-
296
-
297
-
298
-
299
- # [3.0.0-beta.9](https://github.com/midwayjs/midway/compare/v3.0.0-beta.8...v3.0.0-beta.9) (2021-12-09)
300
-
301
- **Note:** Version bump only for package @midwayjs/prometheus
302
-
303
-
304
-
305
-
306
-
307
- # [3.0.0-beta.8](https://github.com/midwayjs/midway/compare/v3.0.0-beta.7...v3.0.0-beta.8) (2021-12-08)
308
-
309
- **Note:** Version bump only for package @midwayjs/prometheus
310
-
311
-
312
-
313
-
314
-
315
- # [3.0.0-beta.7](https://github.com/midwayjs/midway/compare/v3.0.0-beta.6...v3.0.0-beta.7) (2021-12-03)
316
-
317
-
318
- ### Bug Fixes
319
-
320
- * add app.keys ([#1395](https://github.com/midwayjs/midway/issues/1395)) ([c44afc6](https://github.com/midwayjs/midway/commit/c44afc6cc6764a959d1fa7ae04d60099282d156a))
321
-
322
-
323
-
324
-
325
-
326
- # [3.0.0-beta.6](https://github.com/midwayjs/midway/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2021-11-26)
327
-
328
- **Note:** Version bump only for package @midwayjs/prometheus
329
-
330
-
331
-
332
-
333
-
334
- # [3.0.0-beta.5](https://github.com/midwayjs/midway/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2021-11-25)
335
-
336
- **Note:** Version bump only for package @midwayjs/prometheus
337
-
338
-
339
-
340
-
341
-
342
- # [3.0.0-beta.4](https://github.com/midwayjs/midway/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2021-11-24)
343
-
344
- **Note:** Version bump only for package @midwayjs/prometheus
345
-
346
-
347
-
348
-
349
-
350
- # [3.0.0-beta.3](https://github.com/midwayjs/midway/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2021-11-18)
351
-
352
-
353
- ### Features
354
-
355
- * add component and framework config definition ([#1367](https://github.com/midwayjs/midway/issues/1367)) ([b2fe615](https://github.com/midwayjs/midway/commit/b2fe6157f99659471ff1333eca0b86bb889f61a3))
356
-
357
-
358
-
359
-
360
-
361
- # [3.0.0-beta.2](https://github.com/midwayjs/midway/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2021-11-16)
362
-
363
- **Note:** Version bump only for package @midwayjs/prometheus
364
-
365
-
366
-
367
-
368
-
369
- # [3.0.0-beta.1](https://github.com/midwayjs/midway/compare/v2.12.4...v3.0.0-beta.1) (2021-11-14)
370
-
371
-
372
- ### Bug Fixes
373
-
374
- * node v16 typings ([#1269](https://github.com/midwayjs/midway/issues/1269)) ([e3443b5](https://github.com/midwayjs/midway/commit/e3443b58fc1faddadf1e95dd03a2f319410941bb))
375
-
376
-
377
- ### Features
378
-
379
- * add setDiff ([#1263](https://github.com/midwayjs/midway/issues/1263)) ([9dd1a08](https://github.com/midwayjs/midway/commit/9dd1a08326540da52abf79cf31182d4e63b7f4d9))
380
-
381
-
382
-
383
-
384
-
385
- ## [2.12.3](https://github.com/midwayjs/midway/compare/v2.12.2...v2.12.3) (2021-08-09)
386
-
387
- **Note:** Version bump only for package @midwayjs/prometheus
388
-
389
-
390
-
391
-
392
-
393
- ## [2.12.1](https://github.com/midwayjs/midway/compare/v2.12.0...v2.12.1) (2021-08-01)
394
-
395
- **Note:** Version bump only for package @midwayjs/prometheus
396
-
397
-
398
-
399
-
400
-
401
- # [2.12.0](https://github.com/midwayjs/midway/compare/v2.11.7...v2.12.0) (2021-07-30)
402
-
403
- **Note:** Version bump only for package @midwayjs/prometheus
404
-
405
-
406
-
407
-
408
-
409
- ## [2.11.6](https://github.com/midwayjs/midway/compare/v2.11.5...v2.11.6) (2021-07-16)
410
-
411
- **Note:** Version bump only for package @midwayjs/prometheus
412
-
413
-
414
-
415
-
416
-
417
- ## [2.11.5](https://github.com/midwayjs/midway/compare/v2.11.4...v2.11.5) (2021-07-15)
418
-
419
- **Note:** Version bump only for package @midwayjs/prometheus
420
-
421
-
422
-
423
-
424
-
425
- ## [2.11.4](https://github.com/midwayjs/midway/compare/v2.11.3...v2.11.4) (2021-07-06)
426
-
427
- **Note:** Version bump only for package @midwayjs/prometheus
428
-
429
-
430
-
431
-
432
-
433
- ## [2.11.3](https://github.com/midwayjs/midway/compare/v2.11.2...v2.11.3) (2021-07-02)
434
-
435
-
436
- ### Bug Fixes
437
-
438
- * **prometheus:** this.http_server may undefined onStop ([#1124](https://github.com/midwayjs/midway/issues/1124)) ([300a3ec](https://github.com/midwayjs/midway/commit/300a3ec9d308e4f32b7b266f41370dd920145e0b))
439
-
440
-
441
-
442
-
443
-
444
- ## [2.11.2](https://github.com/midwayjs/midway/compare/v2.11.1...v2.11.2) (2021-06-28)
445
-
446
- **Note:** Version bump only for package @midwayjs/prometheus
447
-
448
-
449
-
450
-
451
-
452
- ## [2.11.1](https://github.com/midwayjs/midway/compare/v2.11.0...v2.11.1) (2021-06-19)
453
-
454
- **Note:** Version bump only for package @midwayjs/prometheus
455
-
456
-
457
-
458
-
459
-
460
- # [2.11.0](https://github.com/midwayjs/midway/compare/v2.10.19...v2.11.0) (2021-06-10)
461
-
462
- **Note:** Version bump only for package @midwayjs/prometheus
463
-
464
-
465
-
466
-
467
-
468
- ## [2.10.18](https://github.com/midwayjs/midway/compare/v2.10.17...v2.10.18) (2021-05-26)
469
-
470
-
471
- ### Features
472
-
473
- * add zlib logger file ([#1038](https://github.com/midwayjs/midway/issues/1038)) ([2ae9131](https://github.com/midwayjs/midway/commit/2ae9131b8c8745d2840c40a5d50aa2d3f73bafbf))
474
-
475
-
476
-
477
-
478
-
479
- ## [2.10.16](https://github.com/midwayjs/midway/compare/v2.10.15...v2.10.16) (2021-05-17)
480
-
481
-
482
- ### Bug Fixes
483
-
484
- * **prometheus:** bootstrap for egg ([#1045](https://github.com/midwayjs/midway/issues/1045)) ([aeb0888](https://github.com/midwayjs/midway/commit/aeb0888930d35a3e13a139f30ce4c39710823cfa))
485
-
486
-
487
-
488
-
489
-
490
- ## [2.10.15](https://github.com/midwayjs/midway/compare/v2.10.14...v2.10.15) (2021-05-12)
491
-
492
-
493
- ### Features
494
-
495
- * prometheus qps rt ([#1039](https://github.com/midwayjs/midway/issues/1039)) ([398203e](https://github.com/midwayjs/midway/commit/398203e8f371e74a8c0aeff476c814e764e2b5df))
496
-
497
-
498
-
499
-
500
-
501
- ## [2.10.14](https://github.com/midwayjs/midway/compare/v2.10.13...v2.10.14) (2021-05-11)
502
-
503
- **Note:** Version bump only for package @midwayjs/prometheus
504
-
505
-
506
-
507
-
508
-
509
- ## [2.10.13](https://github.com/midwayjs/midway/compare/v2.10.12...v2.10.13) (2021-05-08)
510
-
511
- **Note:** Version bump only for package @midwayjs/prometheus
512
-
513
-
514
-
515
-
516
-
517
- ## [2.10.12](https://github.com/midwayjs/midway/compare/v2.10.11...v2.10.12) (2021-05-07)
518
-
519
- **Note:** Version bump only for package @midwayjs/prometheus
520
-
521
-
522
-
523
-
524
-
525
- ## [2.10.11](https://github.com/midwayjs/midway/compare/v2.10.10...v2.10.11) (2021-04-29)
526
-
527
- **Note:** Version bump only for package @midwayjs/prometheus
528
-
529
-
530
-
531
-
532
-
533
- ## [2.10.10](https://github.com/midwayjs/midway/compare/v2.10.9...v2.10.10) (2021-04-24)
534
-
535
- **Note:** Version bump only for package @midwayjs/prometheus
536
-
537
-
538
-
539
-
540
-
541
- ## [2.10.9](https://github.com/midwayjs/midway/compare/v2.10.8...v2.10.9) (2021-04-21)
542
-
543
- **Note:** Version bump only for package @midwayjs/prometheus
544
-
545
-
546
-
547
-
548
-
549
- ## [2.10.8](https://github.com/midwayjs/midway/compare/v2.10.7...v2.10.8) (2021-04-21)
550
-
551
- **Note:** Version bump only for package @midwayjs/prometheus
552
-
553
-
554
-
555
-
556
-
557
- ## [2.10.7](https://github.com/midwayjs/midway/compare/v2.10.6...v2.10.7) (2021-04-17)
558
-
559
-
560
- ### Bug Fixes
561
-
562
- * add event name args ([#986](https://github.com/midwayjs/midway/issues/986)) ([bfd8232](https://github.com/midwayjs/midway/commit/bfd82320aee8600d8fa30bd2821a0e68c80fd755))
563
- * format ([#997](https://github.com/midwayjs/midway/issues/997)) ([456cc14](https://github.com/midwayjs/midway/commit/456cc14513bdb000d1aa3130e9719caf7a8a803f))
564
-
565
-
566
-
567
-
568
-
569
- ## [2.10.6](https://github.com/midwayjs/midway/compare/v2.10.5...v2.10.6) (2021-04-14)
570
-
571
- **Note:** Version bump only for package @midwayjs/prometheus
572
-
573
-
574
-
575
-
576
-
577
- ## [2.10.5](https://github.com/midwayjs/midway/compare/v2.10.4...v2.10.5) (2021-04-13)
578
-
579
- **Note:** Version bump only for package @midwayjs/prometheus
580
-
581
-
582
-
583
-
584
-
585
- ## [2.10.4](https://github.com/midwayjs/midway/compare/v2.10.3...v2.10.4) (2021-04-10)
586
-
587
- **Note:** Version bump only for package @midwayjs/prometheus
588
-
589
-
590
-
591
-
592
-
593
- ## [2.10.3](https://github.com/midwayjs/midway/compare/v2.10.2...v2.10.3) (2021-04-07)
594
-
595
- **Note:** Version bump only for package @midwayjs/prometheus
596
-
597
-
598
-
599
-
600
-
601
- ## [2.10.2](https://github.com/midwayjs/midway/compare/v2.10.1...v2.10.2) (2021-04-05)
602
-
603
- **Note:** Version bump only for package @midwayjs/prometheus
604
-
605
-
606
-
607
-
608
-
609
- # [2.10.0](https://github.com/midwayjs/midway/compare/v2.9.3...v2.10.0) (2021-04-02)
610
-
611
-
612
- ### Features
613
-
614
- * support prometheus client ([#963](https://github.com/midwayjs/midway/issues/963)) ([b0edd42](https://github.com/midwayjs/midway/commit/b0edd428cbda986a472b8fa3055de1bdfb54b146))