temporatily disable MognoDB profiler support

This commit is contained in:
SPRINX0\prochazka
2025-05-29 14:56:07 +02:00
parent db6b7f52eb
commit 212b26b960
3 changed files with 5 additions and 1 deletions

View File

@@ -42,7 +42,8 @@ const driver = {
defaultPort: 27017,
supportsDatabaseUrl: true,
supportsServerSummary: true,
supportsDatabaseProfiler: true,
// temporatily disable MongoDB profiler support
supportsDatabaseProfiler: false,
profilerFormatterFunction: 'formatProfilerEntry@dbgate-plugin-mongo',
profilerTimestampFunction: 'extractProfileTimestamp@dbgate-plugin-mongo',
profilerChartAggregateFunction: 'aggregateProfileChartEntry@dbgate-plugin-mongo',