Skip to content

DashboardOptions Properties

Configuration options for the Orleans Dashboard.

CounterUpdateIntervalMs

getset
View source
public int CounterUpdateIntervalMs
Gets or sets the number of milliseconds between counter samples. Must be greater than or equal to 1000. The default is 1000 (1 second).

HideTrace

getset
View source
public bool HideTrace
Gets or sets a value indicating whether to disable the trace feature. When true, the live log streaming endpoint will be disabled. The default is false.

HistoryLength

getset
View source
public int HistoryLength
Gets or sets the length of the history to maintain for metrics. Higher values provide more historical data but consume more memory. The default is 100.