autotel 4.0.0 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (232) hide show
  1. package/README.md +26 -1
  2. package/dist/auto.cjs +2 -2
  3. package/dist/auto.js +1 -1
  4. package/dist/correlation-id.cjs +1 -1
  5. package/dist/correlation-id.js +1 -1
  6. package/dist/decorators.cjs +1 -1
  7. package/dist/decorators.js +1 -1
  8. package/dist/{event-Dlqr4ZNL.cjs → event-BhHREDJk.cjs} +3 -3
  9. package/dist/{event-Dlqr4ZNL.cjs.map → event-BhHREDJk.cjs.map} +1 -1
  10. package/dist/{event-_58ryBjh.js → event-ByBTV9M2.js} +3 -3
  11. package/dist/{event-_58ryBjh.js.map → event-ByBTV9M2.js.map} +1 -1
  12. package/dist/event.cjs +1 -1
  13. package/dist/event.js +1 -1
  14. package/dist/{functional-BGkT8J-h.js → functional-DtI0u4vx.js} +19 -19
  15. package/dist/functional-DtI0u4vx.js.map +1 -0
  16. package/dist/{functional-C4CzoVrX.cjs → functional-zpzNLhky.cjs} +4 -4
  17. package/dist/{functional-C4CzoVrX.cjs.map → functional-zpzNLhky.cjs.map} +1 -1
  18. package/dist/functional.cjs +1 -1
  19. package/dist/functional.js +1 -1
  20. package/dist/http.cjs +1 -1
  21. package/dist/http.js +1 -1
  22. package/dist/index.cjs +5 -5
  23. package/dist/index.d.cts +1 -1
  24. package/dist/index.d.ts +1 -1
  25. package/dist/index.js +5 -5
  26. package/dist/{init-DJQOdVlN.d.ts → init-B7u-DjxM.d.ts} +57 -2
  27. package/dist/init-B7u-DjxM.d.ts.map +1 -0
  28. package/dist/{init-DvapOXCc.cjs → init-BX7AmFRl.cjs} +40 -21
  29. package/dist/init-BX7AmFRl.cjs.map +1 -0
  30. package/dist/{init-Ch6t7MNI.js → init-D-jnNMix.js} +39 -20
  31. package/dist/init-D-jnNMix.js.map +1 -0
  32. package/dist/{init-CNp-ee80.d.cts → init-DSrRmVnz.d.cts} +57 -2
  33. package/dist/init-DSrRmVnz.d.cts.map +1 -0
  34. package/dist/instrumentation.cjs +1 -1
  35. package/dist/instrumentation.js +1 -1
  36. package/dist/logger-D3Ej3DII.js +446 -0
  37. package/dist/logger-D3Ej3DII.js.map +1 -0
  38. package/dist/logger-thMPLpOG.cjs +487 -0
  39. package/dist/logger-thMPLpOG.cjs.map +1 -0
  40. package/dist/logger.cjs +8 -236
  41. package/dist/logger.js +2 -204
  42. package/dist/messaging.cjs +1 -1
  43. package/dist/messaging.js +1 -1
  44. package/dist/semantic-helpers.cjs +1 -1
  45. package/dist/semantic-helpers.js +1 -1
  46. package/dist/{track-3HY4NGV-.cjs → track-D59FfpL0.cjs} +2 -2
  47. package/dist/{track-3HY4NGV-.cjs.map → track-D59FfpL0.cjs.map} +1 -1
  48. package/dist/{track-nsKVy-pj.js → track-wc0HafS_.js} +6 -6
  49. package/dist/track-wc0HafS_.js.map +1 -0
  50. package/dist/webhook.cjs +1 -1
  51. package/dist/webhook.js +1 -1
  52. package/dist/workflow-distributed.cjs +1 -1
  53. package/dist/workflow-distributed.js +1 -1
  54. package/dist/workflow.cjs +1 -1
  55. package/dist/workflow.js +1 -1
  56. package/dist/{yaml-config-B3dQ82GR.cjs → yaml-config-Ck2uB0Dp.cjs} +2 -1
  57. package/dist/yaml-config-Ck2uB0Dp.cjs.map +1 -0
  58. package/dist/yaml-config.cjs +1 -1
  59. package/dist/yaml-config.d.cts +7 -1
  60. package/dist/yaml-config.d.cts.map +1 -1
  61. package/dist/yaml-config.d.ts +7 -1
  62. package/dist/yaml-config.d.ts.map +1 -1
  63. package/dist/yaml-config.js +1 -0
  64. package/dist/yaml-config.js.map +1 -1
  65. package/package.json +1 -2
  66. package/skills/autotel-core/SKILL.md +2 -0
  67. package/skills/autotel-instrumentation/SKILL.md +25 -0
  68. package/skills/debug-missing-spans/SKILL.md +3 -1
  69. package/skills/migrate-to-autotel/SKILL.md +24 -23
  70. package/skills/review-otel-patterns/SKILL.md +5 -4
  71. package/dist/functional-BGkT8J-h.js.map +0 -1
  72. package/dist/init-CNp-ee80.d.cts.map +0 -1
  73. package/dist/init-Ch6t7MNI.js.map +0 -1
  74. package/dist/init-DJQOdVlN.d.ts.map +0 -1
  75. package/dist/init-DvapOXCc.cjs.map +0 -1
  76. package/dist/logger.cjs.map +0 -1
  77. package/dist/logger.js.map +0 -1
  78. package/dist/track-nsKVy-pj.js.map +0 -1
  79. package/dist/yaml-config-B3dQ82GR.cjs.map +0 -1
  80. package/src/attribute-redacting-processor.test.ts +0 -763
  81. package/src/attribute-redacting-processor.ts +0 -621
  82. package/src/attributes/attachers.ts +0 -161
  83. package/src/attributes/builders.ts +0 -529
  84. package/src/attributes/domains.ts +0 -42
  85. package/src/attributes/index.ts +0 -81
  86. package/src/attributes/registry.ts +0 -323
  87. package/src/attributes/types.ts +0 -211
  88. package/src/attributes/utils.ts +0 -64
  89. package/src/attributes/validators.ts +0 -266
  90. package/src/attributes.test.ts +0 -292
  91. package/src/auto.ts +0 -67
  92. package/src/autotel-logger.test.ts +0 -548
  93. package/src/autotel-logger.ts +0 -364
  94. package/src/baggage-span-processor.test.ts +0 -202
  95. package/src/baggage-span-processor.ts +0 -100
  96. package/src/business-baggage.test.ts +0 -500
  97. package/src/business-baggage.ts +0 -669
  98. package/src/circuit-breaker.test.ts +0 -341
  99. package/src/circuit-breaker.ts +0 -184
  100. package/src/config.test.ts +0 -94
  101. package/src/config.ts +0 -172
  102. package/src/correlated-events.test.ts +0 -151
  103. package/src/correlated-events.ts +0 -47
  104. package/src/correlation-id.test.ts +0 -163
  105. package/src/correlation-id.ts +0 -206
  106. package/src/db.test.ts +0 -252
  107. package/src/db.ts +0 -447
  108. package/src/decorators.test.ts +0 -153
  109. package/src/decorators.ts +0 -188
  110. package/src/define-event.test.ts +0 -41
  111. package/src/define-event.ts +0 -58
  112. package/src/devtools.ts +0 -60
  113. package/src/drain-pipeline.test.ts +0 -68
  114. package/src/drain-pipeline.ts +0 -199
  115. package/src/drain-toolkit.test.ts +0 -113
  116. package/src/drain-toolkit.ts +0 -129
  117. package/src/enricher-toolkit.test.ts +0 -67
  118. package/src/enricher-toolkit.ts +0 -79
  119. package/src/enrichers.test.ts +0 -150
  120. package/src/enrichers.ts +0 -145
  121. package/src/env-config.test.ts +0 -323
  122. package/src/env-config.ts +0 -309
  123. package/src/error-catalog.test.ts +0 -133
  124. package/src/error-catalog.ts +0 -262
  125. package/src/event-queue.test.ts +0 -864
  126. package/src/event-queue.ts +0 -699
  127. package/src/event-subscriber.ts +0 -262
  128. package/src/event-testing.ts +0 -197
  129. package/src/event.test.ts +0 -1104
  130. package/src/event.ts +0 -988
  131. package/src/events-config.ts +0 -235
  132. package/src/exporters.ts +0 -165
  133. package/src/filtering-span-processor.test.ts +0 -281
  134. package/src/filtering-span-processor.ts +0 -111
  135. package/src/flatten-attributes.test.ts +0 -76
  136. package/src/flatten-attributes.ts +0 -80
  137. package/src/functional.strict-types.typecheck.ts +0 -53
  138. package/src/functional.test.ts +0 -1464
  139. package/src/functional.ts +0 -2539
  140. package/src/functional.types.test.ts +0 -135
  141. package/src/hook.mjs +0 -15
  142. package/src/http.test.ts +0 -485
  143. package/src/http.ts +0 -424
  144. package/src/index.ts +0 -433
  145. package/src/init-auto-redactor.test.ts +0 -53
  146. package/src/init-redactor.test.ts +0 -8
  147. package/src/init.customization.test.ts +0 -594
  148. package/src/init.integrations.test.ts +0 -399
  149. package/src/init.openllmetry.test.ts +0 -194
  150. package/src/init.protocol.test.ts +0 -215
  151. package/src/init.ts +0 -2312
  152. package/src/instrumentation.test.ts +0 -108
  153. package/src/instrumentation.ts +0 -319
  154. package/src/logger.test.ts +0 -125
  155. package/src/logger.ts +0 -341
  156. package/src/messaging-adapters.test.ts +0 -595
  157. package/src/messaging-adapters.ts +0 -583
  158. package/src/messaging-testing.test.ts +0 -573
  159. package/src/messaging-testing.ts +0 -935
  160. package/src/messaging.test.ts +0 -1646
  161. package/src/messaging.ts +0 -2245
  162. package/src/metric-helpers.ts +0 -47
  163. package/src/metric-testing.ts +0 -197
  164. package/src/metric.ts +0 -446
  165. package/src/metrics.test.ts +0 -241
  166. package/src/node-require.ts +0 -123
  167. package/src/operation-context.ts +0 -93
  168. package/src/parse-error.test.ts +0 -73
  169. package/src/parse-error.ts +0 -112
  170. package/src/posthog-logs.test.ts +0 -115
  171. package/src/posthog-logs.ts +0 -77
  172. package/src/pretty-console-exporter.test.ts +0 -545
  173. package/src/pretty-console-exporter.ts +0 -413
  174. package/src/pretty-log-formatter.test.ts +0 -123
  175. package/src/pretty-log-formatter.ts +0 -210
  176. package/src/processors/canonical-log-line-processor.test.ts +0 -523
  177. package/src/processors/canonical-log-line-processor.ts +0 -396
  178. package/src/processors.ts +0 -152
  179. package/src/rate-limiter.test.ts +0 -199
  180. package/src/rate-limiter.ts +0 -98
  181. package/src/redact-values.test.ts +0 -90
  182. package/src/redact-values.ts +0 -34
  183. package/src/register.ts +0 -37
  184. package/src/request-logger.test.ts +0 -545
  185. package/src/request-logger.ts +0 -342
  186. package/src/sampling.test.ts +0 -1060
  187. package/src/sampling.ts +0 -737
  188. package/src/security-schema.test.ts +0 -45
  189. package/src/security-schema.ts +0 -107
  190. package/src/semantic-conventions.ts +0 -15
  191. package/src/semantic-helpers.test.ts +0 -226
  192. package/src/semantic-helpers.ts +0 -438
  193. package/src/shutdown.test.ts +0 -364
  194. package/src/shutdown.ts +0 -246
  195. package/src/span-name-normalizer.test.ts +0 -377
  196. package/src/span-name-normalizer.ts +0 -213
  197. package/src/stable-hash.ts +0 -27
  198. package/src/structured-error.test.ts +0 -191
  199. package/src/structured-error.ts +0 -157
  200. package/src/stub.integration.test.ts +0 -361
  201. package/src/tail-sampling-processor.test.ts +0 -230
  202. package/src/tail-sampling-processor.ts +0 -55
  203. package/src/test-span-collector.test.ts +0 -234
  204. package/src/test-span-collector.ts +0 -150
  205. package/src/testing.ts +0 -705
  206. package/src/trace-context.test.ts +0 -73
  207. package/src/trace-context.ts +0 -567
  208. package/src/trace-helpers.new.test.ts +0 -278
  209. package/src/trace-helpers.test.ts +0 -290
  210. package/src/trace-helpers.ts +0 -710
  211. package/src/trace-hybrid.test.ts +0 -42
  212. package/src/trace-hybrid.ts +0 -37
  213. package/src/tracer-provider.test.ts +0 -183
  214. package/src/tracer-provider.ts +0 -266
  215. package/src/track.test.ts +0 -154
  216. package/src/track.ts +0 -216
  217. package/src/validate.test.ts +0 -287
  218. package/src/validate.ts +0 -307
  219. package/src/validation-attributes.ts +0 -43
  220. package/src/validation.test.ts +0 -330
  221. package/src/validation.ts +0 -246
  222. package/src/variable-name-inference.test.ts +0 -178
  223. package/src/variable-name-inference.ts +0 -242
  224. package/src/webhook.test.ts +0 -649
  225. package/src/webhook.ts +0 -637
  226. package/src/workflow-distributed.test.ts +0 -786
  227. package/src/workflow-distributed.ts +0 -916
  228. package/src/workflow.async-safety.integration.test.ts +0 -345
  229. package/src/workflow.test.ts +0 -647
  230. package/src/workflow.ts +0 -810
  231. package/src/yaml-config.test.ts +0 -337
  232. package/src/yaml-config.ts +0 -342
