@instana/shared-metrics 2.36.1 → 3.1.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.
- package/CHANGELOG.md +32 -310
- package/addons/linux/x64/glibc/120/event-loop-stats.tar.gz +0 -0
- package/addons/linux/x64/glibc/120/gcstats.js.tar.gz +0 -0
- package/addons/linux/x64/musl/120/event-loop-stats.tar.gz +0 -0
- package/addons/linux/x64/musl/120/gcstats.js.tar.gz +0 -0
- package/package.json +7 -8
- package/src/util/nativeModuleRetry.js +4 -1
- package/addons/linux/x64/glibc/64/event-loop-stats.tar.gz +0 -0
- package/addons/linux/x64/glibc/64/gcstats.js.tar.gz +0 -0
- package/addons/linux/x64/glibc/72/event-loop-stats.tar.gz +0 -0
- package/addons/linux/x64/glibc/72/gcstats.js.tar.gz +0 -0
- package/addons/linux/x64/glibc/88/event-loop-stats.tar.gz +0 -0
- package/addons/linux/x64/glibc/88/gcstats.js.tar.gz +0 -0
- package/addons/linux/x64/musl/64/event-loop-stats.tar.gz +0 -0
- package/addons/linux/x64/musl/64/gcstats.js.tar.gz +0 -0
- package/addons/linux/x64/musl/72/event-loop-stats.tar.gz +0 -0
- package/addons/linux/x64/musl/72/gcstats.js.tar.gz +0 -0
- package/addons/linux/x64/musl/88/event-loop-stats.tar.gz +0 -0
- package/addons/linux/x64/musl/88/gcstats.js.tar.gz +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,620 +3,342 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
# [3.1.0](https://github.com/instana/nodejs/compare/v3.0.0...v3.1.0) (2024-01-04)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
9
9
|
|
|
10
|
+
# [3.0.0](https://github.com/instana/nodejs/compare/v2.36.1...v3.0.0) (2023-12-12)
|
|
10
11
|
|
|
12
|
+
### Bug Fixes
|
|
11
13
|
|
|
14
|
+
- dropped node v10 and v12 ([#933](https://github.com/instana/nodejs/issues/933)) ([7e3ee32](https://github.com/instana/nodejs/commit/7e3ee32f7ef2ca60259eae40fd16ff24a6ec631b))
|
|
12
15
|
|
|
16
|
+
### Features
|
|
13
17
|
|
|
14
|
-
|
|
18
|
+
- **node-v21:** added support for node v21 ([#947](https://github.com/instana/nodejs/issues/947)) ([64cc797](https://github.com/instana/nodejs/commit/64cc797ee04056930d9740a7a92d5604abd461d1))
|
|
15
19
|
|
|
20
|
+
### BREAKING CHANGES
|
|
16
21
|
|
|
17
|
-
|
|
22
|
+
- Dropped Node v10 & v12 support.
|
|
18
23
|
|
|
19
|
-
|
|
24
|
+
## [2.36.1](https://github.com/instana/nodejs/compare/v2.36.0...v2.36.1) (2023-12-04)
|
|
20
25
|
|
|
26
|
+
**Note:** Version bump only for package @instana/shared-metrics
|
|
21
27
|
|
|
28
|
+
# [2.36.0](https://github.com/instana/nodejs/compare/v2.35.0...v2.36.0) (2023-11-29)
|
|
22
29
|
|
|
30
|
+
### Bug Fixes
|
|
23
31
|
|
|
32
|
+
- added missing prebuild for gcstats Node v20 ([#938](https://github.com/instana/nodejs/issues/938)) ([1b371a2](https://github.com/instana/nodejs/commit/1b371a2305660194ca2dbef49bc631121c1aa01b))
|
|
24
33
|
|
|
25
34
|
# [2.35.0](https://github.com/instana/nodejs/compare/v2.34.1...v2.35.0) (2023-11-14)
|
|
26
35
|
|
|
27
36
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
28
37
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
38
|
## [2.34.1](https://github.com/instana/nodejs/compare/v2.34.0...v2.34.1) (2023-10-23)
|
|
34
39
|
|
|
35
40
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
36
41
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
42
|
# [2.34.0](https://github.com/instana/nodejs/compare/v2.33.1...v2.34.0) (2023-10-10)
|
|
42
43
|
|
|
43
|
-
|
|
44
44
|
### Reverts
|
|
45
45
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
- Revert "chore: migrated to npm workspaces and lerna v7 (#876)" ([763ac7e](https://github.com/instana/nodejs/commit/763ac7e69d56742009e18964d267313918813c80)), closes [#876](https://github.com/instana/nodejs/issues/876)
|
|
51
47
|
|
|
52
48
|
## [2.33.1](https://github.com/instana/nodejs/compare/v2.33.0...v2.33.1) (2023-09-26)
|
|
53
49
|
|
|
54
50
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
55
51
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
52
|
# [2.33.0](https://github.com/instana/nodejs/compare/v2.32.0...v2.33.0) (2023-09-18)
|
|
61
53
|
|
|
62
54
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
63
55
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
56
|
# [2.32.0](https://github.com/instana/nodejs/compare/v2.31.0...v2.32.0) (2023-09-11)
|
|
69
57
|
|
|
70
58
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
71
59
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
60
|
# [2.31.0](https://github.com/instana/nodejs/compare/v2.30.2...v2.31.0) (2023-09-04)
|
|
77
61
|
|
|
78
62
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
79
63
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
64
|
## [2.30.2](https://github.com/instana/nodejs/compare/v2.30.1...v2.30.2) (2023-08-28)
|
|
85
65
|
|
|
86
66
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
87
67
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
68
|
## [2.30.1](https://github.com/instana/nodejs/compare/v2.30.0...v2.30.1) (2023-08-25)
|
|
93
69
|
|
|
94
70
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
95
71
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
72
|
# [2.30.0](https://github.com/instana/nodejs/compare/v2.29.0...v2.30.0) (2023-08-16)
|
|
101
73
|
|
|
102
|
-
|
|
103
74
|
### Features
|
|
104
75
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
76
|
+
- added ability to provide a custom package json path ([#839](https://github.com/instana/nodejs/issues/839)) ([f37d898](https://github.com/instana/nodejs/commit/f37d898bcfc5d053b70251854b40b76e396a22b8))
|
|
110
77
|
|
|
111
78
|
# [2.29.0](https://github.com/instana/nodejs/compare/v2.28.0...v2.29.0) (2023-07-31)
|
|
112
79
|
|
|
113
80
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
114
81
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
82
|
# [2.28.0](https://github.com/instana/nodejs/compare/v2.27.0...v2.28.0) (2023-07-27)
|
|
120
83
|
|
|
121
84
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
122
85
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
86
|
# [2.27.0](https://github.com/instana/nodejs/compare/v2.26.3...v2.27.0) (2023-07-24)
|
|
128
87
|
|
|
129
88
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
130
89
|
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
90
|
## [2.26.3](https://github.com/instana/nodejs/compare/v2.26.2...v2.26.3) (2023-07-20)
|
|
136
91
|
|
|
137
92
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
138
93
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
94
|
## [2.26.2](https://github.com/instana/nodejs/compare/v2.26.1...v2.26.2) (2023-07-17)
|
|
144
95
|
|
|
145
96
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
146
97
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
98
|
## [2.26.1](https://github.com/instana/nodejs/compare/v2.26.0...v2.26.1) (2023-07-10)
|
|
152
99
|
|
|
153
|
-
|
|
154
100
|
### Bug Fixes
|
|
155
101
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
102
|
+
- **shared-metrics:** esm app package.json not being found when node_options is set ([#817](https://github.com/instana/nodejs/issues/817)) ([dc8f7af](https://github.com/instana/nodejs/commit/dc8f7af9b8f61bb97768eb18e36bff3fb80b6ccc))
|
|
161
103
|
|
|
162
104
|
# [2.26.0](https://github.com/instana/nodejs/compare/v2.25.3...v2.26.0) (2023-07-04)
|
|
163
105
|
|
|
164
|
-
|
|
165
106
|
### Features
|
|
166
107
|
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
108
|
+
- added support for Node v20 (ESM not working yet) ([#805](https://github.com/instana/nodejs/issues/805)) ([830259f](https://github.com/instana/nodejs/commit/830259f1267e0e2f77208f607fdb15a8d520953e))
|
|
172
109
|
|
|
173
110
|
## [2.25.3](https://github.com/instana/nodejs/compare/v2.25.2...v2.25.3) (2023-06-27)
|
|
174
111
|
|
|
175
112
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
176
113
|
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
114
|
## [2.25.2](https://github.com/instana/nodejs/compare/v2.25.1...v2.25.2) (2023-06-22)
|
|
182
115
|
|
|
183
116
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
184
117
|
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
118
|
## [2.25.1](https://github.com/instana/nodejs/compare/v2.25.0...v2.25.1) (2023-06-19)
|
|
190
119
|
|
|
191
120
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
192
121
|
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
122
|
# [2.25.0](https://github.com/instana/nodejs/compare/v2.24.0...v2.25.0) (2023-06-16)
|
|
198
123
|
|
|
199
124
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
200
125
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
126
|
# [2.24.0](https://github.com/instana/nodejs/compare/v2.23.0...v2.24.0) (2023-06-13)
|
|
206
127
|
|
|
207
|
-
|
|
208
128
|
### Features
|
|
209
129
|
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
130
|
+
- **collector:** added node:fs, restify and socket.io support (OpenTelemetry integration) ([#715](https://github.com/instana/nodejs/issues/715)) ([60f3bb9](https://github.com/instana/nodejs/commit/60f3bb960f909e0640b372de97c8f6d7c1654038)), closes [#109122](https://github.com/instana/nodejs/issues/109122)
|
|
215
131
|
|
|
216
132
|
# [2.23.0](https://github.com/instana/nodejs/compare/v2.22.1...v2.23.0) (2023-06-06)
|
|
217
133
|
|
|
218
134
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
219
135
|
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
136
|
## [2.22.1](https://github.com/instana/nodejs/compare/v2.22.0...v2.22.1) (2023-05-15)
|
|
225
137
|
|
|
226
138
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
227
139
|
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
140
|
# [2.22.0](https://github.com/instana/nodejs/compare/v2.21.1...v2.22.0) (2023-05-09)
|
|
233
141
|
|
|
234
142
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
235
143
|
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
144
|
## [2.21.1](https://github.com/instana/nodejs/compare/v2.21.0...v2.21.1) (2023-05-02)
|
|
241
145
|
|
|
242
146
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
243
147
|
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
148
|
# [2.21.0](https://github.com/instana/nodejs/compare/v2.20.2...v2.21.0) (2023-04-21)
|
|
249
149
|
|
|
250
150
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
251
151
|
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
152
|
## [2.20.2](https://github.com/instana/nodejs/compare/v2.20.1...v2.20.2) (2023-04-06)
|
|
257
153
|
|
|
258
|
-
|
|
259
154
|
### Bug Fixes
|
|
260
155
|
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
156
|
+
- **shared-metrics:** fixed package.json not being found when app is ESM ([#749](https://github.com/instana/nodejs/issues/749)) ([c15569c](https://github.com/instana/nodejs/commit/c15569c6a866bd109d69f7cf748767b55eb82397))
|
|
266
157
|
|
|
267
158
|
## [2.20.1](https://github.com/instana/nodejs/compare/v2.20.0...v2.20.1) (2023-03-30)
|
|
268
159
|
|
|
269
160
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
270
161
|
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
162
|
# [2.20.0](https://github.com/instana/nodejs/compare/v2.19.0...v2.20.0) (2023-03-24)
|
|
276
163
|
|
|
277
164
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
278
165
|
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
166
|
# [2.19.0](https://github.com/instana/nodejs/compare/v2.18.1...v2.19.0) (2023-03-17)
|
|
284
167
|
|
|
285
168
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
286
169
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
170
|
## [2.18.1](https://github.com/instana/nodejs/compare/v2.18.0...v2.18.1) (2023-03-06)
|
|
292
171
|
|
|
293
172
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
294
173
|
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
174
|
# [2.18.0](https://github.com/instana/nodejs/compare/v2.17.0...v2.18.0) (2023-02-28)
|
|
300
175
|
|
|
301
176
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
302
177
|
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
178
|
# [2.17.0](https://github.com/instana/nodejs/compare/v2.16.0...v2.17.0) (2023-02-20)
|
|
308
179
|
|
|
309
180
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
310
181
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
182
|
# [2.16.0](https://github.com/instana/nodejs/compare/v2.15.0...v2.16.0) (2023-02-13)
|
|
316
183
|
|
|
317
184
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
318
185
|
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
186
|
# [2.15.0](https://github.com/instana/nodejs/compare/v2.14.2...v2.15.0) (2023-01-27)
|
|
324
187
|
|
|
325
188
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
326
189
|
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
190
|
## [2.14.2](https://github.com/instana/nodejs/compare/v2.14.1...v2.14.2) (2023-01-16)
|
|
332
191
|
|
|
333
192
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
334
193
|
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
194
|
## [2.14.1](https://github.com/instana/nodejs/compare/v2.14.0...v2.14.1) (2023-01-12)
|
|
340
195
|
|
|
341
|
-
|
|
342
196
|
### Bug Fixes
|
|
343
197
|
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
198
|
+
- **collector:** fixed package.json not being found when app is ESM ([#678](https://github.com/instana/nodejs/issues/678)) ([0dbd0a2](https://github.com/instana/nodejs/commit/0dbd0a223344dabc49c559ba92e383b2356d5323))
|
|
349
199
|
|
|
350
200
|
# [2.14.0](https://github.com/instana/nodejs/compare/v2.13.2...v2.14.0) (2023-01-02)
|
|
351
201
|
|
|
352
202
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
353
203
|
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
204
|
## [2.13.2](https://github.com/instana/nodejs/compare/v2.13.1...v2.13.2) (2022-12-14)
|
|
359
205
|
|
|
360
206
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
361
207
|
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
208
|
## [2.13.1](https://github.com/instana/nodejs/compare/v2.13.0...v2.13.1) (2022-12-12)
|
|
367
209
|
|
|
368
210
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
369
211
|
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
212
|
# [2.13.0](https://github.com/instana/nodejs/compare/v2.12.0...v2.13.0) (2022-12-07)
|
|
375
213
|
|
|
376
214
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
377
215
|
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
216
|
# [2.12.0](https://github.com/instana/nodejs/compare/v2.11.1...v2.12.0) (2022-11-22)
|
|
383
217
|
|
|
384
218
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
385
219
|
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
220
|
## [2.11.1](https://github.com/instana/nodejs/compare/v2.11.0...v2.11.1) (2022-11-09)
|
|
391
221
|
|
|
392
222
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
393
223
|
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
224
|
# [2.11.0](https://github.com/instana/nodejs/compare/v2.10.0...v2.11.0) (2022-11-04)
|
|
399
225
|
|
|
400
226
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
401
227
|
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
228
|
# [2.10.0](https://github.com/instana/nodejs/compare/v2.9.0...v2.10.0) (2022-10-06)
|
|
407
229
|
|
|
408
230
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
409
231
|
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
232
|
# [2.9.0](https://github.com/instana/nodejs/compare/v2.8.1...v2.9.0) (2022-09-26)
|
|
415
233
|
|
|
416
234
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
417
235
|
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
236
|
## [2.8.1](https://github.com/instana/nodejs/compare/v2.8.0...v2.8.1) (2022-09-21)
|
|
423
237
|
|
|
424
238
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
425
239
|
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
240
|
# [2.8.0](https://github.com/instana/nodejs/compare/v2.7.1...v2.8.0) (2022-09-20)
|
|
431
241
|
|
|
432
242
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
433
243
|
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
244
|
## [2.7.1](https://github.com/instana/nodejs/compare/v2.7.0...v2.7.1) (2022-09-05)
|
|
439
245
|
|
|
440
246
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
441
247
|
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
248
|
# 2.7.0 (2022-08-31)
|
|
447
249
|
|
|
448
|
-
|
|
449
250
|
### Features
|
|
450
251
|
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
252
|
+
- **aws-lambda:** added support for arm64 architecture ([#605](https://github.com/instana/nodejs/issues/605)) ([03dd47a](https://github.com/instana/nodejs/commit/03dd47a76d894310ce93063f4e26fd1e667be655)), closes [#596](https://github.com/instana/nodejs/issues/596)
|
|
456
253
|
|
|
457
254
|
## 2.6.2 (2022-08-17)
|
|
458
255
|
|
|
459
256
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
460
257
|
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
258
|
## [2.6.1](https://github.com/instana/nodejs/compare/v2.6.0...v2.6.1) (2022-08-09)
|
|
466
259
|
|
|
467
260
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
468
261
|
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
262
|
# [2.6.0](https://github.com/instana/nodejs/compare/v2.5.0...v2.6.0) (2022-06-28)
|
|
474
263
|
|
|
475
264
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
476
265
|
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
266
|
# [2.5.0](https://github.com/instana/nodejs/compare/v2.4.0...v2.5.0) (2022-06-23)
|
|
482
267
|
|
|
483
268
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
484
269
|
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
270
|
# [2.4.0](https://github.com/instana/nodejs/compare/v2.3.0...v2.4.0) (2022-05-25)
|
|
490
271
|
|
|
491
|
-
|
|
492
272
|
### Features
|
|
493
273
|
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
274
|
+
- added node 18 support ([#529](https://github.com/instana/nodejs/issues/529)) ([b355a7c](https://github.com/instana/nodejs/commit/b355a7ca225bf9a06841619aae64bdefa1c0957a))
|
|
499
275
|
|
|
500
276
|
# [2.3.0](https://github.com/instana/nodejs/compare/v2.2.0...v2.3.0) (2022-05-24)
|
|
501
277
|
|
|
502
278
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
503
279
|
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
280
|
# [2.2.0](https://github.com/instana/nodejs/compare/v2.1.0...v2.2.0) (2022-05-18)
|
|
509
281
|
|
|
510
282
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
511
283
|
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
284
|
# [2.1.0](https://github.com/instana/nodejs/compare/v2.0.0...v2.1.0) (2022-04-28)
|
|
517
285
|
|
|
518
286
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
519
287
|
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
288
|
# [2.0.0](https://github.com/instana/nodejs/compare/v1.140.1...v2.0.0) (2022-04-04)
|
|
525
289
|
|
|
526
|
-
|
|
527
290
|
### Bug Fixes
|
|
528
291
|
|
|
529
|
-
|
|
530
|
-
|
|
292
|
+
- remove npm package instana-nodejs-sensor ([5fb9f18](https://github.com/instana/nodejs/commit/5fb9f1807998fb3335652d135eb167dc13f9221d))
|
|
531
293
|
|
|
532
294
|
### BREAKING CHANGES
|
|
533
295
|
|
|
534
|
-
|
|
535
|
-
still use the deprecated package name instana-nodejs-sensor will need to follow
|
|
536
|
-
https://www.ibm.com/docs/en/obi/current?topic=nodejs-collector-installation#change-of-package-name
|
|
537
|
-
to receive updates in the future.
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
296
|
+
- Starting with version 2.0.0, consumers of the package who
|
|
297
|
+
still use the deprecated package name instana-nodejs-sensor will need to follow
|
|
298
|
+
https://www.ibm.com/docs/en/obi/current?topic=nodejs-collector-installation#change-of-package-name
|
|
299
|
+
to receive updates in the future.
|
|
542
300
|
|
|
543
301
|
## [1.140.1](https://github.com/instana/nodejs/compare/v1.140.0...v1.140.1) (2022-04-04)
|
|
544
302
|
|
|
545
|
-
|
|
546
303
|
### Bug Fixes
|
|
547
304
|
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
305
|
+
- **metrics:** do not report metrics from worker threads ([#517](https://github.com/instana/nodejs/issues/517)) ([bdf7869](https://github.com/instana/nodejs/commit/bdf7869e08d039e5769131d958e1037dc1748cd1)), closes [#500](https://github.com/instana/nodejs/issues/500)
|
|
553
306
|
|
|
554
307
|
# [1.140.0](https://github.com/instana/nodejs/compare/v1.138.0...v1.140.0) (2022-03-24)
|
|
555
308
|
|
|
556
|
-
|
|
557
309
|
### Bug Fixes
|
|
558
310
|
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
311
|
+
- **collector:** fix export returned from init ([3cc709c](https://github.com/instana/nodejs/commit/3cc709cccb37ac9b0135a604e33f030a63b6cbda))
|
|
564
312
|
|
|
565
313
|
# [1.139.0](https://github.com/instana/nodejs/compare/v1.138.0...v1.139.0) (2022-03-09)
|
|
566
314
|
|
|
567
|
-
|
|
568
315
|
### Bug Fixes
|
|
569
316
|
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
317
|
+
- **collector:** fix export returned from init ([3cc709c](https://github.com/instana/nodejs/commit/3cc709cccb37ac9b0135a604e33f030a63b6cbda))
|
|
575
318
|
|
|
576
319
|
# [1.138.0](https://github.com/instana/nodejs/compare/v1.137.5...v1.138.0) (2022-02-08)
|
|
577
320
|
|
|
578
321
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
579
322
|
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
323
|
## [1.137.5](https://github.com/instana/nodejs/compare/v1.137.4...v1.137.5) (2022-01-25)
|
|
585
324
|
|
|
586
325
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
587
326
|
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
327
|
## [1.137.4](https://github.com/instana/nodejs/compare/v1.137.3...v1.137.4) (2022-01-11)
|
|
593
328
|
|
|
594
329
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
595
330
|
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
331
|
## [1.137.3](https://github.com/instana/nodejs/compare/v1.137.2...v1.137.3) (2021-12-16)
|
|
601
332
|
|
|
602
333
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
603
334
|
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
335
|
## [1.137.2](https://github.com/instana/nodejs/compare/v1.137.1...v1.137.2) (2021-11-30)
|
|
609
336
|
|
|
610
337
|
**Note:** Version bump only for package @instana/shared-metrics
|
|
611
338
|
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
339
|
## [1.137.1](https://github.com/instana/nodejs/compare/v1.137.0...v1.137.1) (2021-11-23)
|
|
617
340
|
|
|
618
|
-
|
|
619
341
|
### Bug Fixes
|
|
620
342
|
|
|
621
|
-
|
|
622
|
-
|
|
343
|
+
- **dependency:** pinned semver to 7.3.3 ([d32f23e](https://github.com/instana/nodejs/commit/d32f23ea6807989d57ec6165c407b64e04d8d7c1))
|
|
344
|
+
- **dependency:** updated tar to 6.x in shared-metrics ([#415](https://github.com/instana/nodejs/issues/415)) ([5288ba5](https://github.com/instana/nodejs/commit/5288ba5241acd23d54f11c76edb3cffc0ffe6a66))
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instana/shared-metrics",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "Internal metrics plug-in package for Node.js monitoring with Instana",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Bastian Krol",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"url": "git+https://github.com/instana/nodejs.git"
|
|
26
26
|
},
|
|
27
27
|
"scripts": {
|
|
28
|
-
"audit": "
|
|
28
|
+
"audit": "npm audit --omit=dev",
|
|
29
29
|
"test": "mocha --config=test/.mocharc.js --require test/hooks.js --sort $(find test -iname '*test.js' -not -path '*node_modules*')",
|
|
30
30
|
"test:ci": "echo \"******* Files to be tested:\n $CI_SHARED_METRICS_TEST_FILES\" && if [ -z \"${CI_SHARED_METRICS_TEST_FILES}\" ]; then echo \"No test files have been assigned to this CircleCI executor.\"; else mocha --config=test/.mocharc.js --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json --require test/hooks.js ${CI_SHARED_METRICS_TEST_FILES}; fi",
|
|
31
31
|
"test:debug": "WITH_STDOUT=true npm run test",
|
|
@@ -67,20 +67,19 @@
|
|
|
67
67
|
},
|
|
68
68
|
"license": "MIT",
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@instana/core": "
|
|
71
|
-
"detect-libc": "^
|
|
70
|
+
"@instana/core": "3.1.0",
|
|
71
|
+
"detect-libc": "^2.0.2",
|
|
72
72
|
"event-loop-lag": "^1.4.0",
|
|
73
73
|
"recursive-copy": "^2.0.13",
|
|
74
|
-
"semver": "7.5.4",
|
|
74
|
+
"semver": "^7.5.4",
|
|
75
75
|
"tar": "^6.1.11"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@types/tar": "^
|
|
79
|
-
"no-code2": "2.0.0"
|
|
78
|
+
"@types/tar": "^6.1.6"
|
|
80
79
|
},
|
|
81
80
|
"optionalDependencies": {
|
|
82
81
|
"event-loop-stats": "1.4.1",
|
|
83
82
|
"gcstats.js": "1.0.0"
|
|
84
83
|
},
|
|
85
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "68784f8bf4a1b14206cd1f14fd3654d3e2d7aab9"
|
|
86
85
|
}
|
|
@@ -31,7 +31,10 @@ const copyPrecompiledDisabled =
|
|
|
31
31
|
|
|
32
32
|
const platform = os.platform();
|
|
33
33
|
const arch = process.arch;
|
|
34
|
-
|
|
34
|
+
|
|
35
|
+
const { GLIBC, familySync } = detectLibc;
|
|
36
|
+
let family = familySync();
|
|
37
|
+
|
|
35
38
|
if (!family) {
|
|
36
39
|
// assume glibc if libc family cannot be detected
|
|
37
40
|
family = GLIBC;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|