Doesn't redis generate traces automatically #5515
Replies: 1 comment
-
Sorry, the problem has been solved. For the nest framework I'm using, the root cause is that replacement modules are lazy-loaded |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
main.ts
service.ts
In the end, only http trace information is generated, redis has no information.
After I added instrumentation-pg, it can also be generated, but redis has not automatically generated.
"ioredis": "^5.5.0",
"@opentelemetry/instrumentation-ioredis": "0.47.1",
It would be appreciated if someone could help.
Beta Was this translation helpful? Give feedback.
All reactions