Skip to content

DashboardOptions

class

Namespace: Orleans.Dashboard

Configuration options for the Orleans Dashboard.
public sealed class DashboardOptions

Constructors

Properties

  • 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 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 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.