You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/log-mon/metrics/built-in.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ The `Microsoft.AspNetCore.Hosting` metrics report high-level information about H
115
115
116
116
Name | Instrument Type | Unit (UCUM) | Description
117
117
--- | --- | --- | ---
118
-
[`http.server.request.duration`](https://opentelemetry.io/docs/specs/semconv/dotnet/dotnet-http-metrics/#metric-httpclientrequestduration) | Histogram | `s` | Measures the duration of inbound HTTP requests.
118
+
[`http.server.request.duration`](https://opentelemetry.io/docs/specs/semconv/dotnet/dotnet-http-metrics/#metric-httpserverrequestduration) | Histogram | `s` | Measures the duration of inbound HTTP requests.
119
119
120
120
Attribute | Type | Description | Examples | Presence
121
121
--- |--- | --- | --- | ---
@@ -144,7 +144,7 @@ When using OpenTelemetry, the default buckets for this metric are set to [ 0.005
144
144
145
145
Name | Instrument Type | Unit (UCUM) | Description
146
146
--- | --- | --- | ---
147
-
[`http.server.active_requests`](https://opentelemetry.io/docs/specs/semconv/dotnet/dotnet-http-metrics/#metric-httpclientactive_requests) | UpDownCounter | `{request}` | Measures the number of concurrent HTTP requests that are currently in-flight.
147
+
[`http.server.active_requests`](https://opentelemetry.io/docs/specs/semconv/dotnet/dotnet-http-metrics/#metric-httpserveractive_requests) | UpDownCounter | `{request}` | Measures the number of concurrent HTTP requests that are currently in-flight.
148
148
149
149
Attribute | Type | Description | Examples | Presence
0 commit comments