# DashboardOptions.CounterUpdateIntervalMs

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.dashboard/orleans.dashboard.dashboardoptions/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.dashboard/orleans.dashboard.dashboardoptions/properties/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Dashboard/Orleans.Dashboard/DashboardOptions.cs)

```csharp
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).
