@ahmedhegazee/nestjs-telescope
Version:
Advanced observability and monitoring solution for NestJS applications with ML-powered analytics, enterprise features, and production-ready scaling
19 lines • 612 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultQueryWatcherConfig = void 0;
exports.defaultQueryWatcherConfig = {
enabled: true,
priority: 1,
tags: ['query', 'database'],
dependencies: ['typeorm'],
slowQueryThreshold: 1000,
verySlowQueryThreshold: 5000,
enableStackTrace: true,
enableQueryAnalysis: true,
enableOptimizationHints: true,
maxQueryLength: 10000,
excludeQueries: ['SELECT 1', 'SHOW TABLES', 'DESCRIBE'],
sampleRate: 100,
connectionPoolMonitoring: true
};
//# sourceMappingURL=query-watcher.config.js.map