max duration profiler measure

This commit is contained in:
Jan Prochazka
2022-12-18 16:18:56 +01:00
parent 2e37788471
commit 3bbdc56309
4 changed files with 10 additions and 10 deletions

View File

@@ -40,10 +40,7 @@ const driver = {
profilerChartMeasures: [
{ label: 'Req count/s', field: 'countPerSec' },
{ label: 'Avg duration', field: 'avgDuration' },
// { label: 'Req count/s', field: 'countPerSec', perSecond: true },
// { field: 'countAll', hidden: true },
// { label: 'Avg duration', field: 'millis', perField: 'countAll' },
{ label: 'Max duration', field: 'maxDuration' },
],
databaseUrlPlaceholder: 'e.g. mongodb://username:password@mongodb.mydomain.net/dbname',