DashboardConfig
Defined in: src/plugins/application/dashboard/plugin.ts:67
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
|
|
If true, the replay endpoint will be disabled. |
||
|
() => |
‐ |
||
|
|
Array of HTTP methods to not record (e.g. [‘OPTIONS’, ‘HEAD’]) |
||
|
( |
patterns to ignore in the request list. Can be a glob pattern (string), regex, or a custom callback function. |
||
|
|
Array of status codes to not record. |
||
|
|
‐ |
||
|
|
|
‐ |
|
|
|
|
‐ |
|
|
|
|
‐ |
|
|
|
Maximum number of request logs to keep in memory. Default |
||
|
|
‐ |
||
|
|
Retention time in milliseconds |
||
|
|
Track and display state mutations made by middleware. Requires enableMiddlewareTracking to be enabled on the application. When enabled, the dashboard will show what properties each middleware added/modified on ctx.state. Default |
||
|
|
Interval in milliseconds for pushing batched updates. Default |
||
|
|
Strategy for pushing request updates to the dashboard. ‘immediate’ - pushes every request as soon as it completes. ‘batched’ - buffers requests and pushes them at the interval specified by updateInterval. Default |