@midwayjs/prometheus 3.0.0-beta.13 → 3.0.0-beta.17

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 (2) hide show
  1. package/package.json +11 -11
  2. package/CHANGELOG.md +0 -353
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@midwayjs/prometheus",
3
- "version": "3.0.0-beta.13",
3
+ "version": "3.0.0-beta.17",
4
4
  "description": "midway component for prometheus",
5
5
  "main": "dist/index.js",
6
6
  "typings": "index.d.ts",
7
7
  "scripts": {
8
8
  "build": "tsc",
9
- "test": "node --require=ts-node/register ../../node_modules/.bin/jest",
10
- "cov": "node --require=ts-node/register ../../node_modules/.bin/jest --coverage --forceExit",
9
+ "test": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand",
10
+ "cov": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand --coverage --forceExit",
11
11
  "ci": "npm run cov --ts"
12
12
  },
13
13
  "keywords": [
@@ -23,18 +23,18 @@
23
23
  ],
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@midwayjs/core": "^3.0.0-beta.13",
27
- "@midwayjs/decorator": "^3.0.0-beta.13",
28
- "@midwayjs/koa": "^3.0.0-beta.13",
29
- "@midwayjs/mock": "^3.0.0-beta.13",
30
- "@types/request": "^2.48.5"
26
+ "@midwayjs/core": "^3.0.0-beta.17",
27
+ "@midwayjs/decorator": "^3.0.0-beta.17",
28
+ "@midwayjs/koa": "^3.0.0-beta.17",
29
+ "@midwayjs/mock": "^3.0.0-beta.17",
30
+ "@types/request": "2.48.8"
31
31
  },
32
32
  "dependencies": {
33
- "prom-client": "^13.1.0",
34
- "request": "^2.88.2"
33
+ "prom-client": "^14.0.0",
34
+ "request": "2.88.2"
35
35
  },
36
36
  "engines": {
37
37
  "node": ">=12"
38
38
  },
39
- "gitHead": "d3c47770fee9dce33a8d148882173fd7782864ad"
39
+ "gitHead": "17a8b5bd3d0b0b21f24dd2f165b5df9097fc3ec4"
40
40
  }
