n8n
Version:
n8n Workflow Automation Tool
18 lines • 775 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.toOtelSettingsResponse = toOtelSettingsResponse;
function toOtelSettingsResponse(config) {
return {
enabled: config.enabled,
exporterEndpoint: config.exporterEndpoint,
exporterTracingPath: config.exporterTracingPath,
exporterServiceName: config.exporterServiceName,
exporterHeaders: config.exporterHeaders,
tracesSampleRate: config.tracesSampleRate,
startupConnectivityTimeoutMs: config.startupConnectivityTimeoutMs,
includeNodeSpans: config.includeNodeSpans,
injectOutbound: config.injectOutbound,
productionExecutionsOnly: config.productionExecutionsOnly,
};
}
//# sourceMappingURL=otel.mapper.js.map