From 52ef15b93b0951d5506236ca1630c01c2e8f0372 Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Fri, 29 Sep 2023 12:39:14 -0700 Subject: [PATCH] up --- docs/dotnet/dotnet-http-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dotnet/dotnet-http-metrics.md b/docs/dotnet/dotnet-http-metrics.md index becb4c55dc..7ff310a2d4 100644 --- a/docs/dotnet/dotnet-http-metrics.md +++ b/docs/dotnet/dotnet-http-metrics.md @@ -33,7 +33,7 @@ Notes: - Meter name is `System.Net.Http` - Metric added in .NET 8.0 - When `error.type` attribute is reported, it contains one of [HTTP Request errors](https://github.com/dotnet/runtime/blob/main/src/libraries/System.Net.Http/src/System/Net/Http/HttpRequestError.cs), a full exception type, or a string representation of received status code. -- The [`url.scheme`](../url/url.md) attribute is reported. +- The [`url.scheme`](../url/url.md) attribute is reported. ### Metric: `http.client.open_connections`