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,364 +0,0 @@
1
- /**
2
- * Tests for graceful shutdown
3
- */
4
-
5
- import { describe, it, expect, beforeEach, afterEach, vi } from 'vitest';
6
- import { flush, shutdown } from './shutdown';
7
- import {
8
- init,
9
- _getEmbeddedDevtoolsCloseForTesting,
10
- _resetOptionalRequireForTesting,
11
- _setOptionalRequireForTesting,
12
- } from './init';
13
- import { track, getEventQueue } from './track';
14
- import { EventSubscriber } from './event-subscriber';
15
-
16
- // Mock adapter for testing
17
- class MockAdapter implements EventSubscriber {
18
- name = 'mock-adapter';
19
- public events: Array<{ name: string; attributes?: Record<string, unknown> }> =
20
- [];
21
- public shutdownCalled = false;
22
-
23
- async trackEvent(
24
- name: string,
25
- attributes?: Record<string, unknown>,
26
- ): Promise<void> {
27
- this.events.push({ name, attributes });
28
- }
29
-
30
- async trackFunnelStep(): Promise<void> {}
31
- async trackOutcome(): Promise<void> {}
32
- async trackValue(): Promise<void> {}
33
-
34
- async shutdown(): Promise<void> {
35
- this.shutdownCalled = true;
36
- }
37
- }
38
-
39
- describe('shutdown module', () => {
40
- let mockAdapter: MockAdapter;
41
-
42
- beforeEach(() => {
43
- vi.clearAllMocks();
44
- mockAdapter = new MockAdapter();
45
- _resetOptionalRequireForTesting();
46
- });
47
-
48
- afterEach(async () => {
49
- // Clean up after each test
50
- const queue = getEventQueue();
51
- if (queue) {
52
- await queue.flush();
53
- }
54
- _resetOptionalRequireForTesting();
55
- });
56
-
57
- describe('flush()', () => {
58
- it('should flush events queue', async () => {
59
- // Initialize with adapter
60
- init({
61
- service: 'test-service',
62
- subscribers: [mockAdapter],
63
- });
64
-
65
- // Track events
66
- track('test.event1', { foo: 'bar' });
67
- track('test.event2', { baz: 'qux' });
68
-
69
- // Events should be in queue
70
- const queue = getEventQueue();
71
- expect(queue?.size()).toBeGreaterThan(0);
72
-
73
- // Flush
74
- await flush();
75
-
76
- // Queue should be empty (all events sent)
77
- expect(queue?.size()).toBe(0);
78
- });
79
-
80
- it('should be safe to call multiple times', async () => {
81
- init({
82
- service: 'test-service',
83
- subscribers: [mockAdapter],
84
- });
85
-
86
- track('test.event', { data: 'value' });
87
-
88
- await flush();
89
- await flush();
90
- await flush();
91
-
92
- // Should not throw
93
- expect(getEventQueue()?.size()).toBe(0);
94
- });
95
-
96
- it('should be no-op if no events queue initialized', async () => {
97
- init({ service: 'test-service' }); // No adapters
98
-
99
- await expect(flush()).resolves.toBeUndefined();
100
- });
101
-
102
- it('should flush OpenTelemetry spans', async () => {
103
- // Mock tracer provider with forceFlush
104
- const mockForceFlush = vi.fn();
105
- const mockTracerProvider = {
106
- forceFlush: mockForceFlush,
107
- };
108
- const mockSdk = {
109
- getTracerProvider: () => mockTracerProvider,
110
- shutdown: vi.fn(),
111
- start: vi.fn(),
112
- };
113
-
114
- init({
115
- service: 'test-service',
116
- sdkFactory: () => mockSdk as any,
117
- subscribers: [mockAdapter],
118
- });
119
-
120
- // Flush should call tracer provider's forceFlush
121
- await flush();
122
-
123
- expect(mockForceFlush).toHaveBeenCalledOnce();
124
- });
125
-
126
- it('should handle flush timeout', async () => {
127
- // Mock tracer provider that hangs
128
- const mockForceFlush = vi.fn().mockImplementation(
129
- () =>
130
- new Promise((resolve) => {
131
- // Never resolves (simulates hanging)
132
- setTimeout(resolve, 10_000);
133
- }),
134
- );
135
- const mockTracerProvider = {
136
- forceFlush: mockForceFlush,
137
- };
138
- const mockSdk = {
139
- getTracerProvider: () => mockTracerProvider,
140
- shutdown: vi.fn(),
141
- start: vi.fn(),
142
- };
143
-
144
- init({
145
- service: 'test-service',
146
- sdkFactory: () => mockSdk as any,
147
- subscribers: [mockAdapter],
148
- });
149
-
150
- // Flush should timeout and throw
151
- await expect(flush({ timeout: 100 })).rejects.toThrow('Flush timeout');
152
- });
153
-
154
- it('should respect custom timeout', async () => {
155
- const mockForceFlush = vi.fn();
156
- const mockTracerProvider = {
157
- forceFlush: mockForceFlush,
158
- };
159
- const mockSdk = {
160
- getTracerProvider: () => mockTracerProvider,
161
- shutdown: vi.fn(),
162
- start: vi.fn(),
163
- };
164
-
165
- init({
166
- service: 'test-service',
167
- sdkFactory: () => mockSdk as any,
168
- });
169
-
170
- // Flush with custom timeout should work
171
- await flush({ timeout: 5000 });
172
-
173
- expect(mockForceFlush).toHaveBeenCalledOnce();
174
- });
175
-
176
- it('should handle SDK without forceFlush gracefully', async () => {
177
- // Mock SDK without forceFlush method
178
- const mockTracerProvider = {};
179
- const mockSdk = {
180
- getTracerProvider: () => mockTracerProvider,
181
- shutdown: vi.fn(),
182
- start: vi.fn(),
183
- };
184
-
185
- init({
186
- service: 'test-service',
187
- sdkFactory: () => mockSdk as any,
188
- });
189
-
190
- // Should not throw even if forceFlush doesn't exist
191
- await expect(flush()).resolves.toBeUndefined();
192
- });
193
-
194
- it('should handle missing tracer provider gracefully', async () => {
195
- // Mock SDK that returns null tracer provider
196
- const mockSdk = {
197
- getTracerProvider: () => null,
198
- shutdown: vi.fn(),
199
- start: vi.fn(),
200
- };
201
-
202
- init({
203
- service: 'test-service',
204
- sdkFactory: () => mockSdk as any,
205
- });
206
-
207
- // Should not throw
208
- await expect(flush()).resolves.toBeUndefined();
209
- });
210
- });
211
-
212
- describe('shutdown()', () => {
213
- it('should flush and shutdown SDK', async () => {
214
- init({
215
- service: 'test-service',
216
- subscribers: [mockAdapter],
217
- });
218
-
219
- track('test.event', { foo: 'bar' });
220
-
221
- // Shutdown should flush queue and shutdown SDK
222
- await shutdown();
223
-
224
- // After shutdown, queue should be null (cleaned up to prevent memory leaks)
225
- const queue = getEventQueue();
226
- expect(queue).toBeNull();
227
- });
228
-
229
- it('should be safe to call multiple times', async () => {
230
- init({
231
- service: 'test-service',
232
- subscribers: [mockAdapter],
233
- });
234
-
235
- await shutdown();
236
- await shutdown(); // Should not throw
237
- await shutdown();
238
-
239
- expect(true).toBe(true); // Test passes if no errors
240
- });
241
-
242
- it('should flush before SDK shutdown', async () => {
243
- init({
244
- service: 'test-service',
245
- subscribers: [mockAdapter],
246
- });
247
-
248
- track('test.event', { foo: 'bar' });
249
-
250
- const queue = getEventQueue();
251
- const queueSizeBefore = queue?.size() || 0;
252
- expect(queueSizeBefore).toBeGreaterThan(0);
253
-
254
- await shutdown();
255
-
256
- // Queue should be empty after shutdown
257
- const queueSizeAfter = queue?.size() || 0;
258
- expect(queueSizeAfter).toBe(0);
259
- });
260
-
261
- it('should clean up event queue observables on shutdown', async () => {
262
- init({
263
- service: 'test-service',
264
- subscribers: [mockAdapter],
265
- });
266
-
267
- track('test.event', { foo: 'bar' });
268
-
269
- const queue = getEventQueue();
270
- expect(queue).not.toBeNull();
271
- if (!queue) return;
272
-
273
- const cleanupSpy = vi.spyOn(queue, 'cleanup');
274
-
275
- await shutdown();
276
-
277
- expect(cleanupSpy).toHaveBeenCalledOnce();
278
- });
279
-
280
- it('should handle errors during shutdown gracefully', async () => {
281
- const failingAdapter: EventSubscriber = {
282
- name: 'failing-adapter',
283
- trackEvent: vi.fn(),
284
- trackFunnelStep: vi.fn(),
285
- trackOutcome: vi.fn(),
286
- trackValue: vi.fn(),
287
- shutdown: vi.fn().mockRejectedValue(new Error('Shutdown failed')),
288
- };
289
-
290
- init({
291
- service: 'test-service',
292
- subscribers: [failingAdapter],
293
- });
294
-
295
- // Should not throw even if adapter shutdown fails
296
- await expect(shutdown()).resolves.toBeUndefined();
297
- });
298
-
299
- it('should close embedded devtools during shutdown', async () => {
300
- const close = vi.fn().mockResolvedValue(undefined);
301
- _setOptionalRequireForTesting((id: string) => {
302
- if (id === 'autotel-devtools') {
303
- return {
304
- createDevtools: () => ({
305
- port: 4318,
306
- close,
307
- }),
308
- } as any;
309
- }
310
- return undefined;
311
- });
312
-
313
- init({
314
- service: 'test-service',
315
- devtools: { embedded: true },
316
- });
317
-
318
- expect(_getEmbeddedDevtoolsCloseForTesting()).not.toBeNull();
319
-
320
- await shutdown();
321
-
322
- expect(close).toHaveBeenCalledOnce();
323
- expect(_getEmbeddedDevtoolsCloseForTesting()).toBeNull();
324
- });
325
- });
326
-
327
- describe('Integration', () => {
328
- it('should properly shutdown in correct order', async () => {
329
- init({
330
- service: 'test-service',
331
- subscribers: [mockAdapter],
332
- });
333
-
334
- track('user.signup', { userId: '123' });
335
- track('order.completed', { orderId: '456' });
336
-
337
- const queue = getEventQueue();
338
- expect(queue?.size()).toBeGreaterThan(0);
339
-
340
- // Shutdown should flush all pending events
341
- await shutdown();
342
-
343
- // Queue should be empty (all events flushed)
344
- expect(queue?.size()).toBe(0);
345
- });
346
-
347
- it('should work with no events to flush', async () => {
348
- init({
349
- service: 'test-service',
350
- subscribers: [mockAdapter],
351
- });
352
-
353
- // No events tracked
354
- const queue = getEventQueue();
355
- const queueSize = queue?.size() || 0;
356
- expect(queueSize).toBe(0);
357
-
358
- await shutdown();
359
-
360
- // Should complete without error
361
- expect(mockAdapter.events).toHaveLength(0);
362
- });
363
- });
364
- });
package/src/shutdown.ts DELETED
@@ -1,246 +0,0 @@
1
- /**
2
- * Graceful shutdown with flush and cleanup
3
- */
4
-
5
- import { getSdk, getLogger, _closeEmbeddedDevtools } from './init';
6
- import { getEventQueue, resetEventQueue } from './track';
7
- import { resetEvents } from './event';
8
- import { resetMetrics } from './metric';
9
-
10
- /**
11
- * Flush all pending telemetry
12
- *
13
- * Flushes both events events and OpenTelemetry spans to their destinations.
14
- * Includes timeout protection to prevent hanging in serverless environments.
15
- *
16
- * Safe to call multiple times.
17
- *
18
- * @param options - Optional configuration
19
- * @param options.timeout - Timeout in milliseconds (default: 2000ms)
20
- * @param options.forShutdown - If true, permanently disables the events queue after flush (used internally by shutdown())
21
- *
22
- * @example Manual flush in serverless
23
- * ```typescript
24
- * import { flush } from 'autotel';
25
- *
26
- * export const handler = async (event) => {
27
- * // ... process event
28
- * await flush(); // Flush before function returns
29
- * return result;
30
- * };
31
- * ```
32
- *
33
- * @example With custom timeout
34
- * ```typescript
35
- * await flush({ timeout: 5000 }); // 5 second timeout
36
- * ```
37
- */
38
- export async function flush(options?: {
39
- timeout?: number;
40
- forShutdown?: boolean;
41
- }): Promise<void> {
42
- const timeout = options?.timeout ?? 2000;
43
- const forShutdown = options?.forShutdown ?? false;
44
-
45
- const doFlush = async () => {
46
- // Flush events queue (or shutdown queue when tearing down)
47
- const eventsQueue = getEventQueue();
48
- if (eventsQueue) {
49
- if (forShutdown) {
50
- await eventsQueue.shutdown();
51
- } else {
52
- await eventsQueue.flush();
53
- }
54
- }
55
-
56
- // Flush OpenTelemetry spans
57
- // This ensures spans are exported immediately, critical for serverless
58
- const sdk = getSdk();
59
- if (sdk) {
60
- try {
61
- // Type assertion needed as getTracerProvider is not in the public NodeSDK interface
62
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
63
- const sdkAny = sdk as any;
64
- if (typeof sdkAny.getTracerProvider === 'function') {
65
- const tracerProvider = sdkAny.getTracerProvider();
66
- if (
67
- tracerProvider &&
68
- typeof tracerProvider.forceFlush === 'function'
69
- ) {
70
- await tracerProvider.forceFlush();
71
- }
72
- }
73
- } catch {
74
- // Ignore errors when accessing tracer provider (may not be available in test mocks)
75
- }
76
- }
77
- };
78
-
79
- // Add timeout protection to prevent hanging
80
- let timeoutHandle: NodeJS.Timeout | undefined;
81
- try {
82
- await Promise.race([
83
- doFlush().finally(() => {
84
- // Clear timeout as soon as flush completes
85
- if (timeoutHandle) {
86
- clearTimeout(timeoutHandle);
87
- }
88
- }),
89
- new Promise<void>((_, reject) => {
90
- timeoutHandle = setTimeout(
91
- () => reject(new Error('Flush timeout')),
92
- timeout,
93
- );
94
- // Use unref() to allow Node to exit if flush completes first
95
- // This prevents the 2s delay in serverless when flush succeeds immediately
96
- timeoutHandle.unref();
97
- }),
98
- ]);
99
- } catch (error) {
100
- // Clear timeout on error too
101
- if (timeoutHandle) {
102
- clearTimeout(timeoutHandle);
103
- }
104
- const logger = getLogger();
105
- logger.error(
106
- {
107
- err: error instanceof Error ? error : new Error(String(error)),
108
- },
109
- '[autotel] Flush error',
110
- );
111
- throw error;
112
- }
113
- }
114
-
115
- /**
116
- * Shutdown telemetry and cleanup resources
117
- *
118
- * - Flushes all pending data
119
- * - Shuts down OpenTelemetry SDK
120
- * - Cleans up resources
121
- *
122
- * Call this before process exit.
123
- *
124
- * Always performs cleanup even if flush fails, preventing resource leaks
125
- * in serverless handlers or tests.
126
- *
127
- * @example Express server
128
- * ```typescript
129
- * const server = app.listen(3000)
130
- *
131
- * process.on('SIGTERM', async () => {
132
- * await server.close()
133
- * await shutdown()
134
- * process.exit(0)
135
- * })
136
- * ```
137
- */
138
- export async function shutdown(): Promise<void> {
139
- const logger = getLogger();
140
- let shutdownError: Error | null = null;
141
-
142
- // Attempt to flush (with queue shutdown so new events are rejected), but continue with cleanup even if it fails
143
- try {
144
- await flush({ forShutdown: true });
145
- } catch (error) {
146
- const err = error instanceof Error ? error : new Error(String(error));
147
- shutdownError = err;
148
- logger.error(
149
- {
150
- err,
151
- },
152
- '[autotel] Flush failed during shutdown, continuing cleanup',
153
- );
154
- }
155
-
156
- // Always shutdown SDK and clean up resources
157
- try {
158
- // Shutdown OpenTelemetry SDK
159
- const sdk = getSdk();
160
- if (sdk) {
161
- await sdk.shutdown();
162
- }
163
- } catch (error) {
164
- const err = error instanceof Error ? error : new Error(String(error));
165
-
166
- // Ignore ECONNREFUSED errors - this happens when no OTLP endpoint was configured
167
- // The SDK tries to flush exporters that don't exist, which is harmless
168
- const isConnectionRefused =
169
- typeof error === 'object' &&
170
- error !== null &&
171
- 'code' in error &&
172
- error.code === 'ECONNREFUSED';
173
-
174
- if (!isConnectionRefused) {
175
- // Only store/log non-connection errors
176
- if (!shutdownError) {
177
- shutdownError = err;
178
- }
179
- logger.error({ err }, '[autotel] SDK shutdown failed');
180
- }
181
- } finally {
182
- await _closeEmbeddedDevtools();
183
-
184
- // Clean up singleton Maps and queues to prevent memory leaks
185
- // This runs even if SDK shutdown fails
186
- const eventsQueue = getEventQueue();
187
- if (eventsQueue && typeof eventsQueue.cleanup === 'function') {
188
- eventsQueue.cleanup();
189
- }
190
- resetEvents();
191
- resetMetrics();
192
- resetEventQueue();
193
- }
194
-
195
- // Rethrow first error after cleanup completes
196
- // This allows tests and CI to detect failures while still ensuring cleanup
197
- if (shutdownError) {
198
- throw shutdownError;
199
- }
200
- }
201
-
202
- /**
203
- * Register automatic shutdown hooks for common signals
204
- *
205
- * Handles:
206
- * - SIGTERM (Docker/K8s graceful shutdown)
207
- * - SIGINT (Ctrl+C)
208
- *
209
- * @internal Called automatically on module load
210
- */
211
- function registerShutdownHooks(): void {
212
- if (typeof process === 'undefined') return; // Not in Node.js
213
-
214
- const signals: NodeJS.Signals[] = ['SIGTERM', 'SIGINT'];
215
- let shuttingDown = false;
216
-
217
- for (const signal of signals) {
218
- process.on(signal, async () => {
219
- if (shuttingDown) return; // Prevent double shutdown
220
- shuttingDown = true;
221
-
222
- if (process.env.NODE_ENV !== 'test') {
223
- getLogger().info(
224
- {},
225
- `[autotel] Received ${signal}, flushing telemetry...`,
226
- );
227
- }
228
-
229
- try {
230
- await shutdown();
231
- } catch (error) {
232
- getLogger().error(
233
- {
234
- err: error instanceof Error ? error : undefined,
235
- },
236
- '[autotel] Error during shutdown',
237
- );
238
- } finally {
239
- process.exit(0);
240
- }
241
- });
242
- }
243
- }
244
-
245
- // Auto-register shutdown hooks
246
- registerShutdownHooks();