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
@@ -1,230 +0,0 @@
1
- /**
2
- * Tests for tail sampling span processor
3
- */
4
-
5
- import { describe, it, expect, beforeEach } from 'vitest';
6
- import { TailSamplingSpanProcessor } from './tail-sampling-processor';
7
- import {
8
- AUTOTEL_SAMPLING_TAIL_KEEP,
9
- AUTOTEL_SAMPLING_TAIL_EVALUATED,
10
- } from './sampling';
11
- import type {
12
- SpanProcessor,
13
- ReadableSpan,
14
- } from '@opentelemetry/sdk-trace-base';
15
- import type { Context } from '@opentelemetry/api';
16
- import type { Span } from '@opentelemetry/sdk-trace-base';
17
-
18
- // Mock span processor
19
- class MockSpanProcessor implements SpanProcessor {
20
- public startedSpans: Span[] = [];
21
- public endedSpans: ReadableSpan[] = [];
22
- public flushed = false;
23
- public shutdownCalled = false;
24
-
25
- onStart(span: Span): void {
26
- this.startedSpans.push(span);
27
- }
28
-
29
- onEnd(span: ReadableSpan): void {
30
- this.endedSpans.push(span);
31
- }
32
-
33
- async forceFlush(): Promise<void> {
34
- this.flushed = true;
35
- }
36
-
37
- async shutdown(): Promise<void> {
38
- this.shutdownCalled = true;
39
- }
40
-
41
- reset(): void {
42
- this.startedSpans = [];
43
- this.endedSpans = [];
44
- this.flushed = false;
45
- this.shutdownCalled = false;
46
- }
47
- }
48
-
49
- // Create mock ReadableSpan
50
- function createMockSpan(attributes: Record<string, unknown>): ReadableSpan {
51
- return {
52
- attributes,
53
- name: 'test-span',
54
- spanContext: () => ({
55
- traceId: 'trace123',
56
- spanId: 'span123',
57
- traceFlags: 1,
58
- }),
59
- } as ReadableSpan;
60
- }
61
-
62
- describe('TailSamplingSpanProcessor', () => {
63
- let mockProcessor: MockSpanProcessor;
64
- let tailSamplingProcessor: TailSamplingSpanProcessor;
65
-
66
- beforeEach(() => {
67
- mockProcessor = new MockSpanProcessor();
68
- tailSamplingProcessor = new TailSamplingSpanProcessor(mockProcessor);
69
- });
70
-
71
- describe('Span forwarding', () => {
72
- it('should forward span to wrapped processor on onStart', () => {
73
- const mockSpan = {} as Span;
74
- const mockContext = {} as Context;
75
-
76
- tailSamplingProcessor.onStart(mockSpan, mockContext);
77
-
78
- expect(mockProcessor.startedSpans).toHaveLength(1);
79
- expect(mockProcessor.startedSpans[0]).toBe(mockSpan);
80
- });
81
-
82
- it('should forward spans without tail sampling attributes', () => {
83
- const span = createMockSpan({ foo: 'bar' });
84
-
85
- tailSamplingProcessor.onEnd(span);
86
-
87
- expect(mockProcessor.endedSpans).toHaveLength(1);
88
- expect(mockProcessor.endedSpans[0]).toBe(span);
89
- });
90
-
91
- it('should forward spans marked to keep (sampling.tail.keep = true)', () => {
92
- const span = createMockSpan({
93
- [AUTOTEL_SAMPLING_TAIL_EVALUATED]: true,
94
- [AUTOTEL_SAMPLING_TAIL_KEEP]: true,
95
- });
96
-
97
- tailSamplingProcessor.onEnd(span);
98
-
99
- expect(mockProcessor.endedSpans).toHaveLength(1);
100
- expect(mockProcessor.endedSpans[0]).toBe(span);
101
- });
102
- });
103
-
104
- describe('Span dropping', () => {
105
- it('should drop spans marked to drop (sampling.tail.keep = false)', () => {
106
- const span = createMockSpan({
107
- [AUTOTEL_SAMPLING_TAIL_EVALUATED]: true,
108
- [AUTOTEL_SAMPLING_TAIL_KEEP]: false,
109
- });
110
-
111
- tailSamplingProcessor.onEnd(span);
112
-
113
- // Span should NOT be forwarded
114
- expect(mockProcessor.endedSpans).toHaveLength(0);
115
- });
116
-
117
- it('should drop multiple spans marked as false', () => {
118
- const span1 = createMockSpan({
119
- [AUTOTEL_SAMPLING_TAIL_EVALUATED]: true,
120
- [AUTOTEL_SAMPLING_TAIL_KEEP]: false,
121
- });
122
-
123
- const span2 = createMockSpan({
124
- [AUTOTEL_SAMPLING_TAIL_EVALUATED]: true,
125
- [AUTOTEL_SAMPLING_TAIL_KEEP]: false,
126
- });
127
-
128
- tailSamplingProcessor.onEnd(span1);
129
- tailSamplingProcessor.onEnd(span2);
130
-
131
- expect(mockProcessor.endedSpans).toHaveLength(0);
132
- });
133
- });
134
-
135
- describe('Edge cases', () => {
136
- it('should forward spans when only evaluated but no keep attribute', () => {
137
- const span = createMockSpan({
138
- [AUTOTEL_SAMPLING_TAIL_EVALUATED]: true,
139
- // Missing AUTOTEL_SAMPLING_TAIL_KEEP
140
- });
141
-
142
- tailSamplingProcessor.onEnd(span);
143
-
144
- // Should forward (undefined !== false)
145
- expect(mockProcessor.endedSpans).toHaveLength(1);
146
- });
147
-
148
- it('should forward spans when only keep but not evaluated', () => {
149
- const span = createMockSpan({
150
- // Missing AUTOTEL_SAMPLING_TAIL_EVALUATED
151
- [AUTOTEL_SAMPLING_TAIL_KEEP]: false,
152
- });
153
-
154
- tailSamplingProcessor.onEnd(span);
155
-
156
- // Should forward (evaluated !== true)
157
- expect(mockProcessor.endedSpans).toHaveLength(1);
158
- });
159
-
160
- it('should handle mixed spans (some kept, some dropped)', () => {
161
- const keptSpan1 = createMockSpan({ foo: 'bar' });
162
- const droppedSpan = createMockSpan({
163
- [AUTOTEL_SAMPLING_TAIL_EVALUATED]: true,
164
- [AUTOTEL_SAMPLING_TAIL_KEEP]: false,
165
- });
166
- const keptSpan2 = createMockSpan({
167
- [AUTOTEL_SAMPLING_TAIL_EVALUATED]: true,
168
- [AUTOTEL_SAMPLING_TAIL_KEEP]: true,
169
- });
170
-
171
- tailSamplingProcessor.onEnd(keptSpan1);
172
- tailSamplingProcessor.onEnd(droppedSpan);
173
- tailSamplingProcessor.onEnd(keptSpan2);
174
-
175
- expect(mockProcessor.endedSpans).toHaveLength(2);
176
- expect(mockProcessor.endedSpans[0]).toBe(keptSpan1);
177
- expect(mockProcessor.endedSpans[1]).toBe(keptSpan2);
178
- });
179
- });
180
-
181
- describe('Lifecycle methods', () => {
182
- it('should forward forceFlush to wrapped processor', async () => {
183
- await tailSamplingProcessor.forceFlush();
184
-
185
- expect(mockProcessor.flushed).toBe(true);
186
- });
187
-
188
- it('should forward shutdown to wrapped processor', async () => {
189
- await tailSamplingProcessor.shutdown();
190
-
191
- expect(mockProcessor.shutdownCalled).toBe(true);
192
- });
193
- });
194
-
195
- describe('Integration with sampling strategy', () => {
196
- it('should work with adaptive sampling pattern', () => {
197
- // Simulate adaptive sampling flow:
198
- // 1. Fast successful request (drop)
199
- // 2. Slow request (keep)
200
- // 3. Error request (keep)
201
-
202
- const fastSpan = createMockSpan({
203
- [AUTOTEL_SAMPLING_TAIL_EVALUATED]: true,
204
- [AUTOTEL_SAMPLING_TAIL_KEEP]: false, // Fast, no errors
205
- duration: 50,
206
- });
207
-
208
- const slowSpan = createMockSpan({
209
- [AUTOTEL_SAMPLING_TAIL_EVALUATED]: true,
210
- [AUTOTEL_SAMPLING_TAIL_KEEP]: true, // Slow request
211
- duration: 1000,
212
- });
213
-
214
- const errorSpan = createMockSpan({
215
- [AUTOTEL_SAMPLING_TAIL_EVALUATED]: true,
216
- [AUTOTEL_SAMPLING_TAIL_KEEP]: true, // Had error
217
- error: true,
218
- });
219
-
220
- tailSamplingProcessor.onEnd(fastSpan);
221
- tailSamplingProcessor.onEnd(slowSpan);
222
- tailSamplingProcessor.onEnd(errorSpan);
223
-
224
- // Only slow and error spans should be forwarded
225
- expect(mockProcessor.endedSpans).toHaveLength(2);
226
- expect(mockProcessor.endedSpans[0]).toBe(slowSpan);
227
- expect(mockProcessor.endedSpans[1]).toBe(errorSpan);
228
- });
229
- });
230
- });
@@ -1,55 +0,0 @@
1
- /**
2
- * Tail Sampling Span Processor
3
- *
4
- * Filters spans based on the `autotel.sampling.tail.keep` attribute set during execution.
5
- * This enables adaptive sampling where we decide whether to keep a span AFTER
6
- * the operation completes, based on criteria like errors, duration, etc.
7
- *
8
- * How it works:
9
- * 1. Decorator creates span optimistically (head sampling returns true)
10
- * 2. Operation executes and completes
11
- * 3. Decorator calls shouldKeepTrace() and sets autotel.sampling.tail.keep attribute
12
- * 4. This processor checks the attribute and drops spans marked as false
13
- */
14
-
15
- import type {
16
- SpanProcessor,
17
- ReadableSpan,
18
- } from '@opentelemetry/sdk-trace-base';
19
- import type { Context } from '@opentelemetry/api';
20
- import type { Span } from '@opentelemetry/sdk-trace-base';
21
- import {
22
- AUTOTEL_SAMPLING_TAIL_KEEP,
23
- AUTOTEL_SAMPLING_TAIL_EVALUATED,
24
- } from './sampling';
25
-
26
- export class TailSamplingSpanProcessor implements SpanProcessor {
27
- private wrappedProcessor: SpanProcessor;
28
-
29
- constructor(wrappedProcessor: SpanProcessor) {
30
- this.wrappedProcessor = wrappedProcessor;
31
- }
32
-
33
- onStart(span: Span, parentContext: Context): void {
34
- this.wrappedProcessor.onStart(span, parentContext);
35
- }
36
-
37
- onEnd(span: ReadableSpan): void {
38
- const tailEvaluated = span.attributes[AUTOTEL_SAMPLING_TAIL_EVALUATED];
39
- const shouldKeep = span.attributes[AUTOTEL_SAMPLING_TAIL_KEEP];
40
-
41
- if (tailEvaluated === true && shouldKeep === false) {
42
- return;
43
- }
44
-
45
- this.wrappedProcessor.onEnd(span);
46
- }
47
-
48
- forceFlush(): Promise<void> {
49
- return this.wrappedProcessor.forceFlush();
50
- }
51
-
52
- shutdown(): Promise<void> {
53
- return this.wrappedProcessor.shutdown();
54
- }
55
- }
@@ -1,234 +0,0 @@
1
- import { describe, expect, it, vi } from 'vitest';
2
- import { SpanStatusCode } from '@opentelemetry/api';
3
- import { TestSpanCollector, type SerializedSpan } from './test-span-collector';
4
-
5
- /** Helper to create a minimal ReadableSpan mock */
6
- function makeSpan(opts: {
7
- traceId: string;
8
- spanId: string;
9
- parentSpanId?: string;
10
- name: string;
11
- startTime?: [number, number];
12
- duration?: [number, number];
13
- statusCode?: number;
14
- statusMessage?: string;
15
- attributes?: Record<string, unknown>;
16
- }) {
17
- return {
18
- spanContext: () => ({ traceId: opts.traceId, spanId: opts.spanId }),
19
- parentSpanContext: opts.parentSpanId
20
- ? { spanId: opts.parentSpanId }
21
- : undefined,
22
- name: opts.name,
23
- startTime: opts.startTime ?? [1000, 500_000_000],
24
- duration: opts.duration ?? [0, 100_000_000],
25
- status: {
26
- code: opts.statusCode ?? SpanStatusCode.UNSET,
27
- message: opts.statusMessage ?? '',
28
- },
29
- attributes: opts.attributes ?? {},
30
- } as any;
31
- }
32
-
33
- describe('TestSpanCollector', () => {
34
- it('groups spans by traceId', () => {
35
- const collector = new TestSpanCollector();
36
-
37
- const callback = vi.fn();
38
- collector.export(
39
- [
40
- makeSpan({ traceId: 'trace-a', spanId: 'span-1', name: 'op1' }),
41
- makeSpan({ traceId: 'trace-b', spanId: 'span-2', name: 'op2' }),
42
- makeSpan({
43
- traceId: 'trace-a',
44
- spanId: 'span-3',
45
- parentSpanId: 'span-1',
46
- name: 'op3',
47
- }),
48
- ],
49
- callback,
50
- );
51
-
52
- expect(callback).toHaveBeenCalledWith({ code: 0 }); // ExportResultCode.SUCCESS
53
-
54
- const traceA = collector.drainTrace('trace-a', 'span-1');
55
- expect(traceA).toHaveLength(2);
56
- expect(traceA.map((s) => s.name)).toEqual(
57
- expect.arrayContaining(['op1', 'op3']),
58
- );
59
-
60
- const traceB = collector.drainTrace('trace-b', 'span-2');
61
- expect(traceB).toHaveLength(1);
62
- expect(traceB[0].name).toBe('op2');
63
- });
64
-
65
- it('drainTrace returns only descendants of rootSpanId', () => {
66
- const collector = new TestSpanCollector();
67
-
68
- collector.export(
69
- [
70
- makeSpan({ traceId: 't1', spanId: 'root', name: 'test:mytest' }),
71
- makeSpan({
72
- traceId: 't1',
73
- spanId: 'child1',
74
- parentSpanId: 'root',
75
- name: 'child-op',
76
- }),
77
- makeSpan({
78
- traceId: 't1',
79
- spanId: 'grandchild',
80
- parentSpanId: 'child1',
81
- name: 'grandchild-op',
82
- }),
83
- makeSpan({ traceId: 't1', spanId: 'other-root', name: 'other-test' }),
84
- makeSpan({
85
- traceId: 't1',
86
- spanId: 'other-child',
87
- parentSpanId: 'other-root',
88
- name: 'other-child-op',
89
- }),
90
- ],
91
- vi.fn(),
92
- );
93
-
94
- const spans = collector.drainTrace('t1', 'root');
95
- expect(spans).toHaveLength(3);
96
- const names = spans.map((s) => s.name);
97
- expect(names).toContain('test:mytest');
98
- expect(names).toContain('child-op');
99
- expect(names).toContain('grandchild-op');
100
- expect(names).not.toContain('other-test');
101
- expect(names).not.toContain('other-child-op');
102
- });
103
-
104
- it('returns [] for unknown traceId', () => {
105
- const collector = new TestSpanCollector();
106
- expect(collector.drainTrace('nonexistent', 'any-span')).toEqual([]);
107
- });
108
-
109
- it('converts HrTime to ms and maps status codes', () => {
110
- const collector = new TestSpanCollector();
111
-
112
- collector.export(
113
- [
114
- makeSpan({
115
- traceId: 't',
116
- spanId: 's1',
117
- name: 'ok-span',
118
- startTime: [100, 250_000_000],
119
- duration: [1, 500_000_000],
120
- statusCode: SpanStatusCode.OK,
121
- }),
122
- makeSpan({
123
- traceId: 't',
124
- spanId: 's2',
125
- parentSpanId: 's1',
126
- name: 'error-span',
127
- startTime: [200, 0],
128
- duration: [0, 50_000_000],
129
- statusCode: SpanStatusCode.ERROR,
130
- statusMessage: 'something failed',
131
- }),
132
- ],
133
- vi.fn(),
134
- );
135
-
136
- const spans = collector.drainTrace('t', 's1');
137
- const okSpan = spans.find((s) => s.name === 'ok-span')!;
138
- const errSpan = spans.find((s) => s.name === 'error-span')!;
139
-
140
- expect(okSpan.startTimeMs).toBe(100_250);
141
- expect(okSpan.durationMs).toBe(1500);
142
- expect(okSpan.status).toBe('ok');
143
- expect(okSpan.statusMessage).toBeUndefined();
144
-
145
- expect(errSpan.startTimeMs).toBe(200_000);
146
- expect(errSpan.durationMs).toBe(50);
147
- expect(errSpan.status).toBe('error');
148
- expect(errSpan.statusMessage).toBe('something failed');
149
- });
150
-
151
- it('keeps string/number/boolean + arrays of primitives, drops others', () => {
152
- const collector = new TestSpanCollector();
153
-
154
- collector.export(
155
- [
156
- makeSpan({
157
- traceId: 't',
158
- spanId: 's',
159
- name: 'attr-test',
160
- attributes: {
161
- str: 'hello',
162
- num: 42,
163
- bool: true,
164
- strArr: ['a', 'b'],
165
- numArr: [1, 2, 3],
166
- boolArr: [true, false],
167
- nested: { key: 'value' }, // should be dropped
168
- mixed: [1, 'two'], // should be dropped (mixed types)
169
- empty: [], // should be dropped (empty array)
170
- undef: undefined,
171
- },
172
- }),
173
- ],
174
- vi.fn(),
175
- );
176
-
177
- const spans = collector.drainTrace('t', 's');
178
- expect(spans).toHaveLength(1);
179
- const attrs = spans[0].attributes!;
180
- expect(attrs.str).toBe('hello');
181
- expect(attrs.num).toBe(42);
182
- expect(attrs.bool).toBe(true);
183
- expect(attrs.strArr).toEqual(['a', 'b']);
184
- expect(attrs.numArr).toEqual([1, 2, 3]);
185
- expect(attrs.boolArr).toEqual([true, false]);
186
- expect(attrs).not.toHaveProperty('nested');
187
- expect(attrs).not.toHaveProperty('mixed');
188
- expect(attrs).not.toHaveProperty('empty');
189
- expect(attrs).not.toHaveProperty('undef');
190
- });
191
-
192
- it('omits attributes field when span has no serializable attributes', () => {
193
- const collector = new TestSpanCollector();
194
-
195
- collector.export(
196
- [
197
- makeSpan({
198
- traceId: 't',
199
- spanId: 's',
200
- name: 'no-attrs',
201
- attributes: {},
202
- }),
203
- ],
204
- vi.fn(),
205
- );
206
-
207
- const spans = collector.drainTrace('t', 's');
208
- expect(spans[0].attributes).toBeUndefined();
209
- });
210
-
211
- it('clears all data on shutdown', async () => {
212
- const collector = new TestSpanCollector();
213
-
214
- collector.export(
215
- [makeSpan({ traceId: 't', spanId: 's', name: 'op' })],
216
- vi.fn(),
217
- );
218
-
219
- await collector.shutdown();
220
- expect(collector.drainTrace('t', 's')).toEqual([]);
221
- });
222
-
223
- it('drain removes the trace entry so second drain returns []', () => {
224
- const collector = new TestSpanCollector();
225
-
226
- collector.export(
227
- [makeSpan({ traceId: 't', spanId: 's', name: 'op' })],
228
- vi.fn(),
229
- );
230
-
231
- expect(collector.drainTrace('t', 's')).toHaveLength(1);
232
- expect(collector.drainTrace('t', 's')).toEqual([]);
233
- });
234
- });
@@ -1,150 +0,0 @@
1
- /**
2
- * TestSpanCollector — SpanExporter that groups finished spans by traceId
3
- * and drains per-trace for embedding in test metadata.
4
- *
5
- * @example
6
- * ```typescript
7
- * import { TestSpanCollector } from 'autotel/test-span-collector';
8
- * import { SimpleSpanProcessor } from 'autotel/processors';
9
- * import { getAutotelTracerProvider } from 'autotel';
10
- *
11
- * const collector = new TestSpanCollector();
12
- * const provider = getAutotelTracerProvider();
13
- * provider.addSpanProcessor(new SimpleSpanProcessor(collector));
14
- *
15
- * // After a test span ends:
16
- * const spans = collector.drainTrace(traceId, rootSpanId);
17
- * // spans contains only descendants of rootSpanId
18
- * ```
19
- */
20
-
21
- import type { SpanExporter, ReadableSpan } from '@opentelemetry/sdk-trace-base';
22
- import { SpanStatusCode } from '@opentelemetry/api';
23
-
24
- /** @see ExportResultCode from @opentelemetry/core */
25
- const ExportResultCode = { SUCCESS: 0, FAILED: 1 } as const;
26
-
27
- /** Attribute value types that survive serialization */
28
- type SerializableValue =
29
- | string
30
- | number
31
- | boolean
32
- | string[]
33
- | number[]
34
- | boolean[];
35
-
36
- /**
37
- * Portable serialized span for embedding in test metadata.
38
- * `startTimeMs` is derived from OTel HrTime — epoch-based wall-clock ms in the current SDK.
39
- *
40
- * Defined as a `type` (not `interface`) so it is assignable to
41
- * `Record<string, unknown>` in TypeScript 6+ strict mode.
42
- */
43
- export type SerializedSpan = {
44
- spanId: string;
45
- parentSpanId?: string;
46
- name: string;
47
- startTimeMs: number;
48
- durationMs: number;
49
- status: 'ok' | 'error' | 'unset';
50
- statusMessage?: string;
51
- attributes?: Record<string, SerializableValue>;
52
- };
53
-
54
- export class TestSpanCollector implements SpanExporter {
55
- private traces = new Map<string, ReadableSpan[]>();
56
-
57
- export(
58
- spans: ReadableSpan[],
59
- callback: (result: { code: number }) => void,
60
- ): void {
61
- for (const span of spans) {
62
- const traceId = span.spanContext().traceId;
63
- let list = this.traces.get(traceId);
64
- if (!list) {
65
- list = [];
66
- this.traces.set(traceId, list);
67
- }
68
- list.push(span);
69
- }
70
- callback({ code: ExportResultCode.SUCCESS });
71
- }
72
-
73
- /**
74
- * Drain and serialize spans that are descendants of `rootSpanId` within `traceId`.
75
- * Filters to the subtree rooted at the test span to prevent cross-test mixing.
76
- * Removes the entire traceId entry from the collector.
77
- */
78
- drainTrace(traceId: string, rootSpanId: string): SerializedSpan[] {
79
- const allSpans = this.traces.get(traceId);
80
- this.traces.delete(traceId);
81
- if (!allSpans?.length) return [];
82
-
83
- // Build spanId → span index for efficient parent-chain walking
84
- const byId = new Map<string, ReadableSpan>();
85
- for (const s of allSpans) byId.set(s.spanContext().spanId, s);
86
-
87
- // Filter to spans that are the root or descendants of rootSpanId
88
- const included = allSpans.filter((s) => {
89
- let id: string | undefined = s.spanContext().spanId;
90
- while (id) {
91
- if (id === rootSpanId) return true;
92
- const parent = byId.get(id);
93
- const parentId = parent?.parentSpanContext?.spanId || undefined;
94
- if (parentId === id) break; // cycle guard
95
- id = parentId;
96
- }
97
- return false;
98
- });
99
-
100
- return included.map((s) => serializeSpan(s));
101
- }
102
-
103
- shutdown(): Promise<void> {
104
- this.traces.clear();
105
- return Promise.resolve();
106
- }
107
-
108
- forceFlush(): Promise<void> {
109
- return Promise.resolve();
110
- }
111
- }
112
-
113
- function hrTimeToMs(hr: [number, number]): number {
114
- return hr[0] * 1000 + hr[1] / 1_000_000;
115
- }
116
-
117
- function isSerializable(v: unknown): v is SerializableValue {
118
- if (typeof v === 'string' || typeof v === 'number' || typeof v === 'boolean')
119
- return true;
120
- if (Array.isArray(v) && v.length > 0) {
121
- const t = typeof v[0];
122
- return (
123
- (t === 'string' || t === 'number' || t === 'boolean') &&
124
- v.every((e) => typeof e === t)
125
- );
126
- }
127
- return false;
128
- }
129
-
130
- export function serializeSpan(span: ReadableSpan): SerializedSpan {
131
- const attrs: Record<string, SerializableValue> = {};
132
- for (const [k, v] of Object.entries(span.attributes)) {
133
- if (isSerializable(v)) attrs[k] = v;
134
- }
135
- return {
136
- spanId: span.spanContext().spanId,
137
- parentSpanId: span.parentSpanContext?.spanId || undefined,
138
- name: span.name,
139
- startTimeMs: hrTimeToMs(span.startTime as [number, number]),
140
- durationMs: hrTimeToMs(span.duration as [number, number]),
141
- status:
142
- span.status.code === SpanStatusCode.ERROR
143
- ? 'error'
144
- : span.status.code === SpanStatusCode.OK
145
- ? 'ok'
146
- : 'unset',
147
- statusMessage: span.status.message || undefined,
148
- attributes: Object.keys(attrs).length > 0 ? attrs : undefined,
149
- };
150
- }