@wdalmut/opentelemetry-plugin-mongoose
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

OpenTelemetry Mongoose Plugin

Build Status codecov npm version License: MIT

Just a mongoose plugin for opentelemetry

Installation

npm install --save @wdalmut/opentelemetry-plugin-mongoose

Usage

const provider = new NodeTracerProvider({
  plugins: {
    mongoose: {
      enabled: true,
      path: '@wdalmut/opentelemetry-plugin-mongoose',
    },
  }
});

Status

This project is in alpha state. Do not use in production if your are not sure about what are you doing...

Package Sidebar

Install

npm i @wdalmut/opentelemetry-plugin-mongoose

Weekly Downloads

1,521

Version

0.2.3

License

MIT

Unpacked Size

68.5 kB

Total Files

27

Last publish

Collaborators

  • wdalmut