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,377 +0,0 @@
1
- /**
2
- * Tests for SpanNameNormalizingProcessor
3
- */
4
-
5
- import { describe, it, expect, beforeEach, vi } from 'vitest';
6
- import {
7
- SpanNameNormalizingProcessor,
8
- NORMALIZER_PATTERNS,
9
- NORMALIZER_PRESETS,
10
- type SpanNameNormalizerFn,
11
- } from './span-name-normalizer';
12
- import type {
13
- SpanProcessor,
14
- ReadableSpan,
15
- } from '@opentelemetry/sdk-trace-base';
16
- import type { Context } from '@opentelemetry/api';
17
- import type { Span } from '@opentelemetry/sdk-trace-base';
18
-
19
- /**
20
- * Mock span processor to capture forwarded spans
21
- */
22
- class MockSpanProcessor implements SpanProcessor {
23
- public startedSpans: Span[] = [];
24
- public endedSpans: ReadableSpan[] = [];
25
- public flushed = false;
26
- public shutdownCalled = false;
27
-
28
- onStart(span: Span): void {
29
- this.startedSpans.push(span);
30
- }
31
-
32
- onEnd(span: ReadableSpan): void {
33
- this.endedSpans.push(span);
34
- }
35
-
36
- async forceFlush(): Promise<void> {
37
- this.flushed = true;
38
- }
39
-
40
- async shutdown(): Promise<void> {
41
- this.shutdownCalled = true;
42
- }
43
- }
44
-
45
- /**
46
- * Create a mock Span with updateName capability
47
- */
48
- function createMockSpan(initialName: string): Span {
49
- const span = {
50
- _name: initialName,
51
- updateName: vi.fn(function (this: { _name: string }, newName: string) {
52
- this._name = newName;
53
- }),
54
- spanContext: () => ({
55
- traceId: 'trace123',
56
- spanId: 'span123',
57
- traceFlags: 1,
58
- }),
59
- };
60
-
61
- // Define name as a getter to return current _name
62
- Object.defineProperty(span, 'name', {
63
- get() {
64
- return span._name;
65
- },
66
- enumerable: true,
67
- });
68
-
69
- return span as unknown as Span;
70
- }
71
-
72
- describe('SpanNameNormalizingProcessor', () => {
73
- let mockProcessor: MockSpanProcessor;
74
-
75
- beforeEach(() => {
76
- mockProcessor = new MockSpanProcessor();
77
- });
78
-
79
- describe('custom normalizer function', () => {
80
- it('should normalize span names using custom function', () => {
81
- const normalizer: SpanNameNormalizerFn = (name) =>
82
- name.replaceAll(/\/[0-9]+/g, '/:id');
83
- const processor = new SpanNameNormalizingProcessor(mockProcessor, {
84
- normalizer,
85
- });
86
-
87
- const span = createMockSpan('GET /users/123/posts/456');
88
- processor.onStart(span, {} as Context);
89
-
90
- expect(span.updateName).toHaveBeenCalledWith('GET /users/:id/posts/:id');
91
- });
92
-
93
- it('should not call updateName if name unchanged', () => {
94
- const normalizer: SpanNameNormalizerFn = (name) => name; // No change
95
- const processor = new SpanNameNormalizingProcessor(mockProcessor, {
96
- normalizer,
97
- });
98
-
99
- const span = createMockSpan('createUser');
100
- processor.onStart(span, {} as Context);
101
-
102
- expect(span.updateName).not.toHaveBeenCalled();
103
- });
104
-
105
- it('should forward span to wrapped processor', () => {
106
- const normalizer: SpanNameNormalizerFn = (name) => name;
107
- const processor = new SpanNameNormalizingProcessor(mockProcessor, {
108
- normalizer,
109
- });
110
-
111
- const span = createMockSpan('test');
112
- const context = {} as Context;
113
- processor.onStart(span, context);
114
-
115
- expect(mockProcessor.startedSpans).toHaveLength(1);
116
- });
117
- });
118
-
119
- describe('built-in presets', () => {
120
- describe('rest-api preset', () => {
121
- it('should normalize numeric IDs', () => {
122
- const processor = new SpanNameNormalizingProcessor(mockProcessor, {
123
- normalizer: 'rest-api',
124
- });
125
-
126
- const span = createMockSpan('GET /users/123');
127
- processor.onStart(span, {} as Context);
128
-
129
- expect(span.updateName).toHaveBeenCalledWith('GET /users/:id');
130
- });
131
-
132
- it('should normalize UUIDs', () => {
133
- const processor = new SpanNameNormalizingProcessor(mockProcessor, {
134
- normalizer: 'rest-api',
135
- });
136
-
137
- const span = createMockSpan(
138
- 'GET /items/550e8400-e29b-41d4-a716-446655440000',
139
- );
140
- processor.onStart(span, {} as Context);
141
-
142
- expect(span.updateName).toHaveBeenCalledWith('GET /items/:uuid');
143
- });
144
-
145
- it('should normalize MongoDB ObjectIds', () => {
146
- const processor = new SpanNameNormalizingProcessor(mockProcessor, {
147
- normalizer: 'rest-api',
148
- });
149
-
150
- const span = createMockSpan('GET /docs/507f1f77bcf86cd799439011');
151
- processor.onStart(span, {} as Context);
152
-
153
- expect(span.updateName).toHaveBeenCalledWith('GET /docs/:objectId');
154
- });
155
-
156
- it('should normalize ISO dates', () => {
157
- const processor = new SpanNameNormalizingProcessor(mockProcessor, {
158
- normalizer: 'rest-api',
159
- });
160
-
161
- const span = createMockSpan('GET /logs/2024-01-15');
162
- processor.onStart(span, {} as Context);
163
-
164
- expect(span.updateName).toHaveBeenCalledWith('GET /logs/:date');
165
- });
166
-
167
- it('should normalize timestamps', () => {
168
- const processor = new SpanNameNormalizingProcessor(mockProcessor, {
169
- normalizer: 'rest-api',
170
- });
171
-
172
- const span = createMockSpan('GET /events/1705334400');
173
- processor.onStart(span, {} as Context);
174
-
175
- expect(span.updateName).toHaveBeenCalledWith('GET /events/:timestamp');
176
- });
177
-
178
- it('should normalize emails', () => {
179
- const processor = new SpanNameNormalizingProcessor(mockProcessor, {
180
- normalizer: 'rest-api',
181
- });
182
-
183
- const span = createMockSpan('GET /users/john@example.com');
184
- processor.onStart(span, {} as Context);
185
-
186
- expect(span.updateName).toHaveBeenCalledWith('GET /users/:email');
187
- });
188
-
189
- it('should handle multiple dynamic segments', () => {
190
- const processor = new SpanNameNormalizingProcessor(mockProcessor, {
191
- normalizer: 'rest-api',
192
- });
193
-
194
- const span = createMockSpan('GET /users/123/posts/456/comments/789');
195
- processor.onStart(span, {} as Context);
196
-
197
- expect(span.updateName).toHaveBeenCalledWith(
198
- 'GET /users/:id/posts/:id/comments/:id',
199
- );
200
- });
201
- });
202
-
203
- describe('minimal preset', () => {
204
- it('should only normalize numeric IDs and UUIDs', () => {
205
- const processor = new SpanNameNormalizingProcessor(mockProcessor, {
206
- normalizer: 'minimal',
207
- });
208
-
209
- const span = createMockSpan('GET /users/123');
210
- processor.onStart(span, {} as Context);
211
-
212
- expect(span.updateName).toHaveBeenCalledWith('GET /users/:id');
213
- });
214
-
215
- it('should not normalize ObjectIds (only rest-api does)', () => {
216
- const processor = new SpanNameNormalizingProcessor(mockProcessor, {
217
- normalizer: 'minimal',
218
- });
219
-
220
- // ObjectId is 24 hex chars - minimal doesn't handle this
221
- const span = createMockSpan('GET /docs/507f1f77bcf86cd799439011');
222
- processor.onStart(span, {} as Context);
223
-
224
- // Minimal only does numeric IDs and UUIDs, not ObjectIds
225
- expect(span.updateName).not.toHaveBeenCalled();
226
- });
227
- });
228
-
229
- describe('graphql preset', () => {
230
- it('should normalize UUIDs in paths', () => {
231
- const processor = new SpanNameNormalizingProcessor(mockProcessor, {
232
- normalizer: 'graphql',
233
- });
234
-
235
- const span = createMockSpan(
236
- 'POST /graphql/550e8400-e29b-41d4-a716-446655440000',
237
- );
238
- processor.onStart(span, {} as Context);
239
-
240
- expect(span.updateName).toHaveBeenCalledWith('POST /graphql/:uuid');
241
- });
242
-
243
- it('should normalize path-style IDs in GraphQL endpoints', () => {
244
- const processor = new SpanNameNormalizingProcessor(mockProcessor, {
245
- normalizer: 'graphql',
246
- });
247
-
248
- const span = createMockSpan('POST /graphql/users/123');
249
- processor.onStart(span, {} as Context);
250
-
251
- expect(span.updateName).toHaveBeenCalledWith('POST /graphql/users/:id');
252
- });
253
-
254
- it('should not modify pure operation names without IDs', () => {
255
- const processor = new SpanNameNormalizingProcessor(mockProcessor, {
256
- normalizer: 'graphql',
257
- });
258
-
259
- const span = createMockSpan('query GetUserById');
260
- processor.onStart(span, {} as Context);
261
-
262
- // No change expected since there are no path segments to normalize
263
- expect(span.updateName).not.toHaveBeenCalled();
264
- });
265
- });
266
- });
267
-
268
- describe('error handling', () => {
269
- it('should keep original name if normalizer throws (fail-open)', () => {
270
- const normalizer: SpanNameNormalizerFn = () => {
271
- throw new Error('Normalizer error');
272
- };
273
- const processor = new SpanNameNormalizingProcessor(mockProcessor, {
274
- normalizer,
275
- });
276
-
277
- const span = createMockSpan('GET /users/123');
278
- processor.onStart(span, {} as Context);
279
-
280
- // Should not throw and should not call updateName
281
- expect(span.updateName).not.toHaveBeenCalled();
282
- expect(mockProcessor.startedSpans).toHaveLength(1);
283
- });
284
-
285
- it('should throw for unknown preset', () => {
286
- expect(() => {
287
- new SpanNameNormalizingProcessor(mockProcessor, {
288
- normalizer: 'unknown-preset' as 'rest-api',
289
- });
290
- }).toThrow('Unknown span name normalizer preset');
291
- });
292
- });
293
-
294
- describe('lifecycle methods', () => {
295
- it('should forward onEnd to wrapped processor', () => {
296
- const processor = new SpanNameNormalizingProcessor(mockProcessor, {
297
- normalizer: 'rest-api',
298
- });
299
-
300
- const span = { name: 'test' } as ReadableSpan;
301
- processor.onEnd(span);
302
-
303
- expect(mockProcessor.endedSpans).toHaveLength(1);
304
- });
305
-
306
- it('should forward forceFlush to wrapped processor', async () => {
307
- const processor = new SpanNameNormalizingProcessor(mockProcessor, {
308
- normalizer: 'rest-api',
309
- });
310
-
311
- await processor.forceFlush();
312
-
313
- expect(mockProcessor.flushed).toBe(true);
314
- });
315
-
316
- it('should forward shutdown to wrapped processor', async () => {
317
- const processor = new SpanNameNormalizingProcessor(mockProcessor, {
318
- normalizer: 'rest-api',
319
- });
320
-
321
- await processor.shutdown();
322
-
323
- expect(mockProcessor.shutdownCalled).toBe(true);
324
- });
325
- });
326
- });
327
-
328
- describe('NORMALIZER_PATTERNS', () => {
329
- it('should export regex patterns for advanced users', () => {
330
- expect(NORMALIZER_PATTERNS.numericId).toBeInstanceOf(RegExp);
331
- expect(NORMALIZER_PATTERNS.uuid).toBeInstanceOf(RegExp);
332
- expect(NORMALIZER_PATTERNS.objectId).toBeInstanceOf(RegExp);
333
- expect(NORMALIZER_PATTERNS.isoDate).toBeInstanceOf(RegExp);
334
- expect(NORMALIZER_PATTERNS.timestamp).toBeInstanceOf(RegExp);
335
- expect(NORMALIZER_PATTERNS.email).toBeInstanceOf(RegExp);
336
- });
337
-
338
- describe('pattern matching', () => {
339
- it('numericId should match numeric path segments', () => {
340
- expect('/users/123'.replace(NORMALIZER_PATTERNS.numericId, '/:id')).toBe(
341
- '/users/:id',
342
- );
343
- expect(
344
- '/users/123/posts'.replace(NORMALIZER_PATTERNS.numericId, '/:id'),
345
- ).toBe('/users/:id/posts');
346
- });
347
-
348
- it('uuid should match standard UUIDs', () => {
349
- const uuid = '550e8400-e29b-41d4-a716-446655440000';
350
- expect(`/items/${uuid}`.replace(NORMALIZER_PATTERNS.uuid, '/:uuid')).toBe(
351
- '/items/:uuid',
352
- );
353
- });
354
-
355
- it('objectId should match MongoDB ObjectIds', () => {
356
- expect(
357
- '/docs/507f1f77bcf86cd799439011'.replace(
358
- NORMALIZER_PATTERNS.objectId,
359
- '/:objectId',
360
- ),
361
- ).toBe('/docs/:objectId');
362
- });
363
- });
364
- });
365
-
366
- describe('NORMALIZER_PRESETS', () => {
367
- it('should export preset functions for advanced users', () => {
368
- expect(typeof NORMALIZER_PRESETS['rest-api']).toBe('function');
369
- expect(typeof NORMALIZER_PRESETS['graphql']).toBe('function');
370
- expect(typeof NORMALIZER_PRESETS['minimal']).toBe('function');
371
- });
372
-
373
- it('presets should be usable directly', () => {
374
- const result = NORMALIZER_PRESETS['rest-api']('GET /users/123/posts/456');
375
- expect(result).toBe('GET /users/:id/posts/:id');
376
- });
377
- });
@@ -1,213 +0,0 @@
1
- /**
2
- * Span Name Normalizer
3
- *
4
- * Normalizes span names to reduce cardinality from dynamic path segments.
5
- * This is critical for observability backends that charge by unique span names
6
- * or have cardinality limits.
7
- *
8
- * @example Basic usage with custom function
9
- * ```typescript
10
- * init({
11
- * service: 'my-app',
12
- * spanNameNormalizer: (name) => {
13
- * return name.replace(/\/[0-9]+/g, '/:id');
14
- * }
15
- * })
16
- * ```
17
- *
18
- * @example Using built-in preset
19
- * ```typescript
20
- * init({
21
- * service: 'my-app',
22
- * spanNameNormalizer: 'rest-api'
23
- * })
24
- * ```
25
- */
26
-
27
- import type {
28
- SpanProcessor,
29
- ReadableSpan,
30
- } from '@opentelemetry/sdk-trace-base';
31
- import type { Context } from '@opentelemetry/api';
32
- import type { Span } from '@opentelemetry/sdk-trace-base';
33
-
34
- /**
35
- * Function to normalize a span name
36
- * @param name - The original span name
37
- * @returns The normalized span name
38
- */
39
- export type SpanNameNormalizerFn = (name: string) => string;
40
-
41
- /**
42
- * Built-in normalizer preset names
43
- */
44
- export type SpanNameNormalizerPreset = 'rest-api' | 'graphql' | 'minimal';
45
-
46
- /**
47
- * Normalizer config - either a function or a preset name
48
- */
49
- export type SpanNameNormalizerConfig =
50
- | SpanNameNormalizerFn
51
- | SpanNameNormalizerPreset;
52
-
53
- export interface SpanNameNormalizingProcessorOptions {
54
- /**
55
- * Normalizer function or preset name
56
- */
57
- normalizer: SpanNameNormalizerConfig;
58
- }
59
-
60
- /**
61
- * Built-in normalizer patterns
62
- */
63
- const NORMALIZER_PATTERNS = {
64
- // Numeric IDs: /users/123 → /users/:id
65
- numericId: /\/\d+(?=\/|$)/g,
66
-
67
- // UUIDs: /users/550e8400-e29b-41d4-a716-446655440000 → /users/:uuid
68
- uuid: /\/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}(?=\/|$)/gi,
69
-
70
- // Short UUIDs (without dashes): /users/550e8400e29b41d4a716446655440000 → /users/:uuid
71
- shortUuid: /\/[0-9a-f]{32}(?=\/|$)/gi,
72
-
73
- // MongoDB ObjectIds: /docs/507f1f77bcf86cd799439011 → /docs/:objectId
74
- objectId: /\/[0-9a-f]{24}(?=\/|$)/gi,
75
-
76
- // Hashes (6+ hex chars): /assets/abc123def.js → /assets/:hash.js
77
- hash: /\/[0-9a-f]{6,}(?=\.[a-z]+$)/gi,
78
-
79
- // ISO dates: /logs/2024-01-15 → /logs/:date
80
- isoDate: /\/\d{4}-\d{2}-\d{2}(?=\/|$)/g,
81
-
82
- // Timestamps: /events/1705334400 → /events/:timestamp
83
- timestamp: /\/1[0-9]{9}(?=\/|$)/g,
84
-
85
- // Email-like segments: /users/john@example.com → /users/:email
86
- email: /\/[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}(?=\/|$)/g,
87
- } as const;
88
-
89
- /**
90
- * Built-in normalizer presets
91
- */
92
- const NORMALIZER_PRESETS: Record<
93
- SpanNameNormalizerPreset,
94
- SpanNameNormalizerFn
95
- > = {
96
- /**
97
- * REST API preset - normalizes common REST path patterns
98
- * Handles: numeric IDs, UUIDs, ObjectIds, dates, timestamps, emails
99
- */
100
- 'rest-api': (name: string): string => {
101
- return name
102
- .replaceAll(NORMALIZER_PATTERNS.uuid, '/:uuid')
103
- .replaceAll(NORMALIZER_PATTERNS.shortUuid, '/:uuid')
104
- .replaceAll(NORMALIZER_PATTERNS.objectId, '/:objectId')
105
- .replaceAll(NORMALIZER_PATTERNS.isoDate, '/:date')
106
- .replaceAll(NORMALIZER_PATTERNS.timestamp, '/:timestamp')
107
- .replaceAll(NORMALIZER_PATTERNS.email, '/:email')
108
- .replaceAll(NORMALIZER_PATTERNS.numericId, '/:id');
109
- },
110
-
111
- /**
112
- * GraphQL preset - normalizes GraphQL operation names and paths
113
- * Keeps query/mutation names but normalizes embedded IDs
114
- */
115
- graphql: (name: string): string => {
116
- // For GraphQL, normalize both path-style and embedded IDs
117
- return name
118
- .replaceAll(NORMALIZER_PATTERNS.uuid, '/:uuid')
119
- .replaceAll(NORMALIZER_PATTERNS.numericId, '/:id');
120
- },
121
-
122
- /**
123
- * Minimal preset - only normalizes numeric IDs and UUIDs
124
- */
125
- minimal: (name: string): string => {
126
- return name
127
- .replaceAll(NORMALIZER_PATTERNS.uuid, '/:uuid')
128
- .replaceAll(NORMALIZER_PATTERNS.numericId, '/:id');
129
- },
130
- };
131
-
132
- /**
133
- * Resolve normalizer config to a function
134
- */
135
- function resolveNormalizer(
136
- config: SpanNameNormalizerConfig,
137
- ): SpanNameNormalizerFn {
138
- if (typeof config === 'function') {
139
- return config;
140
- }
141
-
142
- const preset = NORMALIZER_PRESETS[config];
143
- if (!preset) {
144
- throw new Error(
145
- `Unknown span name normalizer preset: "${config}". ` +
146
- `Available presets: ${Object.keys(NORMALIZER_PRESETS).join(', ')}`,
147
- );
148
- }
149
-
150
- return preset;
151
- }
152
-
153
- /**
154
- * Span processor that normalizes span names to reduce cardinality.
155
- *
156
- * Normalization happens in onStart() when we have access to the mutable Span.
157
- * This allows us to call span.updateName() before the span is finalized.
158
- *
159
- * Common use cases:
160
- * - REST APIs: /users/123/posts/456 → /users/:id/posts/:id
161
- * - UUIDs: /items/550e8400-e29b-41d4-a716-446655440000 → /items/:uuid
162
- * - Dates: /logs/2024-01-15 → /logs/:date
163
- */
164
- export class SpanNameNormalizingProcessor implements SpanProcessor {
165
- private readonly wrappedProcessor: SpanProcessor;
166
- private readonly normalizer: SpanNameNormalizerFn;
167
-
168
- constructor(
169
- wrappedProcessor: SpanProcessor,
170
- options: SpanNameNormalizingProcessorOptions,
171
- ) {
172
- this.wrappedProcessor = wrappedProcessor;
173
- this.normalizer = resolveNormalizer(options.normalizer);
174
- }
175
-
176
- /**
177
- * Normalize span name on start (when Span is mutable)
178
- */
179
- onStart(span: Span, parentContext: Context): void {
180
- try {
181
- const originalName = span.name;
182
- const normalizedName = this.normalizer(originalName);
183
-
184
- if (normalizedName !== originalName) {
185
- span.updateName(normalizedName);
186
- }
187
- } catch {
188
- // If normalizer throws, keep original name (fail-open)
189
- }
190
-
191
- this.wrappedProcessor.onStart(span, parentContext);
192
- }
193
-
194
- /**
195
- * Pass through onEnd unchanged
196
- */
197
- onEnd(span: ReadableSpan): void {
198
- this.wrappedProcessor.onEnd(span);
199
- }
200
-
201
- forceFlush(): Promise<void> {
202
- return this.wrappedProcessor.forceFlush();
203
- }
204
-
205
- shutdown(): Promise<void> {
206
- return this.wrappedProcessor.shutdown();
207
- }
208
- }
209
-
210
- /**
211
- * Export built-in patterns for advanced users who want to compose their own normalizers
212
- */
213
- export { NORMALIZER_PATTERNS, NORMALIZER_PRESETS };
@@ -1,27 +0,0 @@
1
- import { createHash } from 'node:crypto';
2
-
3
- /**
4
- * Deterministic JSON stringify with sorted object keys, so two structurally
5
- * equal values always produce the same string regardless of key insertion
6
- * order. Shared by `defineEvent` and the validation layer for stable schema
7
- * hashes.
8
- */
9
- export function stableStringify(value: unknown): string {
10
- if (value === null || value === undefined || typeof value !== 'object') {
11
- return JSON.stringify(value);
12
- }
13
- if (Array.isArray(value)) {
14
- return '[' + value.map((v) => stableStringify(v)).join(',') + ']';
15
- }
16
- const obj = value as Record<string, unknown>;
17
- const body = Object.keys(obj)
18
- .toSorted()
19
- .map((k) => JSON.stringify(k) + ':' + stableStringify(obj[k]))
20
- .join(',');
21
- return '{' + body + '}';
22
- }
23
-
24
- /** Stable sha256 of any JSON-serializable value. */
25
- export function hashJson(value: unknown): string {
26
- return createHash('sha256').update(stableStringify(value)).digest('hex');
27
- }