Skip to content

Commit 6202195

Browse files
committed
chore: Removing Redis implementation
1 parent f542341 commit 6202195

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/support/opentelemetry.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ registerInstrumentations({
4141
},
4242
ignoreOutgoingUrls: [/.*\/agent_listener/, /.*\/sampling/],
4343
ignoreIncomingPaths: [/.*\/healthcheck/, /.*\/metrics/, /.*\/sampling/]
44-
}),
45-
new IORedisInstrumentation(),
44+
}),
4645
new ExpressInstrumentation()
4746
],
4847
});
@@ -56,7 +55,6 @@ function StartSpanMiddleware(req, res, next) {
5655
'http.request_id': req.headers['x-request-id']
5756
}
5857
})
59-
6058
req.otelSpan = span;
6159
next();
6260
}

0 commit comments

Comments
 (0)