Just a mongoose plugin for opentelemetry
npm install --save @wdalmut/opentelemetry-plugin-mongooseconst provider = new NodeTracerProvider({ plugins: { mongoose: { enabled: true, path: '@wdalmut/opentelemetry-plugin-mongoose', }, } });This project is in alpha state. Do not use in production if your are not sure about what are you doing...