Skip to content

Commit

Permalink
url.scheme on client
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Sep 29, 2023
1 parent 8ccf219 commit aed0cdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/dotnet/dotnet-http-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +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. <!--TODO: why it's not reported on common one?-->

### Metric: `http.client.open_connections`

Expand Down Expand Up @@ -244,7 +245,7 @@ Notes:
- Additional attributes

- The `aspnetcore.request.is_unhandled` boolean attribute is reported when the request was **not** handled by the application pipeline. It's skipped otherwise.
- The `exception.type` string attribute is reported if and only if the request ended with an error. It includes full exception type. <-TODO: can we change it to `error.type` ?
- The `exception.type` string attribute is reported if and only if the request ended with an error. It includes full exception type. <!--TODO: can we change it to `error.type` ?-->

### Metric: `http.server.active_requests`

Expand Down

0 comments on commit aed0cdd

Please sign in to comment.