Skip to main content

ServerMetricsOptions

Defined in: js-api/src/dapi.ts:599

Options for AdminDataSource.getMetrics.

Properties

PropertyTypeDescriptionDefined in
date?stringDatagrok datetime pattern (this week, last 30 days, yesterday, ...) resolved on the server; ignored when dateStart is given.js-api/src/dapi.ts:606
dateEnd?string | DateEnd of the window (UTC); defaults to now.js-api/src/dapi.ts:603
dateStart?string | DateStart of the window (UTC); defaults to 24 hours before dateEnd.js-api/src/dapi.ts:601
limit?numberRows per ranking (default 10, max 1000).js-api/src/dapi.ts:608