Files
dbgate/plugins/dbgate-plugin-mongo/src/frontend/index.js
Jan Prochazka 2e37788471 profiler charts
2022-12-18 13:48:24 +01:00

13 lines
329 B
JavaScript

import driver from './driver';
import { formatProfilerEntry, extractProfileTimestamp, aggregateProfileChartEntry } from './profilerFunctions';
export default {
packageName: 'dbgate-plugin-mongo',
drivers: [driver],
functions: {
formatProfilerEntry,
extractProfileTimestamp,
aggregateProfileChartEntry,
},
};