Skip to content

Commit

Permalink
chore: Removing Redis implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
markiing committed Dec 19, 2022
1 parent f542341 commit 6202195
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/support/opentelemetry.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ registerInstrumentations({
},
ignoreOutgoingUrls: [/.*\/agent_listener/, /.*\/sampling/],
ignoreIncomingPaths: [/.*\/healthcheck/, /.*\/metrics/, /.*\/sampling/]
}),
new IORedisInstrumentation(),
}),
new ExpressInstrumentation()
],
});
Expand All @@ -56,7 +55,6 @@ function StartSpanMiddleware(req, res, next) {
'http.request_id': req.headers['x-request-id']
}
})

req.otelSpan = span;
next();
}
Expand Down

0 comments on commit 6202195

Please sign in to comment.