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/testing.ts DELETED
@@ -1,705 +0,0 @@
1
- /**
2
- * Testing Utilities
3
- *
4
- * Helpers for testing instrumented code and verifying telemetry.
5
- * Perfect for integration tests and QA in production validation.
6
- *
7
- * @example Verify traces are created
8
- * ```typescript
9
- * import { assertTraceCreated, collectTraces } from '@your-org/otel-decorators/testing'
10
- *
11
- * describe('UserService', () => {
12
- * it('should create trace for user creation', async () => {
13
- * const collector = collectTraces()
14
- *
15
- * const service = new UserService()
16
- * await service.createUser({ email: 'test@example.com' })
17
- *
18
- * assertTraceCreated(collector, 'user.createUser')
19
- * })
20
- * })
21
- * ```
22
- */
23
-
24
- import {
25
- SpanStatusCode,
26
- type SpanStatus,
27
- type Attributes,
28
- type AttributeValue,
29
- context,
30
- trace as otelTrace,
31
- type Span,
32
- type SpanContext,
33
- type TimeInput,
34
- type Exception,
35
- type SpanOptions,
36
- type Context as OtelContext,
37
- type Tracer,
38
- } from '@opentelemetry/api';
39
- import { type Logger } from './logger';
40
- import { configure } from './config';
41
-
42
- // Re-export events testing utilities
43
- export {
44
- createEventCollector,
45
- assertEventTracked,
46
- assertOutcomeTracked,
47
- type EventCollector,
48
- type EventData,
49
- type EventsFunnelStep,
50
- type EventsOutcome,
51
- type EventsValue,
52
- } from './event-testing';
53
-
54
- /**
55
- * Note: OpenTelemetry exporters and processors have moved to dedicated modules
56
- * for better semantic clarity.
57
- *
58
- * For exporters (ConsoleSpanExporter, InMemorySpanExporter):
59
- * @see {@link autotel/exporters}
60
- *
61
- * For processors (SimpleSpanProcessor, BatchSpanProcessor):
62
- * @see {@link autotel/processors}
63
- *
64
- * This module focuses on high-level testing utilities with assertion helpers
65
- * and trace collectors.
66
- *
67
- * @example High-level testing (recommended)
68
- * ```typescript
69
- * import { createTraceCollector, assertTraceCreated } from 'autotel/testing'
70
- *
71
- * const collector = createTraceCollector()
72
- * await myService.doSomething()
73
- * assertTraceCreated(collector, 'myService.doSomething')
74
- * ```
75
- *
76
- * @example Low-level testing (when you need raw OTel spans)
77
- * ```typescript
78
- * import { InMemorySpanExporter } from 'autotel/exporters'
79
- * import { SimpleSpanProcessor } from 'autotel/processors'
80
- *
81
- * const exporter = new InMemorySpanExporter()
82
- * init({ service: 'test', spanProcessor: new SimpleSpanProcessor(exporter) })
83
- * ```
84
- */
85
-
86
- /**
87
- * Simplified span representation for testing
88
- */
89
- export interface TestSpan {
90
- name: string;
91
- status: SpanStatus;
92
- attributes: Attributes;
93
- startTime: number;
94
- endTime: number;
95
- duration: number;
96
- }
97
-
98
- /**
99
- * In-memory trace collector for testing
100
- */
101
- export interface TraceCollector {
102
- /** Get all collected spans */
103
- getSpans(): TestSpan[];
104
- /** Get spans matching a name */
105
- getSpansByName(name: string): TestSpan[];
106
- /** Get spans matching attributes */
107
- getSpansByAttributes(attributes: Record<string, unknown>): TestSpan[];
108
- /** Clear all collected spans */
109
- clear(): void;
110
- /** Record a span (internal use) */
111
- recordSpan(span: TestSpan): void;
112
- }
113
-
114
- /**
115
- * Create an in-memory trace collector for testing
116
- *
117
- * IMPORTANT: This automatically configures the global tracer to record spans.
118
- * Call this in your test's beforeEach() to ensure proper setup.
119
- *
120
- * @example
121
- * ```typescript
122
- * import { createTraceCollector } from 'autotel/testing'
123
- *
124
- * describe('MyService', () => {
125
- * let collector: TraceCollector
126
- *
127
- * beforeEach(() => {
128
- * collector = createTraceCollector()
129
- * })
130
- *
131
- * it('should trace operations', async () => {
132
- * await myService.doSomething()
133
- *
134
- * const spans = collector.getSpansByName('myService.doSomething')
135
- * expect(spans).toHaveLength(1)
136
- * })
137
- * })
138
- * ```
139
- */
140
- export function createTraceCollector(): TraceCollector {
141
- const spans: TestSpan[] = [];
142
-
143
- // Create mock span that captures data and implements full Span interface
144
- const createMockSpan = (name: string, startTime: number): Span => {
145
- const spanData: Partial<TestSpan> = {
146
- name,
147
- startTime,
148
- attributes: {},
149
- status: { code: SpanStatusCode.OK },
150
- };
151
-
152
- const spanContextData: SpanContext = {
153
- traceId: '1234567890abcdef1234567890abcdef', // 128-bit trace ID (32 hex chars)
154
- spanId: '1234567890abcdef', // 64-bit span ID (16 hex chars)
155
- traceFlags: 1,
156
- isRemote: false,
157
- };
158
-
159
- const mockSpan: Span = {
160
- spanContext: () => spanContextData,
161
-
162
- setStatus(status: SpanStatus) {
163
- spanData.status = status;
164
- return this;
165
- },
166
-
167
- setAttributes(attributes: Attributes) {
168
- spanData.attributes = { ...spanData.attributes, ...attributes };
169
- return this;
170
- },
171
-
172
- setAttribute(key: string, value: AttributeValue) {
173
- spanData.attributes = spanData.attributes || {};
174
- spanData.attributes[key] = value;
175
- return this;
176
- },
177
-
178
- addEvent(
179
- name: string,
180
- attributesOrStartTime?: Attributes | TimeInput,
181
- startTime?: TimeInput,
182
- ) {
183
- void name;
184
- void attributesOrStartTime;
185
- void startTime;
186
- return this;
187
- },
188
-
189
- addLink(link: { context: SpanContext; attributes?: Attributes }) {
190
- void link;
191
- return this;
192
- },
193
-
194
- addLinks(
195
- links: Array<{ context: SpanContext; attributes?: Attributes }>,
196
- ) {
197
- void links;
198
- return this;
199
- },
200
-
201
- updateName(newName: string) {
202
- spanData.name = newName;
203
- return this;
204
- },
205
-
206
- isRecording() {
207
- return true;
208
- },
209
-
210
- recordException(exception: Exception, time?: TimeInput) {
211
- void exception;
212
- void time;
213
- },
214
-
215
- end(endTimeArg?: TimeInput) {
216
- void endTimeArg;
217
- const endTime = performance.now();
218
- spans.push({
219
- name: spanData.name!,
220
- status: spanData.status!,
221
- attributes: spanData.attributes || {},
222
- startTime: spanData.startTime!,
223
- endTime,
224
- duration: endTime - spanData.startTime!,
225
- });
226
- },
227
- };
228
-
229
- return mockSpan;
230
- };
231
-
232
- // Create mock tracer
233
- const mockTracer: Tracer = {
234
- startSpan(name: string, options?: SpanOptions, ctx?: OtelContext): Span {
235
- void options;
236
- void ctx;
237
- const startTime = performance.now();
238
- return createMockSpan(name, startTime);
239
- },
240
-
241
- startActiveSpan<F extends (span: Span) => unknown>(
242
- name: string,
243
- optionsOrFn: SpanOptions | F,
244
- contextOrFn?: OtelContext | F,
245
- fn?: F,
246
- ): ReturnType<F> {
247
- const callback = (() => {
248
- if (typeof optionsOrFn === 'function') {
249
- return optionsOrFn;
250
- }
251
- if (typeof contextOrFn === 'function') {
252
- return contextOrFn;
253
- }
254
- if (fn) {
255
- return fn;
256
- }
257
- throw new Error('startActiveSpan requires a callback');
258
- })();
259
-
260
- const startTime = performance.now();
261
- const mockSpan = createMockSpan(name, startTime);
262
-
263
- // Set span as active in context (makes otelTrace.getActiveSpan() work)
264
- const ctx = otelTrace.setSpan(context.active(), mockSpan);
265
- return context.with(ctx, () => callback(mockSpan)) as ReturnType<F>;
266
- },
267
- };
268
-
269
- // Auto-configure global tracer
270
- configure({ tracer: mockTracer });
271
-
272
- return {
273
- getSpans(): TestSpan[] {
274
- return [...spans];
275
- },
276
-
277
- getSpansByName(name: string): TestSpan[] {
278
- return spans.filter((span) => span.name === name);
279
- },
280
-
281
- getSpansByAttributes(attributes: Record<string, unknown>): TestSpan[] {
282
- return spans.filter((span) => {
283
- return Object.entries(attributes).every(
284
- ([key, value]) => span.attributes[key] === value,
285
- );
286
- });
287
- },
288
-
289
- clear(): void {
290
- spans.length = 0;
291
- },
292
-
293
- recordSpan(span: TestSpan): void {
294
- spans.push(span);
295
- },
296
- };
297
- }
298
-
299
- /**
300
- * Assert that a trace was created for an operation
301
- *
302
- * @param collector - Trace collector
303
- * @param operationName - Expected operation name
304
- * @param options - Optional assertion options
305
- * @throws Error if trace was not found or doesn't match expectations
306
- *
307
- * @example
308
- * ```typescript
309
- * assertTraceCreated(collector, 'user.createUser')
310
- * assertTraceCreated(collector, 'user.createUser', {
311
- * minCount: 1,
312
- * maxCount: 1,
313
- * status: SpanStatusCode.OK,
314
- * attributes: { 'user.email': 'test@example.com' }
315
- * })
316
- * ```
317
- */
318
- export function assertTraceCreated(
319
- collector: TraceCollector,
320
- operationName: string,
321
- options?: {
322
- minCount?: number;
323
- maxCount?: number;
324
- status?: SpanStatusCode;
325
- attributes?: Record<string, unknown>;
326
- },
327
- ): void {
328
- const spans = collector.getSpansByName(operationName);
329
-
330
- if (options?.minCount !== undefined && spans.length < options.minCount) {
331
- throw new Error(
332
- `Expected at least ${options.minCount} traces for ${operationName}, got ${spans.length}`,
333
- );
334
- }
335
-
336
- if (options?.maxCount !== undefined && spans.length > options.maxCount) {
337
- throw new Error(
338
- `Expected at most ${options.maxCount} traces for ${operationName}, got ${spans.length}`,
339
- );
340
- }
341
-
342
- if (spans.length === 0) {
343
- throw new Error(`No traces found for operation: ${operationName}`);
344
- }
345
-
346
- if (options?.status !== undefined) {
347
- const matchingSpans = spans.filter(
348
- (span) => span.status.code === options.status,
349
- );
350
- if (matchingSpans.length === 0) {
351
- throw new Error(
352
- `No traces with status ${options.status} found for ${operationName}`,
353
- );
354
- }
355
- }
356
-
357
- if (options?.attributes) {
358
- const matchingSpans = spans.filter((span) => {
359
- return Object.entries(options.attributes!).every(
360
- ([key, value]) => span.attributes[key] === value,
361
- );
362
- });
363
- if (matchingSpans.length === 0) {
364
- throw new Error(
365
- `No traces with attributes ${JSON.stringify(options.attributes)} found for ${operationName}`,
366
- );
367
- }
368
- }
369
- }
370
-
371
- /**
372
- * Assert that no errors were logged
373
- *
374
- * Use this in smoke tests to verify critical paths don't have errors.
375
- *
376
- * @param collector - Trace collector
377
- * @throws Error if any error traces are found
378
- *
379
- * @example
380
- * ```typescript
381
- * // Run critical user flows
382
- * await runSmokeTests()
383
- *
384
- * // Verify no errors occurred
385
- * assertNoErrors(collector)
386
- * ```
387
- */
388
- export function assertNoErrors(collector: TraceCollector): void {
389
- const errorSpans = collector
390
- .getSpans()
391
- .filter((span) => span.status.code === SpanStatusCode.ERROR);
392
-
393
- if (errorSpans.length > 0) {
394
- const errorSummary = errorSpans
395
- .map((span) => `${span.name}: ${span.status.message}`)
396
- .join('\n');
397
- throw new Error(`Found ${errorSpans.length} error spans:\n${errorSummary}`);
398
- }
399
- }
400
-
401
- /**
402
- * Assert that a trace was created and succeeded
403
- *
404
- * @param collector - Trace collector
405
- * @param operationName - Expected operation name
406
- *
407
- * @example
408
- * ```typescript
409
- * assertTraceSucceeded(collector, 'user.createUser')
410
- * ```
411
- */
412
- export function assertTraceSucceeded(
413
- collector: TraceCollector,
414
- operationName: string,
415
- ): void {
416
- assertTraceCreated(collector, operationName, { status: SpanStatusCode.OK });
417
- }
418
-
419
- /**
420
- * Assert that a trace was created and failed
421
- *
422
- * @param collector - Trace collector
423
- * @param operationName - Expected operation name
424
- * @param errorMessage - Optional expected error message
425
- *
426
- * @example
427
- * ```typescript
428
- * assertTraceFailed(collector, 'user.createUser', 'Invalid email')
429
- * ```
430
- */
431
- export function assertTraceFailed(
432
- collector: TraceCollector,
433
- operationName: string,
434
- errorMessage?: string,
435
- ): void {
436
- const spans = collector.getSpansByName(operationName);
437
-
438
- if (spans.length === 0) {
439
- throw new Error(`No traces found for operation: ${operationName}`);
440
- }
441
-
442
- const errorSpans = spans.filter(
443
- (span) => span.status.code === SpanStatusCode.ERROR,
444
- );
445
-
446
- if (errorSpans.length === 0) {
447
- throw new Error(`No error traces found for operation: ${operationName}`);
448
- }
449
-
450
- if (errorMessage) {
451
- const matchingSpans = errorSpans.filter(
452
- (span) => span.status.message === errorMessage,
453
- );
454
- if (matchingSpans.length === 0) {
455
- throw new Error(
456
- `No error traces with message "${errorMessage}" found for ${operationName}`,
457
- );
458
- }
459
- }
460
- }
461
-
462
- /**
463
- * In-memory log collector for testing
464
- */
465
- export interface LogCollector {
466
- /** Get all collected logs */
467
- getLogs(): LogEntry[];
468
- /** Get logs by level */
469
- getLogsByLevel(level: 'info' | 'warn' | 'error' | 'debug'): LogEntry[];
470
- /** Get logs containing a message */
471
- getLogsByMessage(message: string): LogEntry[];
472
- /** Clear all collected logs */
473
- clear(): void;
474
- }
475
-
476
- /**
477
- * Log entry
478
- */
479
- export interface LogEntry {
480
- level: 'info' | 'warn' | 'error' | 'debug';
481
- message: string;
482
- extra?: Record<string, unknown>;
483
- error?: Error;
484
- }
485
-
486
- /**
487
- * Create an in-memory log collector for testing
488
- *
489
- * @example
490
- * ```typescript
491
- * const logger = createMockLogger()
492
- *
493
- * // Use logger in your code
494
- * service.log = logger
495
- * await service.doSomething()
496
- *
497
- * // Assert logs were created
498
- * const logs = logger.getLogs()
499
- * expect(logs).toHaveLength(2)
500
- * expect(logs[0].message).toBe('Operation started')
501
- * ```
502
- */
503
- export function createMockLogger(): Logger & LogCollector {
504
- const logs: LogEntry[] = [];
505
-
506
- // Pino-compatible signature: supports both:
507
- // - logger.info('message') - string only
508
- // - logger.info({ extra }, 'message') - object first with optional message
509
- const createLogMethod = (level: 'info' | 'warn' | 'debug') => {
510
- return (objOrMsg: Record<string, unknown> | string, msg?: string): void => {
511
- if (typeof objOrMsg === 'string') {
512
- // String-only call: logger.info('message')
513
- logs.push({
514
- level,
515
- message: objOrMsg,
516
- extra: undefined,
517
- });
518
- } else {
519
- // Pino style: logger.info({ extra }, 'message')
520
- logs.push({
521
- level,
522
- message: msg || '',
523
- extra: objOrMsg,
524
- });
525
- }
526
- };
527
- };
528
-
529
- return {
530
- info: createLogMethod('info'),
531
- warn: createLogMethod('warn'),
532
- debug: createLogMethod('debug'),
533
-
534
- error(objOrMsg: Record<string, unknown> | string, msg?: string): void {
535
- if (typeof objOrMsg === 'string') {
536
- // String-only call: logger.error('message')
537
- logs.push({
538
- level: 'error',
539
- message: objOrMsg,
540
- extra: undefined,
541
- error: undefined,
542
- });
543
- return;
544
- }
545
-
546
- // Pino style: logger.error({ err, ...extra }, 'message')
547
- // Extract err from extra if present (Pino convention)
548
- const { err, ...rest } = objOrMsg as Record<string, unknown> & {
549
- err?: unknown;
550
- };
551
- logs.push({
552
- level: 'error',
553
- message: msg || '',
554
- error: err instanceof Error ? err : undefined,
555
- extra:
556
- err !== undefined && !(err instanceof Error)
557
- ? { err, ...rest }
558
- : rest,
559
- });
560
- },
561
-
562
- getLogs(): LogEntry[] {
563
- return [...logs];
564
- },
565
-
566
- getLogsByLevel(level: 'info' | 'warn' | 'error' | 'debug'): LogEntry[] {
567
- return logs.filter((log) => log.level === level);
568
- },
569
-
570
- getLogsByMessage(message: string): LogEntry[] {
571
- return logs.filter((log) => log.message.includes(message));
572
- },
573
-
574
- clear(): void {
575
- logs.length = 0;
576
- },
577
- };
578
- }
579
-
580
- /**
581
- * Assert that no error logs were created
582
- *
583
- * @param logger - Log collector
584
- * @throws Error if any error logs are found
585
- *
586
- * @example
587
- * ```typescript
588
- * assertNoErrorsLogged(logger)
589
- * ```
590
- */
591
- export function assertNoErrorsLogged(logger: LogCollector): void {
592
- const errorLogs = logger.getLogsByLevel('error');
593
-
594
- if (errorLogs.length > 0) {
595
- const errorSummary = errorLogs
596
- .map(
597
- (log) => `${log.message}${log.error ? ': ' + log.error.message : ''}`,
598
- )
599
- .join('\n');
600
- throw new Error(`Found ${errorLogs.length} error logs:\n${errorSummary}`);
601
- }
602
- }
603
-
604
- /**
605
- * Wait for a specific trace to be created
606
- *
607
- * Useful for async operations where you need to wait for telemetry.
608
- *
609
- * @param collector - Trace collector
610
- * @param operationName - Expected operation name
611
- * @param timeoutMs - Timeout in milliseconds (default 5000)
612
- * @returns Promise that resolves when trace is found
613
- * @throws Error if timeout is reached
614
- *
615
- * @example
616
- * ```typescript
617
- * // Start async operation
618
- * const promise = service.doAsyncWork()
619
- *
620
- * // Wait for trace
621
- * await waitForTrace(collector, 'service.doAsyncWork', 1000)
622
- *
623
- * // Now you can assert on the trace
624
- * assertTraceSucceeded(collector, 'service.doAsyncWork')
625
- * ```
626
- */
627
- export async function waitForTrace(
628
- collector: TraceCollector,
629
- operationName: string,
630
- timeoutMs: number = 5000,
631
- ): Promise<void> {
632
- const startTime = Date.now();
633
-
634
- while (Date.now() - startTime < timeoutMs) {
635
- const spans = collector.getSpansByName(operationName);
636
- if (spans.length > 0) {
637
- return;
638
- }
639
- await new Promise((resolve) => setTimeout(resolve, 10));
640
- }
641
-
642
- throw new Error(
643
- `Timeout waiting for trace ${operationName} after ${timeoutMs}ms`,
644
- );
645
- }
646
-
647
- /**
648
- * Get trace duration in milliseconds
649
- *
650
- * @param collector - Trace collector
651
- * @param operationName - Operation name
652
- * @returns Duration in milliseconds, or undefined if trace not found
653
- *
654
- * @example
655
- * ```typescript
656
- * const duration = getTraceDuration(collector, 'user.createUser')
657
- * expect(duration).toBeLessThan(1000) // Should be < 1s
658
- * ```
659
- */
660
- export function getTraceDuration(
661
- collector: TraceCollector,
662
- operationName: string,
663
- ): number | undefined {
664
- const spans = collector.getSpansByName(operationName);
665
- if (spans.length === 0) {
666
- return undefined;
667
- }
668
-
669
- return spans[0]?.duration;
670
- }
671
-
672
- /**
673
- * Assert that an operation completed within a time threshold
674
- *
675
- * Perfect for performance testing and SLO validation.
676
- *
677
- * @param collector - Trace collector
678
- * @param operationName - Operation name
679
- * @param maxDurationMs - Maximum allowed duration in milliseconds
680
- * @throws Error if operation took too long
681
- *
682
- * @example
683
- * ```typescript
684
- * // Verify operation meets SLO
685
- * await service.createUser({ email: 'test@example.com' })
686
- * assertTraceDuration(collector, 'user.createUser', 500) // Must be < 500ms
687
- * ```
688
- */
689
- export function assertTraceDuration(
690
- collector: TraceCollector,
691
- operationName: string,
692
- maxDurationMs: number,
693
- ): void {
694
- const duration = getTraceDuration(collector, operationName);
695
-
696
- if (duration === undefined) {
697
- throw new Error(`No trace found for operation: ${operationName}`);
698
- }
699
-
700
- if (duration > maxDurationMs) {
701
- throw new Error(
702
- `Operation ${operationName} took ${duration.toFixed(2)}ms, exceeding ${maxDurationMs}ms threshold`,
703
- );
704
- }
705
- }