Skip to content

Commit 9fcbc3d

Browse files
authored
Move metrics-collection.md to .NET 6 (#42770)
Changes in dotnet-counters have made it incompatible with .NET Core 3.1. Given 3.1 is already out of support I am updating the docs to include .NET 6 as the lowest version.
1 parent 7e3c17a commit 9fcbc3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/diagnostics/metrics-collection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 10/27/2021
77

88
# Collect metrics
99

10-
**This article applies to: ✔️** .NET Core 3.1 and later **✔️** .NET Framework 4.6.1 and later
10+
**This article applies to: ✔️** .NET 6.0 and later **✔️** .NET Framework 4.6.1 and later
1111

1212
Instrumented code can record numeric measurements, but the measurements usually need to be aggregated, transmitted, and stored to create useful metrics for monitoring. The process of aggregating, transmitting, and storing data is called collection. This tutorial shows several examples of collecting metrics:
1313

@@ -19,7 +19,7 @@ For more information on custom metric instrumentation and options, see [Compare
1919

2020
## Prerequisites
2121

22-
- [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/dotnet) or a later
22+
- [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet) or a later
2323

2424
## Create an example app
2525

0 commit comments

Comments
 (0)