mirror of
https://github.com/zoriya/drizzle-otel.git
synced 2025-12-06 00:46:09 +00:00
2.4 KiB
2.4 KiB
@kubiks/otel-drizzle
2.1.0
Minor Changes
- #15
50f189aThanks @alex-holovach! - Added instrumentDrizzleClient func to instrument any drizzle instance
2.0.3
Patch Changes
d082628Thanks @alex-holovach! - update README
2.0.2
Patch Changes
-
8501cf3Thanks @alex-holovach! - update README -
1ee6f0aThanks @alex-holovach! - update README
2.0.1
Patch Changes
-
8c1f41eThanks @alex-holovach! - update repo URL -
b385007Thanks @alex-holovach! - update package.json
2.0.0
Major Changes
-
7abe73dThanks @alex-holovach! - Initial release of @kubiks/otel-drizzle - OpenTelemetry instrumentation for Drizzle ORM- Automatic span creation for all database queries
- Support for PostgreSQL, MySQL, and SQLite
- Configurable query text capture and truncation
- Full OpenTelemetry semantic conventions support
- Zero-configuration setup with one line of code
1.0.0
Major Changes
- Initial release of Drizzle ORM instrumentation package
- Automatic tracing for all Drizzle database queries
- Support for PostgreSQL, MySQL, and SQLite
- Configurable query text capture with sanitization
- Full OpenTelemetry semantic conventions compliance
- Comprehensive test coverage
Features
- Network peer attributes (
net.peer.nameandnet.peer.port) for better observability - Configurable database connection information in spans
- Proper span status codes (OK/ERROR) following OpenTelemetry standards
- Exception recording with full stack traces