Package Exports
- @opentelemetry/plugin-pg-pool
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@opentelemetry/plugin-pg-pool) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
OpenTelemetry Postgres Instrumentation for Node.js
This module provides automatic instrumentation for pg.
For automatic instrumentation see the @opentelemetry/node package.
Installation
npm install --save @opentelemetry/plugin-pg-poolUsage
const opentelemetry = require('@opentelemetry/plugin-pg-pool');
// TODO: DEMONSTRATE APISupported Versions
- pg:
2.x
Useful links
- For more information on OpenTelemetry, visit: https://opentelemetry.io/
- For more about OpenTelemetry JavaScript: https://github.com/open-telemetry/opentelemetry-js
- For help or feedback on this project, join us on gitter
License
Apache 2.0 - See LICENSE for more information.