Skip to content

Commit 7909b19

Browse files
authored
Fix missing AspNetCore.Hosting provider built-in metrics doc (#35998)
1 parent a85e53d commit 7909b19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/log-mon/metrics/built-in.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,15 @@ Usage:
129129
* How many sessions processed?
130130
* How long do users keep the session/tab open?
131131

132+
:::moniker-end
133+
132134
## `Microsoft.AspNetCore.Hosting`
133135

134136
The `Microsoft.AspNetCore.Hosting` metrics report high-level information about HTTP requests received by ASP.NET Core:
135137

136138
* [`http.server.request.duration`](#metric-httpserverrequestduration)
137139
* [`http.server.active_requests`](#metric-httpserveractive_requests)
138140

139-
:::moniker-end
140-
141141
### Metric: `http.server.request.duration`
142142

143143
Name | Instrument Type | Unit (UCUM) | Description

0 commit comments

Comments
 (0)