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