@midwayjs/prometheus 3.0.0-beta.15 → 3.0.0-beta.16

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