Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ var metrics = new MetricsBuilder()
.Build();
```

The above will configure the console reporter but App Metrics will not schedule the reporting by default. This is to allow flexiblity in scheduling for different types of applications. App Metrics does however provide a task schedular which can be used to schedule the reporting of metrics via all configured reporters.
The above will configure the console reporter but App Metrics will not schedule the reporting by default. This is to allow flexiblity in scheduling for different types of applications. App Metrics does however provide a task scheduler which can be used to schedule the reporting of metrics via all configured reporters.

```csharp
var scheduler = new AppMetricsTaskScheduler(
Expand Down