Redis – Facing multiple Issues while integrating opentelemetry tracing with loopback 4
I am trying to implement opentelemetry tracing in loopback 4. As per the auto instrument libraries from opentelemetry for HTTP, express, redis, psotgres all opentelemetry modules required to be loaded before any of such application module are loaded. But when…