Skip to content

Commit 2fa4c57

Browse files
authored
Clarify note about Instrumentation.Runtime Meter registration (#3240)
1 parent 23ae2f1 commit 2fa4c57

File tree

1 file changed

+1
-1
lines changed
  • src/OpenTelemetry.Instrumentation.Runtime

1 file changed

+1
-1
lines changed

src/OpenTelemetry.Instrumentation.Runtime/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ to the application.
5050

5151
> [!NOTE]
5252
> .NET 9 introduced built-in runtime metrics. As such, when applications target
53-
.NET 9 or greater this package registers a `Meter` to receive the built-in
53+
.NET 9 or greater this package instead registers a `Meter` to receive the built-in
5454
`System.Runtime` metrics. See the [.NET Runtime metrics documentation](https://learn.microsoft.com/en-us/dotnet/core/diagnostics/built-in-metrics-runtime)
5555
for details of the metric and attribute names for the built-in metrics.
5656

0 commit comments

Comments
 (0)