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,278 +0,0 @@
1
- /**
2
- * Tests for new trace helper utilities
3
- */
4
-
5
- import { describe, it, expect } from 'vitest';
6
- import { createDeterministicTraceId, flattenMetadata } from './trace-helpers';
7
-
8
- describe('createDeterministicTraceId', () => {
9
- it('should generate consistent trace IDs from the same seed', async () => {
10
- const seed = 'request-123';
11
- const traceId1 = await createDeterministicTraceId(seed);
12
- const traceId2 = await createDeterministicTraceId(seed);
13
-
14
- expect(traceId1).toBe(traceId2);
15
- });
16
-
17
- it('should generate different trace IDs from different seeds', async () => {
18
- const traceId1 = await createDeterministicTraceId('seed-1');
19
- const traceId2 = await createDeterministicTraceId('seed-2');
20
-
21
- expect(traceId1).not.toBe(traceId2);
22
- });
23
-
24
- it('should generate valid 32-character hex trace IDs', async () => {
25
- const traceId = await createDeterministicTraceId('test-seed');
26
-
27
- expect(traceId).toMatch(/^[0-9a-f]{32}$/);
28
- expect(traceId).toHaveLength(32);
29
- });
30
-
31
- it('should handle empty string seed', async () => {
32
- const traceId = await createDeterministicTraceId('');
33
-
34
- expect(traceId).toMatch(/^[0-9a-f]{32}$/);
35
- });
36
-
37
- it('should handle long seed strings', async () => {
38
- const longSeed = 'a'.repeat(1000);
39
- const traceId = await createDeterministicTraceId(longSeed);
40
-
41
- expect(traceId).toMatch(/^[0-9a-f]{32}$/);
42
- });
43
-
44
- it('should handle special characters in seed', async () => {
45
- const specialSeed = 'test!@#$%^&*()_+-=[]{}|;:,.<>?';
46
- const traceId = await createDeterministicTraceId(specialSeed);
47
-
48
- expect(traceId).toMatch(/^[0-9a-f]{32}$/);
49
- });
50
-
51
- it('should handle unicode in seed', async () => {
52
- const unicodeSeed = 'test-中文-🚀';
53
- const traceId = await createDeterministicTraceId(unicodeSeed);
54
-
55
- expect(traceId).toMatch(/^[0-9a-f]{32}$/);
56
- });
57
- });
58
-
59
- describe('flattenMetadata', () => {
60
- it('should flatten simple object with default prefix', () => {
61
- const metadata = {
62
- userId: '123',
63
- email: 'user@example.com',
64
- plan: 'premium',
65
- };
66
-
67
- const flattened = flattenMetadata(metadata);
68
-
69
- expect(flattened).toEqual({
70
- 'metadata.userId': '123',
71
- 'metadata.email': 'user@example.com',
72
- 'metadata.plan': 'premium',
73
- });
74
- });
75
-
76
- it('should use custom prefix', () => {
77
- const metadata = {
78
- userId: '123',
79
- email: 'user@example.com',
80
- };
81
-
82
- const flattened = flattenMetadata(metadata, 'user');
83
-
84
- expect(flattened).toEqual({
85
- 'user.userId': '123',
86
- 'user.email': 'user@example.com',
87
- });
88
- });
89
-
90
- it('should recursively flatten nested objects', () => {
91
- const metadata = {
92
- count: 42,
93
- active: true,
94
- config: { timeout: 5000, retries: 3 },
95
- tags: ['a', 'b', 'c'],
96
- };
97
-
98
- const flattened = flattenMetadata(metadata);
99
-
100
- expect(flattened).toEqual({
101
- 'metadata.count': '42',
102
- 'metadata.active': 'true',
103
- 'metadata.config.timeout': '5000',
104
- 'metadata.config.retries': '3',
105
- 'metadata.tags': '["a","b","c"]',
106
- });
107
- });
108
-
109
- it('should match documentation example - order metadata', () => {
110
- const metadata = {
111
- user: { id: 'user-123', tier: 'premium' },
112
- payment: { method: 'card', processor: 'stripe' },
113
- items: 5,
114
- };
115
-
116
- const flattened = flattenMetadata(metadata);
117
-
118
- expect(flattened).toEqual({
119
- 'metadata.user.id': 'user-123',
120
- 'metadata.user.tier': 'premium',
121
- 'metadata.payment.method': 'card',
122
- 'metadata.payment.processor': 'stripe',
123
- 'metadata.items': '5',
124
- });
125
- });
126
-
127
- it('should handle deeply nested objects', () => {
128
- const metadata = {
129
- level1: {
130
- level2: {
131
- level3: {
132
- deepValue: 'found',
133
- },
134
- },
135
- },
136
- };
137
-
138
- const flattened = flattenMetadata(metadata);
139
-
140
- expect(flattened).toEqual({
141
- 'metadata.level1.level2.level3.deepValue': 'found',
142
- });
143
- });
144
-
145
- it('should skip null values', () => {
146
- const metadata = {
147
- userId: '123',
148
- email: null,
149
- plan: 'premium',
150
- };
151
-
152
- const flattened = flattenMetadata(metadata);
153
-
154
- expect(flattened).toEqual({
155
- 'metadata.userId': '123',
156
- 'metadata.plan': 'premium',
157
- });
158
- });
159
-
160
- it('should skip undefined values', () => {
161
- const metadata = {
162
- userId: '123',
163
- email: undefined,
164
- plan: 'premium',
165
- };
166
-
167
- const flattened = flattenMetadata(metadata);
168
-
169
- expect(flattened).toEqual({
170
- 'metadata.userId': '123',
171
- 'metadata.plan': 'premium',
172
- });
173
- });
174
-
175
- it('should handle empty object', () => {
176
- const flattened = flattenMetadata({});
177
-
178
- expect(flattened).toEqual({});
179
- });
180
-
181
- it('should handle circular references gracefully', () => {
182
- const metadata: { userId: string; self?: unknown } = {
183
- userId: '123',
184
- };
185
- metadata.self = metadata;
186
-
187
- const flattened = flattenMetadata(metadata);
188
-
189
- // Processes properties until it encounters the cycle
190
- expect(flattened).toEqual({
191
- 'metadata.userId': '123',
192
- 'metadata.self.userId': '123',
193
- 'metadata.self.self': '<circular-reference>',
194
- });
195
- });
196
-
197
- it('should preserve string values as-is without JSON serialization', () => {
198
- const metadata = {
199
- name: 'John',
200
- description: 'A developer',
201
- };
202
-
203
- const flattened = flattenMetadata(metadata);
204
-
205
- // Strings should not have quotes added
206
- expect(flattened).toEqual({
207
- 'metadata.name': 'John',
208
- 'metadata.description': 'A developer',
209
- });
210
- });
211
-
212
- it('should handle Date objects', () => {
213
- const date = new Date('2024-01-15T12:00:00.000Z');
214
- const metadata = {
215
- timestamp: date,
216
- };
217
-
218
- const flattened = flattenMetadata(metadata);
219
-
220
- expect(flattened['metadata.timestamp']).toBe(JSON.stringify(date));
221
- });
222
-
223
- it('should handle nested objects', () => {
224
- const metadata = {
225
- user: {
226
- id: '123',
227
- settings: {
228
- theme: 'dark',
229
- notifications: true,
230
- },
231
- },
232
- };
233
-
234
- const flattened = flattenMetadata(metadata);
235
-
236
- expect(flattened).toEqual({
237
- 'metadata.user.id': '123',
238
- 'metadata.user.settings.theme': 'dark',
239
- 'metadata.user.settings.notifications': 'true',
240
- });
241
- });
242
-
243
- it('should handle arrays', () => {
244
- const metadata = {
245
- tags: ['typescript', 'nodejs', 'observability'],
246
- numbers: [1, 2, 3],
247
- };
248
-
249
- const flattened = flattenMetadata(metadata);
250
-
251
- expect(flattened).toEqual({
252
- 'metadata.tags': '["typescript","nodejs","observability"]',
253
- 'metadata.numbers': '[1,2,3]',
254
- });
255
- });
256
-
257
- it('should handle mixed types', () => {
258
- const metadata = {
259
- string: 'value',
260
- number: 123,
261
- boolean: false,
262
- nullValue: null,
263
- undefinedValue: undefined,
264
- object: { nested: 'data' },
265
- array: [1, 2, 3],
266
- };
267
-
268
- const flattened = flattenMetadata(metadata);
269
-
270
- expect(flattened).toEqual({
271
- 'metadata.string': 'value',
272
- 'metadata.number': '123',
273
- 'metadata.boolean': 'false',
274
- 'metadata.object.nested': 'data',
275
- 'metadata.array': '[1,2,3]',
276
- });
277
- });
278
- });
@@ -1,290 +0,0 @@
1
- import { describe, it, expect, beforeEach } from 'vitest';
2
- import {
3
- getTracer,
4
- getActiveSpan,
5
- getActiveContext,
6
- runWithSpan,
7
- getTraceContext,
8
- resolveTraceUrl,
9
- } from './trace-helpers';
10
- import { init } from './init';
11
- import { createTraceCollector } from './testing';
12
- import { span } from './functional';
13
- import { getConfig } from './config';
14
-
15
- describe('Trace Helpers', () => {
16
- beforeEach(() => {
17
- init({ service: 'test-service' });
18
- });
19
-
20
- describe('getTracer()', () => {
21
- it('should return a tracer instance', () => {
22
- const tracer = getTracer('my-service');
23
- expect(tracer).toBeDefined();
24
- expect(typeof tracer.startSpan).toBe('function');
25
- expect(typeof tracer.startActiveSpan).toBe('function');
26
- });
27
-
28
- it('should accept optional version parameter', () => {
29
- const tracer = getTracer('my-service', '1.0.0');
30
- expect(tracer).toBeDefined();
31
- });
32
-
33
- it('should work with the configured mock tracer', () => {
34
- const collector = createTraceCollector();
35
- // Get the configured mock tracer instead of creating a new one
36
- const tracer = getConfig().tracer;
37
-
38
- const testSpan = tracer.startSpan('custom.operation');
39
- testSpan.setAttribute('test.key', 'test-value');
40
- testSpan.end();
41
-
42
- const spans = collector.getSpans();
43
- expect(spans).toHaveLength(1);
44
- expect(spans[0]!.name).toBe('custom.operation');
45
- expect(spans[0]!.attributes['test.key']).toBe('test-value');
46
- });
47
- });
48
-
49
- describe('getActiveSpan()', () => {
50
- it('should return undefined when no span is active', () => {
51
- const activeSpan = getActiveSpan();
52
- expect(activeSpan).toBeUndefined();
53
- });
54
-
55
- it('should return the active span inside a span context', () => {
56
- let capturedSpan;
57
-
58
- span({ name: 'test-span' }, (s) => {
59
- capturedSpan = getActiveSpan();
60
- expect(capturedSpan).toBe(s);
61
- });
62
-
63
- expect(capturedSpan).toBeDefined();
64
- });
65
-
66
- it('should allow setting attributes on the active span', () => {
67
- const collector = createTraceCollector();
68
-
69
- span({ name: 'test-span' }, () => {
70
- const activeSpan = getActiveSpan();
71
- if (activeSpan) {
72
- activeSpan.setAttribute('custom.attribute', 'value');
73
- }
74
- });
75
-
76
- const spans = collector.getSpans();
77
- expect(spans).toHaveLength(1);
78
- expect(spans[0]!.attributes['custom.attribute']).toBe('value');
79
- });
80
-
81
- it('should allow calling span methods on the active span', () => {
82
- const collector = createTraceCollector();
83
-
84
- span({ name: 'test-span' }, () => {
85
- const activeSpan = getActiveSpan();
86
- if (activeSpan) {
87
- // Test that we can call span methods
88
- expect(typeof activeSpan.addEvent).toBe('function');
89
- expect(typeof activeSpan.setAttribute).toBe('function');
90
- expect(typeof activeSpan.setStatus).toBe('function');
91
- expect(activeSpan.isRecording()).toBe(true);
92
-
93
- // Call addEvent to verify it doesn't throw
94
- activeSpan.addEvent('custom.event', { eventData: 'test-data' });
95
- }
96
- });
97
-
98
- const spans = collector.getSpans();
99
- expect(spans).toHaveLength(1);
100
- });
101
- });
102
-
103
- describe('getActiveContext()', () => {
104
- it('should return a context', () => {
105
- const ctx = getActiveContext();
106
- expect(ctx).toBeDefined();
107
- });
108
-
109
- it('should return different contexts in different execution paths', () => {
110
- const rootContext = getActiveContext();
111
- let nestedContext;
112
-
113
- span({ name: 'test-span' }, () => {
114
- nestedContext = getActiveContext();
115
- });
116
-
117
- // Contexts should be different when inside a span
118
- expect(nestedContext).toBeDefined();
119
- expect(nestedContext).not.toBe(rootContext);
120
- });
121
- });
122
-
123
- describe('runWithSpan()', () => {
124
- it('should execute function with span as active', () => {
125
- createTraceCollector(); // Set up mock tracer
126
- const tracer = getConfig().tracer;
127
- const testSpan = tracer.startSpan('test-operation');
128
-
129
- let capturedSpan;
130
- const result = runWithSpan(testSpan, () => {
131
- capturedSpan = getActiveSpan();
132
- return 42;
133
- });
134
-
135
- expect(result).toBe(42);
136
- expect(capturedSpan).toBe(testSpan);
137
-
138
- testSpan.end();
139
- });
140
-
141
- it('should execute async function with span as active', async () => {
142
- createTraceCollector(); // Set up mock tracer
143
- const tracer = getConfig().tracer;
144
- const testSpan = tracer.startSpan('async-operation');
145
-
146
- let capturedSpan;
147
- const result = await runWithSpan(testSpan, async () => {
148
- capturedSpan = getActiveSpan();
149
- return 'async-result';
150
- });
151
-
152
- expect(result).toBe('async-result');
153
- expect(capturedSpan).toBe(testSpan);
154
-
155
- testSpan.end();
156
- });
157
-
158
- it('should restore previous context after execution', () => {
159
- createTraceCollector(); // Set up mock tracer
160
- const tracer = getConfig().tracer;
161
- const testSpan = tracer.startSpan('test-operation');
162
-
163
- const contextBefore = getActiveContext();
164
-
165
- runWithSpan(testSpan, () => {
166
- // Inside the span context
167
- expect(getActiveSpan()).toBe(testSpan);
168
- });
169
-
170
- const contextAfter = getActiveContext();
171
- expect(contextAfter).toBe(contextBefore);
172
-
173
- testSpan.end();
174
- });
175
-
176
- it('should propagate exceptions', () => {
177
- createTraceCollector(); // Set up mock tracer
178
- const tracer = getConfig().tracer;
179
- const testSpan = tracer.startSpan('failing-operation');
180
-
181
- expect(() => {
182
- runWithSpan(testSpan, () => {
183
- throw new Error('Test error');
184
- });
185
- }).toThrow('Test error');
186
-
187
- testSpan.end();
188
- });
189
-
190
- it('should work with nested spans', () => {
191
- const collector = createTraceCollector();
192
- // Use the configured mock tracer
193
- const tracer = getConfig().tracer;
194
-
195
- const parentSpan = tracer.startSpan('parent');
196
-
197
- runWithSpan(parentSpan, () => {
198
- const childSpan = tracer.startSpan('child');
199
-
200
- runWithSpan(childSpan, () => {
201
- const activeSpan = getActiveSpan();
202
- expect(activeSpan).toBe(childSpan);
203
- });
204
-
205
- childSpan.end();
206
-
207
- const activeSpan = getActiveSpan();
208
- expect(activeSpan).toBe(parentSpan);
209
- });
210
-
211
- parentSpan.end();
212
-
213
- const spans = collector.getSpans();
214
- expect(spans).toHaveLength(2);
215
-
216
- const child = spans.find((s) => s.name === 'child');
217
- const parent = spans.find((s) => s.name === 'parent');
218
-
219
- expect(child).toBeDefined();
220
- expect(parent).toBeDefined();
221
- });
222
- });
223
-
224
- describe('resolveTraceUrl()', () => {
225
- it('should return undefined when no template and no env var', () => {
226
- delete process.env.OTEL_TRACE_URL_TEMPLATE;
227
- expect(resolveTraceUrl(undefined, 'abc123')).toBeUndefined();
228
- });
229
-
230
- it('should replace {traceId} placeholder in template', () => {
231
- const url = resolveTraceUrl(
232
- 'https://grafana.example.com/explore?traceId={traceId}',
233
- 'abc123',
234
- );
235
- expect(url).toBe('https://grafana.example.com/explore?traceId=abc123');
236
- });
237
-
238
- it('should replace multiple occurrences of {traceId}', () => {
239
- const url = resolveTraceUrl(
240
- 'https://example.com/{traceId}/details?id={traceId}',
241
- 'abc123',
242
- );
243
- expect(url).toBe('https://example.com/abc123/details?id=abc123');
244
- });
245
-
246
- it('should fall back to OTEL_TRACE_URL_TEMPLATE env var when template is undefined', () => {
247
- process.env.OTEL_TRACE_URL_TEMPLATE =
248
- 'https://tempo.example.com/trace/{traceId}';
249
- try {
250
- const url = resolveTraceUrl(undefined, 'def456');
251
- expect(url).toBe('https://tempo.example.com/trace/def456');
252
- } finally {
253
- delete process.env.OTEL_TRACE_URL_TEMPLATE;
254
- }
255
- });
256
-
257
- it('should prefer template parameter over env var', () => {
258
- process.env.OTEL_TRACE_URL_TEMPLATE = 'https://env.example.com/{traceId}';
259
- try {
260
- const url = resolveTraceUrl(
261
- 'https://param.example.com/{traceId}',
262
- 'ghi789',
263
- );
264
- expect(url).toBe('https://param.example.com/ghi789');
265
- } finally {
266
- delete process.env.OTEL_TRACE_URL_TEMPLATE;
267
- }
268
- });
269
- });
270
-
271
- describe('Integration with getTraceContext()', () => {
272
- it('should work together with getTraceContext()', () => {
273
- createTraceCollector(); // Set up mock tracer
274
- const tracer = getConfig().tracer;
275
- const testSpan = tracer.startSpan('test-operation');
276
-
277
- let traceContext;
278
- runWithSpan(testSpan, () => {
279
- traceContext = getTraceContext();
280
- });
281
-
282
- testSpan.end();
283
-
284
- expect(traceContext).toBeDefined();
285
- expect(traceContext!.traceId).toBeDefined();
286
- expect(traceContext!.spanId).toBeDefined();
287
- expect(traceContext!.correlationId).toBeDefined();
288
- });
289
- });
290
- });