aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db/instrumentation.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(db): add OpenTelemetry instrumentation for database queriesClaude4 days1-0/+67
Instruments the better-sqlite3 driver so that every prepared statement execution (run/get/all) produces an OTel span with db.system, db.statement, and db.operation attributes. The instrumentation is a no-op when no TracerProvider is registered (i.e. tracing is disabled). https://claude.ai/code/session_01JZut7LqeHPUKAFbFLfVP8F