Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Overview

OpenTelemetry IORedis Instrumentation allows the user to automatically collect trace data and export them to the backend(s) of choice (Jaeger in this example).

Tracing backend setup

Jaeger

Installation

npm install

Run the Application

  • Start redis via docker

    npm run docker:start
  • Run the main program

    npm run start
  • Cleanup docker

    npm run docker:stop

LICENSE

Apache License 2.0