OpenTelemetry IORedis Instrumentation allows the user to automatically collect trace data and export them to the backend(s) of choice (Jaeger in this example).
- Setup Jaeger Tracing
npm install-
Start redis via docker
npm run docker:start
-
Run the main program
npm run start
-
Cleanup docker
npm run docker:stop
Apache License 2.0