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,108 +0,0 @@
1
- import { describe, it, expect, afterEach } from 'vitest';
2
- import {
3
- initInstrumentation,
4
- shutdownInstrumentation,
5
- } from './instrumentation';
6
- import type { NodeSDK } from '@opentelemetry/sdk-node';
7
-
8
- describe('initInstrumentation', () => {
9
- let sdk: NodeSDK | undefined;
10
-
11
- afterEach(async () => {
12
- if (sdk) {
13
- try {
14
- await shutdownInstrumentation(sdk);
15
- } catch {
16
- // Ignore shutdown errors in tests
17
- }
18
- sdk = undefined;
19
- }
20
- });
21
-
22
- it('should initialize with minimal config', async () => {
23
- sdk = await initInstrumentation({
24
- serviceName: 'test-service',
25
- });
26
-
27
- expect(sdk).toBeDefined();
28
- });
29
-
30
- it('should initialize with full config', async () => {
31
- sdk = await initInstrumentation({
32
- serviceName: 'test-service',
33
- serviceVersion: '2.0.0',
34
- deploymentEnvironment: 'test',
35
- otlpEndpoint: 'http://localhost:4318',
36
- });
37
-
38
- expect(sdk).toBeDefined();
39
- });
40
-
41
- it('should support detectResources option', async () => {
42
- sdk = await initInstrumentation({
43
- serviceName: 'test-service',
44
- detectResources: true,
45
- });
46
-
47
- expect(sdk).toBeDefined();
48
- });
49
-
50
- it('should return NodeSDK instance', async () => {
51
- sdk = await initInstrumentation({
52
- serviceName: 'test-service',
53
- });
54
-
55
- expect(sdk).toBeDefined();
56
- expect(typeof sdk.start).toBe('function');
57
- expect(typeof sdk.shutdown).toBe('function');
58
- });
59
- });
60
-
61
- describe('shutdownInstrumentation', () => {
62
- it('should shutdown without error', async () => {
63
- const sdk = await initInstrumentation({
64
- serviceName: 'test-shutdown',
65
- });
66
-
67
- await expect(shutdownInstrumentation(sdk)).resolves.not.toThrow();
68
- });
69
-
70
- it('should handle shutdown with no SDK gracefully', async () => {
71
- // Should warn but not throw
72
- await expect(shutdownInstrumentation()).resolves.not.toThrow();
73
- });
74
-
75
- it('should handle multiple shutdowns gracefully', async () => {
76
- const sdk = await initInstrumentation({
77
- serviceName: 'test-multiple-shutdown',
78
- });
79
-
80
- await shutdownInstrumentation(sdk);
81
-
82
- // Second shutdown should not throw
83
- await expect(shutdownInstrumentation(sdk)).resolves.not.toThrow();
84
- });
85
- });
86
-
87
- describe('SIGTERM handler', () => {
88
- it('should not add new handlers on subsequent inits', async () => {
89
- const sdk1 = await initInstrumentation({
90
- serviceName: 'test-1',
91
- });
92
-
93
- const countAfterFirst = process.listenerCount('SIGTERM');
94
-
95
- const sdk2 = await initInstrumentation({
96
- serviceName: 'test-2',
97
- });
98
-
99
- const countAfterSecond = process.listenerCount('SIGTERM');
100
-
101
- // Should not add a new handler on second init
102
- expect(countAfterSecond).toBe(countAfterFirst);
103
-
104
- // Cleanup
105
- await shutdownInstrumentation(sdk1);
106
- await shutdownInstrumentation(sdk2);
107
- });
108
- });
@@ -1,319 +0,0 @@
1
- import { NodeSDK } from '@opentelemetry/sdk-node';
2
- import { OTLPTraceExporter } from '@opentelemetry/exporter-trace-otlp-http';
3
- import { OTLPLogExporter } from '@opentelemetry/exporter-logs-otlp-http';
4
- import { BatchLogRecordProcessor } from '@opentelemetry/sdk-logs';
5
- import { BatchSpanProcessor } from '@opentelemetry/sdk-trace-base';
6
- import { TailSamplingSpanProcessor } from './tail-sampling-processor';
7
- import { getLogger } from './init';
8
- import {
9
- resourceFromAttributes,
10
- detectResources,
11
- processDetector,
12
- hostDetector,
13
- type Resource,
14
- type ResourceDetector,
15
- } from '@opentelemetry/resources';
16
- import {
17
- ATTR_SERVICE_NAME,
18
- ATTR_SERVICE_VERSION,
19
- } from '@opentelemetry/semantic-conventions/incubating';
20
- import { OTLPMetricExporter } from '@opentelemetry/exporter-metrics-otlp-http';
21
- import { PeriodicExportingMetricReader } from '@opentelemetry/sdk-metrics';
22
- import { requireModule } from './node-require';
23
-
24
- /**
25
- * Parse OTLP headers string into object format
26
- * @param headersString - Headers as "key1=value1,key2=value2" or "Authorization=Basic ..."
27
- * @returns Headers object for OTLP exporters
28
- */
29
- function parseOtlpHeaders(headersString?: string): Record<string, string> {
30
- if (!headersString) return {};
31
-
32
- const headers: Record<string, string> = {};
33
- const pairs = headersString.split(',');
34
-
35
- for (const pair of pairs) {
36
- const [key, ...valueParts] = pair.split('=');
37
- if (key && valueParts.length > 0) {
38
- headers[key.trim()] = valueParts.join('=').trim();
39
- }
40
- }
41
-
42
- return headers;
43
- }
44
-
45
- /**
46
- * Parse resource attributes string into object format
47
- * @param attributesString - Attributes as "key1=value1,key2=value2"
48
- * @returns Resource attributes object
49
- */
50
- function parseResourceAttributes(
51
- attributesString?: string,
52
- ): Record<string, string> {
53
- if (!attributesString) return {};
54
-
55
- const attributes: Record<string, string> = {};
56
- const pairs = attributesString.split(',');
57
-
58
- for (const pair of pairs) {
59
- const [key, ...valueParts] = pair.split('=');
60
- if (key && valueParts.length > 0) {
61
- attributes[key.trim()] = valueParts.join('=').trim();
62
- }
63
- }
64
-
65
- return attributes;
66
- }
67
-
68
- export interface InstrumentationConfig {
69
- serviceName: string;
70
- serviceVersion?: string;
71
- deploymentEnvironment?: string;
72
- otlpEndpoint?: string;
73
- /** Headers for authentication (e.g., Grafana Cloud, Honeycomb) */
74
- headers?: string;
75
- /** Resource attributes as comma-separated key=value pairs */
76
- resourceAttributes?: string;
77
- /** Enable async resource detection for process/host info (default: false) */
78
- detectResources?: boolean;
79
- /**
80
- * Use selective instrumentation instead of full auto-instrumentation
81
- * **Default: true** (performance-first)
82
- *
83
- * When true, auto-instrumentation is disabled. You can manually add
84
- * specific instrumentations via the `instrumentations` field.
85
- * This reduces overhead from ~81% to near-zero based on Platformatic benchmarks.
86
- *
87
- * Set to false to enable full auto-instrumentation (not recommended for production).
88
- *
89
- * @see https://blogger.platformatic.dev/the-hidden-cost-of-context
90
- */
91
- selectiveInstrumentation?: boolean;
92
-
93
- /**
94
- * Custom instrumentations to use (only when selectiveInstrumentation is true)
95
- * @example
96
- * ```typescript
97
- * import { HttpInstrumentation } from '@opentelemetry/instrumentation-http'
98
- *
99
- * initInstrumentation({
100
- * serviceName: 'api',
101
- * selectiveInstrumentation: true,
102
- * instrumentations: [new HttpInstrumentation()]
103
- * })
104
- * ```
105
- */
106
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
107
- instrumentations?: any[];
108
- }
109
-
110
- /**
111
- * Initialize OpenTelemetry instrumentation with OTLP exporters
112
- *
113
- * This sets up:
114
- * - Traces (OTLP HTTP)
115
- * - Metrics (OTLP HTTP)
116
- * - Logs (OTLP HTTP)
117
- * - Auto-instrumentation for common Node.js libraries
118
- *
119
- * @example
120
- * // Call this at the very start of your application
121
- * import { initInstrumentation } from '@your-org/otel-decorators'
122
- *
123
- * initInstrumentation({
124
- * serviceName: 'my-service' }
125
- * serviceVersion: '1.0.0',
126
- * deploymentEnvironment: 'production',
127
- * otlpEndpoint: 'http://localhost:4318'
128
- * })
129
- *
130
- * // Or with async resource detection (top-level await required)
131
- * await initInstrumentation({
132
- * serviceName: 'my-service' }
133
- * detectResources: true
134
- * })
135
- */
136
- // Enables graceful shutdown and prevents SDK leaks on hot-reload
137
- let currentSDK: NodeSDK | null = null;
138
- let shutdownHandlerRegistered = false;
139
-
140
- /**
141
- * Shutdown the OpenTelemetry SDK gracefully
142
- * Call this before process exit or during hot-reloads
143
- */
144
- export async function shutdownInstrumentation(sdk?: NodeSDK): Promise<void> {
145
- const sdkToShutdown = sdk || currentSDK;
146
- if (!sdkToShutdown) {
147
- getLogger().warn({}, 'No SDK to shutdown');
148
- return;
149
- }
150
-
151
- try {
152
- await sdkToShutdown.shutdown();
153
- getLogger().info({}, 'OpenTelemetry terminated successfully');
154
- if (sdkToShutdown === currentSDK) {
155
- currentSDK = null;
156
- }
157
- } catch (error) {
158
- getLogger().error(
159
- {
160
- err: error instanceof Error ? error : undefined,
161
- },
162
- 'Error terminating OpenTelemetry',
163
- );
164
- throw error;
165
- }
166
- }
167
-
168
- export async function initInstrumentation(
169
- config: InstrumentationConfig,
170
- ): Promise<NodeSDK> {
171
- // Prevents resource leaks on hot-reload or multiple init calls
172
- if (currentSDK) {
173
- getLogger().info(
174
- {},
175
- 'Shutting down existing OpenTelemetry SDK before reinitializing...',
176
- );
177
- await shutdownInstrumentation(currentSDK);
178
- }
179
-
180
- // Parse headers and resource attributes
181
- const otlpHeaders = parseOtlpHeaders(config.headers);
182
- const customResourceAttributes = parseResourceAttributes(
183
- config.resourceAttributes,
184
- );
185
-
186
- let resource: Resource;
187
-
188
- // Dynamically load optional resource detectors
189
- const detectors: ResourceDetector[] = [processDetector, hostDetector];
190
- try {
191
- const awsDetectors = await import('@opentelemetry/resource-detector-aws');
192
- detectors.push(
193
- awsDetectors.awsEc2Detector,
194
- awsDetectors.awsEcsDetector,
195
- awsDetectors.awsEksDetector,
196
- );
197
- } catch {
198
- // ignore
199
- }
200
- try {
201
- const gcpDetectors = await import('@opentelemetry/resource-detector-gcp');
202
- detectors.push(gcpDetectors.gcpDetector);
203
- } catch {
204
- // ignore
205
- }
206
- try {
207
- const containerDetectors =
208
- await import('@opentelemetry/resource-detector-container');
209
- detectors.push(containerDetectors.containerDetector);
210
- } catch {
211
- // ignore
212
- }
213
-
214
- if (config.detectResources) {
215
- const detectedResource = await detectResources({
216
- detectors,
217
- });
218
-
219
- resource = detectedResource.merge(
220
- resourceFromAttributes({
221
- [ATTR_SERVICE_NAME]: config.serviceName,
222
- [ATTR_SERVICE_VERSION]: config.serviceVersion || '1.0.0',
223
- 'deployment.environment': config.deploymentEnvironment || 'development',
224
- ...customResourceAttributes, // Merge custom resource attributes
225
- }),
226
- );
227
- } else {
228
- resource = resourceFromAttributes({
229
- [ATTR_SERVICE_NAME]: config.serviceName,
230
- [ATTR_SERVICE_VERSION]: config.serviceVersion || '1.0.0',
231
- 'deployment.environment': config.deploymentEnvironment || 'development',
232
- ...customResourceAttributes, // Merge custom resource attributes
233
- });
234
- }
235
-
236
- // Default to selective (near-zero overhead) vs full auto (~81% overhead)
237
- // Lazy-load to avoid importing ~40+ packages at module evaluation time
238
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
239
- let instrumentations: any[] = config.instrumentations || [];
240
- if (config.selectiveInstrumentation === false) {
241
- const mod = requireModule<{
242
- getNodeAutoInstrumentations: () => unknown[];
243
- }>('@opentelemetry/auto-instrumentations-node');
244
- instrumentations = [mod.getNodeAutoInstrumentations()];
245
- }
246
-
247
- const traceExporter = new OTLPTraceExporter({
248
- url: `${config.otlpEndpoint || 'http://localhost:4318'}/v1/traces`,
249
- headers: otlpHeaders,
250
- });
251
-
252
- // Enables tail sampling via autotel.sampling.tail.keep attribute
253
- const spanProcessor = new TailSamplingSpanProcessor(
254
- new BatchSpanProcessor(traceExporter),
255
- );
256
-
257
- const sdk = new NodeSDK({
258
- resource,
259
- spanProcessor, // Use our wrapped processor instead of traceExporter directly
260
- metricReader: new PeriodicExportingMetricReader({
261
- exporter: new OTLPMetricExporter({
262
- url: `${config.otlpEndpoint || 'http://localhost:4318'}/v1/metrics`,
263
- headers: otlpHeaders,
264
- }),
265
- }),
266
- logRecordProcessors: [
267
- new BatchLogRecordProcessor(
268
- new OTLPLogExporter({
269
- url: `${config.otlpEndpoint || 'http://localhost:4318'}/v1/logs`,
270
- headers: otlpHeaders,
271
- }),
272
- ),
273
- ],
274
- instrumentations,
275
- });
276
-
277
- try {
278
- await sdk.start();
279
- getLogger().info({}, 'OpenTelemetry instrumentation started successfully');
280
- } catch (error) {
281
- getLogger().error(
282
- {
283
- err: error instanceof Error ? error : undefined,
284
- },
285
- 'Failed to start OpenTelemetry SDK',
286
- );
287
- throw error;
288
- }
289
-
290
- // Track current SDK for shutdown handler
291
- currentSDK = sdk;
292
-
293
- if (!shutdownHandlerRegistered) {
294
- shutdownHandlerRegistered = true;
295
-
296
- const shutdownHandler = () => {
297
- shutdownInstrumentation()
298
- .then(() => {
299
- // eslint-disable-next-line unicorn/no-process-exit
300
- process.exit(0);
301
- })
302
- .catch((error) => {
303
- getLogger().error(
304
- {
305
- err: error instanceof Error ? error : undefined,
306
- },
307
- 'Shutdown error',
308
- );
309
- // eslint-disable-next-line unicorn/no-process-exit
310
- process.exit(1);
311
- });
312
- };
313
-
314
- process.on('SIGTERM', shutdownHandler);
315
- process.on('SIGINT', shutdownHandler);
316
- }
317
-
318
- return sdk;
319
- }
@@ -1,125 +0,0 @@
1
- import { describe, it, expect, vi } from 'vitest';
2
- import { LoggedOperation, type Logger } from './logger';
3
-
4
- describe('Logger interface', () => {
5
- it('should work with custom logger implementations (Pino signature)', () => {
6
- const mockLogger: Logger = {
7
- info: vi.fn(),
8
- warn: vi.fn(),
9
- error: vi.fn(),
10
- debug: vi.fn(),
11
- };
12
-
13
- // Pino-compatible signature: (extra, message?)
14
- mockLogger.info({ key: 'value' }, 'Test message');
15
- expect(mockLogger.info).toHaveBeenCalledWith(
16
- { key: 'value' },
17
- 'Test message',
18
- );
19
- });
20
-
21
- it('should support error method with err in extra object', () => {
22
- const mockLogger: Logger = {
23
- info: vi.fn(),
24
- warn: vi.fn(),
25
- error: vi.fn(),
26
- debug: vi.fn(),
27
- };
28
-
29
- const error = new Error('Test error');
30
- // Pino-compatible signature: error goes in extra.err
31
- mockLogger.error({ err: error, context: 'test' }, 'Error occurred');
32
- expect(mockLogger.error).toHaveBeenCalledWith(
33
- { err: error, context: 'test' },
34
- 'Error occurred',
35
- );
36
- });
37
- });
38
-
39
- describe('@LoggedOperation decorator', () => {
40
- it('should support simple string syntax', async () => {
41
- class TestService {
42
- constructor(public deps: { log: Logger }) {}
43
-
44
- @LoggedOperation('test.operation')
45
- async testMethod() {
46
- return 'result';
47
- }
48
- }
49
-
50
- const mockLog = {
51
- info: vi.fn(),
52
- warn: vi.fn(),
53
- error: vi.fn(),
54
- debug: vi.fn(),
55
- } as unknown as Logger;
56
-
57
- const service = new TestService({ log: mockLog });
58
- const result = await service.testMethod();
59
-
60
- expect(result).toBe('result');
61
- // Pino-native style: (extra, message)
62
- expect(mockLog.info).toHaveBeenCalledWith(
63
- expect.objectContaining({ operation: 'test.operation' }),
64
- 'Operation started',
65
- );
66
- expect(mockLog.info).toHaveBeenCalledWith(
67
- expect.objectContaining({ operation: 'test.operation' }),
68
- 'Operation completed',
69
- );
70
- });
71
-
72
- it('should support advanced object syntax', async () => {
73
- class TestService {
74
- constructor(public deps: { log: Logger }) {}
75
-
76
- @LoggedOperation({ operationName: 'test.operation' })
77
- async testMethod() {
78
- return 'result';
79
- }
80
- }
81
-
82
- const mockLog = {
83
- info: vi.fn(),
84
- warn: vi.fn(),
85
- error: vi.fn(),
86
- debug: vi.fn(),
87
- } as unknown as Logger;
88
-
89
- const service = new TestService({ log: mockLog });
90
- const result = await service.testMethod();
91
-
92
- expect(result).toBe('result');
93
- expect(mockLog.info).toHaveBeenCalled();
94
- });
95
-
96
- it('should record errors', async () => {
97
- class TestService {
98
- constructor(public deps: { log: Logger }) {}
99
-
100
- @LoggedOperation('test.failing')
101
- async failingMethod() {
102
- throw new Error('Test error');
103
- }
104
- }
105
-
106
- const mockLog = {
107
- info: vi.fn(),
108
- warn: vi.fn(),
109
- error: vi.fn(),
110
- debug: vi.fn(),
111
- } as unknown as Logger;
112
-
113
- const service = new TestService({ log: mockLog });
114
-
115
- await expect(service.failingMethod()).rejects.toThrow('Test error');
116
- // Pino-native style: (extra, message)
117
- expect(mockLog.error).toHaveBeenCalledWith(
118
- expect.objectContaining({
119
- operation: 'test.failing',
120
- err: expect.any(Error),
121
- }),
122
- 'Operation failed',
123
- );
124
- });
125
- });