DashboardOptions
class
Namespace: Orleans.Dashboard
Configuration options for the Orleans Dashboard.
public sealed class DashboardOptionsConstructors
Properties
CounterUpdateIntervalMsGets or sets the number of milliseconds between counter samples. Must be greater than or equal to 1000. The default is 1000 (1 second).HideTraceGets 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.HistoryLengthGets 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.
