@saidsef/tracing-node 3.2.4 → 3.2.5
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/libs/index.mjs +2 -1
- package/package.json +3 -3
package/libs/index.mjs
CHANGED
|
@@ -114,8 +114,9 @@ export function setupTracing(options = {}) {
|
|
|
114
114
|
registerInstrumentations({
|
|
115
115
|
tracerProvider: tracerProvider,
|
|
116
116
|
instrumentations: [
|
|
117
|
-
new PinoInstrumentation(
|
|
117
|
+
new PinoInstrumentation(),
|
|
118
118
|
new HttpInstrumentation({ requireParentforOutgoingSpans: false, requireParentforIncomingSpans: false, ignoreIncomingRequestHook, }),
|
|
119
|
+
new FastifyInstrumentation(),
|
|
119
120
|
new ExpressInstrumentation({ ignoreIncomingRequestHook, }),
|
|
120
121
|
new ConnectInstrumentation(),
|
|
121
122
|
new AwsInstrumentation({ sqsExtractContextPropagationFromPayload: true, }),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saidsef/tracing-node",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.5",
|
|
4
4
|
"description": "tracing NodeJS - This is a wrapper for OpenTelemetry instrumentation packages",
|
|
5
5
|
"main": "libs/index.mjs",
|
|
6
6
|
"scripts": {
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"@opentelemetry/instrumentation": "^0.200.0",
|
|
36
36
|
"@opentelemetry/instrumentation-aws-sdk": "^0.49.0",
|
|
37
37
|
"@opentelemetry/instrumentation-connect": "^0.44.0",
|
|
38
|
-
"@opentelemetry/instrumentation-dns": "^0.
|
|
38
|
+
"@opentelemetry/instrumentation-dns": "^0.44.0",
|
|
39
39
|
"@opentelemetry/instrumentation-express": "^0.48.0",
|
|
40
40
|
"@opentelemetry/instrumentation-http": "^0.200.0",
|
|
41
|
-
"@opentelemetry/instrumentation-pino": "^0.
|
|
41
|
+
"@opentelemetry/instrumentation-pino": "^0.47.0",
|
|
42
42
|
"@opentelemetry/instrumentation-redis": "^0.47.0",
|
|
43
43
|
"@opentelemetry/propagator-b3": "^1.28.0",
|
|
44
44
|
"@opentelemetry/resources": "^2.0.0",
|