package/CHANGELOG.md DELETED
@@ -1,353 +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.0.0-beta.13](https://github.com/midwayjs/midway/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-12-30)
7
-
8
- **Note:** Version bump only for package @midwayjs/prometheus
9
-
10
-
11
-
12
-
13
-
14
- # [3.0.0-beta.12](https://github.com/midwayjs/midway/compare/v3.0.0-beta.11...v3.0.0-beta.12) (2021-12-28)
15
-
16
- **Note:** Version bump only for package @midwayjs/prometheus
17
-
18
-
19
-
20
-
21
-
22
- # [3.0.0-beta.11](https://github.com/midwayjs/midway/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2021-12-21)
23
-
24
- **Note:** Version bump only for package @midwayjs/prometheus
25
-
26
-
27
-
28
-
29
-
30
- # [3.0.0-beta.10](https://github.com/midwayjs/midway/compare/v3.0.0-beta.9...v3.0.0-beta.10) (2021-12-20)
31
-
32
- **Note:** Version bump only for package @midwayjs/prometheus
33
-
34
-
35
-
36
-
37
-
38
- # [3.0.0-beta.9](https://github.com/midwayjs/midway/compare/v3.0.0-beta.8...v3.0.0-beta.9) (2021-12-09)
39
-
40
- **Note:** Version bump only for package @midwayjs/prometheus
41
-
42
-
43
-
44
-
45
-
46
- # [3.0.0-beta.8](https://github.com/midwayjs/midway/compare/v3.0.0-beta.7...v3.0.0-beta.8) (2021-12-08)
47
-
48
- **Note:** Version bump only for package @midwayjs/prometheus
49
-
50
-
51
-
52
-
53
-
54
- # [3.0.0-beta.7](https://github.com/midwayjs/midway/compare/v3.0.0-beta.6...v3.0.0-beta.7) (2021-12-03)
55
-
56
-
57
- ### Bug Fixes
58
-
59
- * add app.keys ([#1395](https://github.com/midwayjs/midway/issues/1395)) ([c44afc6](https://github.com/midwayjs/midway/commit/c44afc6cc6764a959d1fa7ae04d60099282d156a))
60
-
61
-
62
-
63
-
64
-
65
- # [3.0.0-beta.6](https://github.com/midwayjs/midway/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2021-11-26)
66
-
67
- **Note:** Version bump only for package @midwayjs/prometheus
68
-
69
-
70
-
71
-
72
-
73
- # [3.0.0-beta.5](https://github.com/midwayjs/midway/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2021-11-25)
74
-
75
- **Note:** Version bump only for package @midwayjs/prometheus
76
-
77
-
78
-
79
-
80
-
81
- # [3.0.0-beta.4](https://github.com/midwayjs/midway/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2021-11-24)
82
-
83
- **Note:** Version bump only for package @midwayjs/prometheus
84
-
85
-
86
-
87
-
88
-
89
- # [3.0.0-beta.3](https://github.com/midwayjs/midway/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2021-11-18)
90
-
91
-
92
- ### Features
93
-
94
- * add component and framework config definition ([#1367](https://github.com/midwayjs/midway/issues/1367)) ([b2fe615](https://github.com/midwayjs/midway/commit/b2fe6157f99659471ff1333eca0b86bb889f61a3))
95
-
96
-
97
-
98
-
99
-
100
- # [3.0.0-beta.2](https://github.com/midwayjs/midway/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2021-11-16)
101
-
102
- **Note:** Version bump only for package @midwayjs/prometheus
103
-
104
-
105
-
106
-
107
-
108
- # [3.0.0-beta.1](https://github.com/midwayjs/midway/compare/v2.12.4...v3.0.0-beta.1) (2021-11-14)
109
-
110
-
111
- ### Bug Fixes
112
-
113
- * node v16 typings ([#1269](https://github.com/midwayjs/midway/issues/1269)) ([e3443b5](https://github.com/midwayjs/midway/commit/e3443b58fc1faddadf1e95dd03a2f319410941bb))
114
-
115
-
116
- ### Features
117
-
118
- * add setDiff ([#1263](https://github.com/midwayjs/midway/issues/1263)) ([9dd1a08](https://github.com/midwayjs/midway/commit/9dd1a08326540da52abf79cf31182d4e63b7f4d9))
119
-
120
-
121
-
122
-
123
-
124
- ## [2.12.3](https://github.com/midwayjs/midway/compare/v2.12.2...v2.12.3) (2021-08-09)
125
-
126
- **Note:** Version bump only for package @midwayjs/prometheus
127
-
128
-
129
-
130
-
131
-
132
- ## [2.12.1](https://github.com/midwayjs/midway/compare/v2.12.0...v2.12.1) (2021-08-01)
133
-
134
- **Note:** Version bump only for package @midwayjs/prometheus
135
-
136
-
137
-
138
-
139
-
140
- # [2.12.0](https://github.com/midwayjs/midway/compare/v2.11.7...v2.12.0) (2021-07-30)
141
-
142
- **Note:** Version bump only for package @midwayjs/prometheus
143
-
144
-
145
-
146
-
147
-
148
- ## [2.11.6](https://github.com/midwayjs/midway/compare/v2.11.5...v2.11.6) (2021-07-16)
149
-
150
- **Note:** Version bump only for package @midwayjs/prometheus
151
-
152
-
153
-
154
-
155
-
156
- ## [2.11.5](https://github.com/midwayjs/midway/compare/v2.11.4...v2.11.5) (2021-07-15)
157
-
158
- **Note:** Version bump only for package @midwayjs/prometheus
159
-
160
-
161
-
162
-
163
-
164
- ## [2.11.4](https://github.com/midwayjs/midway/compare/v2.11.3...v2.11.4) (2021-07-06)
165
-
166
- **Note:** Version bump only for package @midwayjs/prometheus
167
-
168
-
169
-
170
-
171
-
172
- ## [2.11.3](https://github.com/midwayjs/midway/compare/v2.11.2...v2.11.3) (2021-07-02)
173
-
174
-
175
- ### Bug Fixes
176
-
177
- * **prometheus:** this.http_server may undefined onStop ([#1124](https://github.com/midwayjs/midway/issues/1124)) ([300a3ec](https://github.com/midwayjs/midway/commit/300a3ec9d308e4f32b7b266f41370dd920145e0b))
178
-
179
-
180
-
181
-
182
-
183
- ## [2.11.2](https://github.com/midwayjs/midway/compare/v2.11.1...v2.11.2) (2021-06-28)
184
-
185
- **Note:** Version bump only for package @midwayjs/prometheus
186
-
187
-
188
-
189
-
190
-
191
- ## [2.11.1](https://github.com/midwayjs/midway/compare/v2.11.0...v2.11.1) (2021-06-19)
192
-
193
- **Note:** Version bump only for package @midwayjs/prometheus
194
-
195
-
196
-
197
-
198
-
199
- # [2.11.0](https://github.com/midwayjs/midway/compare/v2.10.19...v2.11.0) (2021-06-10)
200
-
201
- **Note:** Version bump only for package @midwayjs/prometheus
202
-
203
-
204
-
205
-
206
-
207
- ## [2.10.18](https://github.com/midwayjs/midway/compare/v2.10.17...v2.10.18) (2021-05-26)
208
-
209
-
210
- ### Features
211
-
212
- * add zlib logger file ([#1038](https://github.com/midwayjs/midway/issues/1038)) ([2ae9131](https://github.com/midwayjs/midway/commit/2ae9131b8c8745d2840c40a5d50aa2d3f73bafbf))
213
-
214
-
215
-
216
-
217
-
218
- ## [2.10.16](https://github.com/midwayjs/midway/compare/v2.10.15...v2.10.16) (2021-05-17)
219
-
220
-
221
- ### Bug Fixes
222
-
223
- * **prometheus:** bootstrap for egg ([#1045](https://github.com/midwayjs/midway/issues/1045)) ([aeb0888](https://github.com/midwayjs/midway/commit/aeb0888930d35a3e13a139f30ce4c39710823cfa))
224
-
225
-
226
-
227
-
228
-
229
- ## [2.10.15](https://github.com/midwayjs/midway/compare/v2.10.14...v2.10.15) (2021-05-12)
230
-
231
-
232
- ### Features
233
-
234
- * prometheus qps rt ([#1039](https://github.com/midwayjs/midway/issues/1039)) ([398203e](https://github.com/midwayjs/midway/commit/398203e8f371e74a8c0aeff476c814e764e2b5df))
235
-
236
-
237
-
238
-
239
-
240
- ## [2.10.14](https://github.com/midwayjs/midway/compare/v2.10.13...v2.10.14) (2021-05-11)
241
-
242
- **Note:** Version bump only for package @midwayjs/prometheus
243
-
244
-
245
-
246
-
247
-
248
- ## [2.10.13](https://github.com/midwayjs/midway/compare/v2.10.12...v2.10.13) (2021-05-08)
249
-
250
- **Note:** Version bump only for package @midwayjs/prometheus
251
-
252
-
253
-
254
-
255
-
256
- ## [2.10.12](https://github.com/midwayjs/midway/compare/v2.10.11...v2.10.12) (2021-05-07)
257
-
258
- **Note:** Version bump only for package @midwayjs/prometheus
259
-
260
-
261
-
262
-
263
-
264
- ## [2.10.11](https://github.com/midwayjs/midway/compare/v2.10.10...v2.10.11) (2021-04-29)
265
-
266
- **Note:** Version bump only for package @midwayjs/prometheus
267
-
268
-
269
-
270
-
271
-
272
- ## [2.10.10](https://github.com/midwayjs/midway/compare/v2.10.9...v2.10.10) (2021-04-24)
273
-
274
- **Note:** Version bump only for package @midwayjs/prometheus
275
-
276
-
277
-
278
-
279
-
280
- ## [2.10.9](https://github.com/midwayjs/midway/compare/v2.10.8...v2.10.9) (2021-04-21)
281
-
282
- **Note:** Version bump only for package @midwayjs/prometheus
283
-
284
-
285
-
286
-
287
-
288
- ## [2.10.8](https://github.com/midwayjs/midway/compare/v2.10.7...v2.10.8) (2021-04-21)
289
-
290
- **Note:** Version bump only for package @midwayjs/prometheus
291
-
292
-
293
-
294
-
295
-
296
- ## [2.10.7](https://github.com/midwayjs/midway/compare/v2.10.6...v2.10.7) (2021-04-17)
297
-
298
-
299
- ### Bug Fixes
300
-
301
- * add event name args ([#986](https://github.com/midwayjs/midway/issues/986)) ([bfd8232](https://github.com/midwayjs/midway/commit/bfd82320aee8600d8fa30bd2821a0e68c80fd755))
302
- * format ([#997](https://github.com/midwayjs/midway/issues/997)) ([456cc14](https://github.com/midwayjs/midway/commit/456cc14513bdb000d1aa3130e9719caf7a8a803f))
303
-
304
-
305
-
306
-
307
-
308
- ## [2.10.6](https://github.com/midwayjs/midway/compare/v2.10.5...v2.10.6) (2021-04-14)
309
-
310
- **Note:** Version bump only for package @midwayjs/prometheus
311
-
312
-
313
-
314
-
315
-
316
- ## [2.10.5](https://github.com/midwayjs/midway/compare/v2.10.4...v2.10.5) (2021-04-13)
317
-
318
- **Note:** Version bump only for package @midwayjs/prometheus
319
-
320
-
321
-
322
-
323
-
324
- ## [2.10.4](https://github.com/midwayjs/midway/compare/v2.10.3...v2.10.4) (2021-04-10)
325
-
326
- **Note:** Version bump only for package @midwayjs/prometheus
327
-
328
-
329
-
330
-
331
-
332
- ## [2.10.3](https://github.com/midwayjs/midway/compare/v2.10.2...v2.10.3) (2021-04-07)
333
-
334
- **Note:** Version bump only for package @midwayjs/prometheus
335
-
336
-
337
-
338
-
339
-
340
- ## [2.10.2](https://github.com/midwayjs/midway/compare/v2.10.1...v2.10.2) (2021-04-05)
341
-
342
- **Note:** Version bump only for package @midwayjs/prometheus
343
-
344
-
345
-
346
-
347
-
348
- # [2.10.0](https://github.com/midwayjs/midway/compare/v2.9.3...v2.10.0) (2021-04-02)
349
-
350
-
351
- ### Features
352
-
353
- * support prometheus client ([#963](https://github.com/midwayjs/midway/issues/963)) ([b0edd42](https://github.com/midwayjs/midway/commit/b0edd428cbda986a472b8fa3055de1bdfb54b146))