package/src/db.ts DELETED
@@ -1,447 +0,0 @@
1
- /**
2
- * Database Instrumentation Helpers
3
- *
4
- * Optional import: Not included in main bundle
5
- * Import from: 'autotel/db'
6
- *
7
- * Provides functional utilities for database query instrumentation.
8
- * Works with Prisma, Drizzle, TypeORM, raw SQL, and more.
9
- *
10
- * @example
11
- * ```typescript
12
- * import { instrumentDatabase } from 'autotel/db'
13
- *
14
- * const db = drizzle(pool)
15
- * instrumentDatabase(db, { dbSystem: 'postgresql', dbName: 'myapp' })
16
- *
17
- * // Now all queries are automatically trace
18
- * await db.select().from(users)
19
- * ```
20
- */
21
-
22
- import { SpanStatusCode } from '@opentelemetry/api';
23
- import { getConfig } from './config';
24
-
25
- /**
26
- * Helper: Trace a single database query
27
- *
28
- * @example
29
- * ```typescript
30
- * import { tracebQuery } from 'autotel/db'
31
- *
32
- * const users = await tracebQuery(
33
- * 'postgresql',
34
- * 'SELECT',
35
- * () => db.query('SELECT * FROM users WHERE active = true')
36
- * )
37
- * ```
38
- */
39
- export async function tracebQuery<T>(
40
- dbSystem: string,
41
- operation: string,
42
- fn: () => Promise<T>,
43
- attributes?: Record<string, string | number>,
44
- ): Promise<T> {
45
- const config = getConfig();
46
- const tracer = config.tracer;
47
-
48
- const spanName = `${dbSystem}.${operation}`;
49
-
50
- return tracer.startActiveSpan(spanName, async (span) => {
51
- const startTime = performance.now();
52
-
53
- try {
54
- span.setAttributes({
55
- 'db.system': dbSystem,
56
- 'db.operation': operation,
57
- ...attributes,
58
- });
59
-
60
- const result = await fn();
61
-
62
- const duration = performance.now() - startTime;
63
- span.setStatus({ code: SpanStatusCode.OK });
64
- span.setAttribute('db.duration_ms', duration);
65
-
66
- if (Array.isArray(result)) {
67
- span.setAttribute('db.result_count', result.length);
68
- }
69
-
70
- return result;
71
- } catch (error) {
72
- const duration = performance.now() - startTime;
73
-
74
- span.setStatus({
75
- code: SpanStatusCode.ERROR,
76
- message: error instanceof Error ? error.message : 'Unknown error',
77
- });
78
-
79
- span.setAttributes({
80
- 'db.duration_ms': duration,
81
- 'error.type':
82
- error instanceof Error ? error.constructor.name : 'Unknown',
83
- 'error.message':
84
- error instanceof Error ? error.message : 'Unknown error',
85
- });
86
-
87
- throw error;
88
- } finally {
89
- span.end();
90
- }
91
- });
92
- }
93
-
94
- // Helper functions
95
-
96
- function inferDbOperation(methodName: string): string {
97
- const lower = methodName.toLowerCase();
98
- if (lower.includes('find') || lower.includes('get') || lower.includes('list'))
99
- return 'SELECT';
100
- if (lower.includes('create') || lower.includes('insert')) return 'INSERT';
101
- if (lower.includes('update') || lower.includes('modify')) return 'UPDATE';
102
- if (lower.includes('delete') || lower.includes('remove')) return 'DELETE';
103
- if (lower.includes('count')) return 'COUNT';
104
- return 'QUERY';
105
- }
106
-
107
- function inferTableName(methodName: string): string | undefined {
108
- // Extract table name from method patterns like:
109
- // findUser -> user
110
- // listUsers -> users
111
- // createOrder -> order
112
-
113
- const patterns = [
114
- /find([A-Z][a-zA-Z]+)/,
115
- /get([A-Z][a-zA-Z]+)/,
116
- /list([A-Z][a-zA-Z]+)/,
117
- /create([A-Z][a-zA-Z]+)/,
118
- /update([A-Z][a-zA-Z]+)/,
119
- /delete([A-Z][a-zA-Z]+)/,
120
- /remove([A-Z][a-zA-Z]+)/,
121
- ];
122
-
123
- for (const pattern of patterns) {
124
- const match = methodName.match(pattern);
125
- if (match && match[1]) {
126
- return match[1].toLowerCase();
127
- }
128
- }
129
-
130
- return undefined;
131
- }
132
-
133
- function sanitizeSqlQuery(query: string): string {
134
- // Remove string literals and sensitive values (PII, credentials, etc.)
135
- // Preserves query structure for debugging while protecting data
136
- return query
137
- .replaceAll(/'[^']*'/g, "'?'")
138
- .replaceAll(/"[^"]*"/g, '"?"')
139
- .replaceAll(/\b\d+\b/g, '?') // Replace literal numbers
140
- .trim();
141
- }
142
-
143
- /**
144
- * Common database operation metrics
145
- */
146
- export const DB_OPERATIONS = {
147
- SELECT: 'SELECT',
148
- INSERT: 'INSERT',
149
- UPDATE: 'UPDATE',
150
- DELETE: 'DELETE',
151
- COUNT: 'COUNT',
152
- AGGREGATE: 'AGGREGATE',
153
- } as const;
154
-
155
- /**
156
- * Common database systems
157
- */
158
- export const DB_SYSTEMS = {
159
- POSTGRESQL: 'postgresql',
160
- MYSQL: 'mysql',
161
- MONGODB: 'mongodb',
162
- REDIS: 'redis',
163
- SQLITE: 'sqlite',
164
- MSSQL: 'mssql',
165
- } as const;
166
-
167
- // Symbol for idempotency - prevents double-instrumentation
168
- const INSTRUMENTED_SYMBOL = Symbol.for('autotel.db.instrumented');
169
-
170
- /**
171
- * Options for instrumentDatabase
172
- */
173
- export interface InstrumentDatabaseOptions {
174
- /** Database system (e.g., 'postgresql', 'mysql') */
175
- dbSystem: string;
176
- /** Database name (optional) */
177
- dbName?: string;
178
- /** Method names to instrument (if not provided, instruments common patterns) */
179
- methods?: string[];
180
- /** Method names to skip */
181
- skipMethods?: string[];
182
- /** Sanitize queries (remove sensitive data) - default: true */
183
- sanitizeQuery?: boolean;
184
- /** Slow query threshold in milliseconds - default: 1000ms */
185
- slowQueryThresholdMs?: number;
186
- }
187
-
188
- /**
189
- * Instrument a database client instance with OpenTelemetry tracing
190
- *
191
- * This is a function-based alternative to @DbInstrumented decorator.
192
- * Modifies the client in-place and returns it (idempotent - safe to call multiple times).
193
- *
194
- * Inspired by otel-drizzle and other otel instrumentation packages.
195
- *
196
- * @example Drizzle ORM
197
- * ```typescript
198
- * import { drizzle } from 'drizzle-orm/node-postgres'
199
- * import { instrumentDatabase } from 'autotel/db'
200
- *
201
- * const db = drizzle(pool)
202
- * instrumentDatabase(db, { dbSystem: 'postgresql', dbName: 'myapp' })
203
- *
204
- * // Now all db queries are automatically trace
205
- * await db.select().from(users)
206
- * ```
207
- *
208
- * @example Prisma
209
- * ```typescript
210
- * import { PrismaClient } from '@prisma/client'
211
- * import { instrumentDatabase } from 'autotel/db'
212
- *
213
- * const prisma = new PrismaClient()
214
- * instrumentDatabase(prisma, {
215
- * dbSystem: 'postgresql',
216
- * methods: ['findMany', 'findUnique', 'create', 'update', 'delete']
217
- * })
218
- *
219
- * // All specified methods are trace
220
- * await prisma.user.findMany()
221
- * ```
222
- *
223
- * @example Generic database client
224
- * ```typescript
225
- * import { instrumentDatabase } from 'autotel/db'
226
- *
227
- * const db = createDatabaseClient()
228
- * instrumentDatabase(db, {
229
- * dbSystem: 'mongodb',
230
- * methods: ['find', 'findOne', 'insertOne', 'updateOne', 'deleteOne']
231
- * })
232
- * ```
233
- */
234
- export function instrumentDatabase<T extends object>(
235
- client: T,
236
- options: InstrumentDatabaseOptions,
237
- ): T {
238
- // Idempotency check - if already instrumented, return as-is
239
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
240
- if ((client as any)[INSTRUMENTED_SYMBOL]) {
241
- return client;
242
- }
243
-
244
- const {
245
- dbSystem,
246
- dbName,
247
- methods,
248
- skipMethods = [],
249
- sanitizeQuery = true,
250
- slowQueryThresholdMs = 1000,
251
- } = options;
252
-
253
- const config = getConfig();
254
- const tracer = config.tracer;
255
-
256
- // Determine which methods to instrument
257
- const methodsToInstrument = methods || extractDatabaseMethods(client);
258
- const skipSet = new Set(skipMethods);
259
-
260
- for (const methodName of methodsToInstrument) {
261
- if (skipSet.has(methodName)) continue;
262
- if (methodName.startsWith('_')) continue; // Skip private methods
263
-
264
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
265
- const method = (client as any)[methodName];
266
- if (typeof method !== 'function') continue;
267
-
268
- // Preserve the original method
269
- const originalMethod = method;
270
-
271
- // Wrap the method
272
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
273
- (client as any)[methodName] = async function (this: T, ...args: any[]) {
274
- const operation = inferDbOperation(methodName);
275
- const table = inferTableName(methodName);
276
-
277
- const spanName = table
278
- ? `${dbSystem}.${operation} ${table}`
279
- : `${dbSystem}.${operation}`;
280
-
281
- return tracer.startActiveSpan(spanName, async (span) => {
282
- const startTime = performance.now();
283
-
284
- try {
285
- span.setAttributes({
286
- 'db.system': dbSystem,
287
- 'db.operation': operation,
288
- });
289
-
290
- if (dbName) {
291
- span.setAttribute('db.name', dbName);
292
- }
293
-
294
- if (table) {
295
- span.setAttribute('db.sql.table', table);
296
- }
297
-
298
- // Try to extract query from arguments (common patterns)
299
- const query = extractQueryFromArgs(args);
300
- if (query) {
301
- span.setAttribute(
302
- 'db.statement',
303
- sanitizeQuery ? sanitizeSqlQuery(query) : query,
304
- );
305
- }
306
-
307
- // Execute original method
308
- const result = await originalMethod.apply(this, args);
309
-
310
- const duration = performance.now() - startTime;
311
-
312
- span.setStatus({ code: SpanStatusCode.OK });
313
- span.setAttributes({
314
- 'db.duration_ms': duration,
315
- });
316
-
317
- // Mark slow queries
318
- if (duration > slowQueryThresholdMs) {
319
- span.setAttribute('db.slow_query', true);
320
- span.setAttribute(
321
- 'db.slow_query_threshold_ms',
322
- slowQueryThresholdMs,
323
- );
324
- }
325
-
326
- // Track result count if it's an array
327
- if (Array.isArray(result)) {
328
- span.setAttribute('db.result_count', result.length);
329
- }
330
-
331
- return result;
332
- } catch (error) {
333
- const duration = performance.now() - startTime;
334
-
335
- span.setStatus({
336
- code: SpanStatusCode.ERROR,
337
- message: error instanceof Error ? error.message : 'Unknown error',
338
- });
339
-
340
- span.setAttributes({
341
- 'db.duration_ms': duration,
342
- 'error.type':
343
- error instanceof Error ? error.constructor.name : 'Unknown',
344
- 'error.message':
345
- error instanceof Error ? error.message : 'Unknown error',
346
- });
347
-
348
- span.recordException(
349
- error instanceof Error ? error : new Error(String(error)),
350
- );
351
-
352
- throw error;
353
- } finally {
354
- span.end();
355
- }
356
- });
357
- };
358
-
359
- // Preserve function name
360
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
361
- Object.defineProperty((client as any)[methodName], 'name', {
362
- value: methodName,
363
- configurable: true,
364
- });
365
- }
366
-
367
- // Mark as instrumented
368
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
369
- (client as any)[INSTRUMENTED_SYMBOL] = true;
370
-
371
- return client;
372
- }
373
-
374
- /**
375
- * Extract method names from a database client that should be instrumented
376
- */
377
- function extractDatabaseMethods(client: object): string[] {
378
- const methods: string[] = [];
379
- const proto = Object.getPrototypeOf(client);
380
-
381
- // Get own methods
382
- for (const key of Object.getOwnPropertyNames(client)) {
383
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
384
- if (typeof (client as any)[key] === 'function' && !key.startsWith('_')) {
385
- methods.push(key);
386
- }
387
- }
388
-
389
- // Get prototype methods
390
- if (proto) {
391
- for (const key of Object.getOwnPropertyNames(proto)) {
392
- if (
393
- typeof proto[key] === 'function' &&
394
- !key.startsWith('_') &&
395
- key !== 'constructor'
396
- ) {
397
- methods.push(key);
398
- }
399
- }
400
- }
401
-
402
- return [...new Set(methods)]; // Deduplicate
403
- }
404
-
405
- /**
406
- * Try to extract SQL query from common argument patterns
407
- */
408
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
409
- function extractQueryFromArgs(args: any[]): string | undefined {
410
- if (args.length === 0) return undefined;
411
-
412
- const firstArg = args[0];
413
-
414
- // String query (raw SQL)
415
- if (typeof firstArg === 'string') {
416
- return firstArg;
417
- }
418
-
419
- // Object with sql property
420
- if (firstArg && typeof firstArg === 'object') {
421
- if ('sql' in firstArg && typeof firstArg.sql === 'string') {
422
- return firstArg.sql;
423
- }
424
- // PostgreSQL-style query object
425
- if ('text' in firstArg && typeof firstArg.text === 'string') {
426
- return firstArg.text;
427
- }
428
- // Query builder pattern
429
- if ('toQuery' in firstArg && typeof firstArg.toQuery === 'function') {
430
- try {
431
- const queryResult = firstArg.toQuery();
432
- if (typeof queryResult === 'string') return queryResult;
433
- if (
434
- queryResult &&
435
- typeof queryResult === 'object' &&
436
- 'sql' in queryResult
437
- ) {
438
- return queryResult.sql as string;
439
- }
440
- } catch {
441
- // Ignore errors from toQuery()
442
- }
443
- }
444
- }
445
-
446
- return undefined;
447
- }
@@ -1,153 +0,0 @@
1
- import { describe, it, expect, beforeEach, afterEach } from 'vitest';
2
- import { Trace } from './decorators';
3
- import { configure, resetConfig } from './config';
4
- import { trace as otelTrace, SpanStatusCode } from '@opentelemetry/api';
5
- import {
6
- BasicTracerProvider,
7
- InMemorySpanExporter,
8
- SimpleSpanProcessor,
9
- } from '@opentelemetry/sdk-trace-base';
10
-
11
- describe('Decorators', () => {
12
- let exporter: InMemorySpanExporter;
13
- let provider: BasicTracerProvider;
14
-
15
- beforeEach(() => {
16
- resetConfig();
17
-
18
- exporter = new InMemorySpanExporter();
19
- provider = new BasicTracerProvider({
20
- spanProcessors: [new SimpleSpanProcessor(exporter)],
21
- });
22
-
23
- otelTrace.setGlobalTracerProvider(provider);
24
- const tracer = provider.getTracer('test-decorators');
25
- configure({ tracer });
26
- });
27
-
28
- afterEach(() => {
29
- exporter.reset();
30
- otelTrace.setGlobalTracerProvider(undefined as any);
31
- });
32
-
33
- describe('@Trace method decorator', () => {
34
- it('should trace a simple async method', async () => {
35
- class TestService {
36
- @Trace()
37
- async getData() {
38
- return { data: 'test' };
39
- }
40
- }
41
-
42
- const service = new TestService();
43
- const result = await service.getData();
44
-
45
- expect(result).toEqual({ data: 'test' });
46
-
47
- const spans = exporter.getFinishedSpans();
48
- expect(spans).toHaveLength(1);
49
- expect(spans[0]?.name).toBe('getData');
50
- });
51
-
52
- it('should use custom name', async () => {
53
- class TestService {
54
- @Trace('custom.operation')
55
- async processData() {
56
- return 'processed';
57
- }
58
- }
59
-
60
- const service = new TestService();
61
- await service.processData();
62
-
63
- const spans = exporter.getFinishedSpans();
64
- expect(spans[0]?.name).toBe('custom.operation');
65
- });
66
-
67
- it('should pass options to trace', async () => {
68
- class TestService {
69
- @Trace({ name: 'test.method', withMetrics: true })
70
- async execute() {
71
- return 'done';
72
- }
73
- }
74
-
75
- const service = new TestService();
76
- await service.execute();
77
-
78
- const spans = exporter.getFinishedSpans();
79
- expect(spans[0]?.name).toBe('test.method');
80
- });
81
-
82
- it('should make ctx available via this.ctx', async () => {
83
- interface WithTraceContext {
84
- ctx?: import('./functional').TraceContext;
85
- }
86
-
87
- class TestService {
88
- // @ts-expect-error - Decorator type resolution issue in test environment, works in production
89
- @Trace()
90
- async createUser(data: { id: string }) {
91
- const ctx = (this as unknown as WithTraceContext).ctx;
92
- if (ctx) {
93
- ctx.setAttribute('user.id', data.id);
94
- }
95
- return data;
96
- }
97
- }
98
-
99
- const service = new TestService();
100
- await service.createUser({ id: '123' });
101
-
102
- const spans = exporter.getFinishedSpans();
103
- expect(spans[0]?.attributes['user.id']).toBe('123');
104
- });
105
-
106
- it('should work without accessing ctx', async () => {
107
- class TestService {
108
- @Trace()
109
- async simpleMethod() {
110
- return 'result';
111
- }
112
- }
113
-
114
- const service = new TestService();
115
- const result = await service.simpleMethod();
116
-
117
- expect(result).toBe('result');
118
- expect(exporter.getFinishedSpans()).toHaveLength(1);
119
- });
120
-
121
- it('should preserve method arguments and return values', async () => {
122
- class TestService {
123
- // @ts-expect-error - Decorator type resolution issue in test environment, works in production
124
- @Trace()
125
- async calculate(a: number, b: number) {
126
- return a + b;
127
- }
128
- }
129
-
130
- const service = new TestService();
131
- const result = await service.calculate(5, 3);
132
-
133
- expect(result).toBe(8);
134
- });
135
-
136
- it('should handle errors correctly', async () => {
137
- class TestService {
138
- @Trace()
139
- async failingMethod() {
140
- throw new Error('Test error');
141
- }
142
- }
143
-
144
- const service = new TestService();
145
-
146
- await expect(service.failingMethod()).rejects.toThrow('Test error');
147
-
148
- const spans = exporter.getFinishedSpans();
149
- expect(spans).toHaveLength(1);
150
- expect(spans[0]?.status.code).toBe(SpanStatusCode.ERROR);
151
- });
152
- });
153
- });