@@ -23,13 +23,13 @@ const deepMerge = require('../util/deepMerge');
2323 * @property {number } [transmissionDelay]
2424 * @property {number } [stackTraceLength]
2525 * @property {HTTPTracingOptions } [http]
26- * @property {import('../tracing ').Disable } [disable]
26+ * @property {import('../config/types ').Disable } [disable]
2727 * @property {Array<string> } [disabledTracers]
2828 * @property {boolean } [spanBatchingEnabled]
2929 * @property {boolean } [disableW3cTraceCorrelation]
3030 * @property {KafkaTracingOptions } [kafka]
3131 * @property {boolean } [allowRootExitSpan]
32- * @property {import('../tracing ').IgnoreEndpoints } [ignoreEndpoints]
32+ * @property {import('../config/types ').IgnoreEndpoints } [ignoreEndpoints]
3333 * @property {boolean } [ignoreEndpointsDisableSuppression]
3434 * @property {boolean } [disableEOLEvents]
3535 */
@@ -74,30 +74,6 @@ const allowedSecretMatchers = ['equals', 'equals-ignore-case', 'contains', 'cont
7474 * @property {number } [timeBetweenHealthcheckCalls]
7575 */
7676
77- /**
78- * @typedef {Object } AgentConfig
79- * @property {AgentTracingConfig } [tracing]
80- */
81-
82- /**
83- * @typedef {Object } AgentTracingConfig
84- * @property {AgentTracingHttpConfig } [http]
85- * @property {AgentTracingKafkaConfig } [kafka]
86- * @property {boolean|string } [spanBatchingEnabled]
87- * @property {import('../tracing').IgnoreEndpoints } [ignoreEndpoints]
88- * @property {import('../tracing').Disable } [disable]
89- */
90-
91- /**
92- * @typedef {Object } AgentTracingHttpConfig
93- * @property {Array.<string> } [extraHttpHeadersToCapture]
94- */
95-
96- /**
97- * @typedef {Object } AgentTracingKafkaConfig
98- * @property {boolean } [traceCorrelation]
99- */
100-
10177/** @type {import('../core').GenericLogger } */
10278let logger ;
10379
0 commit comments