Skip to content

Commit 4acc4c3

Browse files
committed
react to feedback
1 parent 98bd66b commit 4acc4c3

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

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

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The `Microsoft.AspNetCore.Routing` metrics report information about [routing HTT
6060

6161
- [`aspnetcore.routing.match_attempts`](#metric-aspnetcoreroutingmatch_attempts)
6262

63-
##### Metric: `aspnetcore.routing.match_attempts`
63+
#### Metric: `aspnetcore.routing.match_attempts`
6464

6565
| Name | Instrument Type | Unit (UCUM) | Description |
6666
| -------- | --------------- | ----------- | -------------- |
@@ -80,7 +80,7 @@ The `Microsoft.AspNetCore.Diagnostics` metrics report diagnostics information fr
8080

8181
- [`aspnetcore.diagnostics.exceptions`](#metric-aspnetcorediagnosticsexceptions)
8282

83-
##### Metric: `aspnetcore.diagnostics.exceptions`
83+
#### Metric: `aspnetcore.diagnostics.exceptions`
8484

8585
| Name | Instrument Type | Unit (UCUM) | Description |
8686
| -------- | --------------- | ----------- | -------------- |
@@ -104,7 +104,7 @@ The `Microsoft.AspNetCore.RateLimiting` metrics report rate limiting information
104104
- [`aspnetcore.rate_limiting.request.time_in_queue`](#metric-aspnetcorerate_limitingrequesttime_in_queue)
105105
- [`aspnetcore.rate_limiting.requests`](#metric-aspnetcorerate_limitingrequests)
106106

107-
##### Metric: `aspnetcore.rate_limiting.active_request_leases`
107+
#### Metric: `aspnetcore.rate_limiting.active_request_leases`
108108

109109
| Name | Instrument Type | Unit (UCUM) | Description |
110110
| -------- | --------------- | ----------- | -------------- |
@@ -116,7 +116,7 @@ The `Microsoft.AspNetCore.RateLimiting` metrics report rate limiting information
116116

117117
.
118118

119-
##### Metric: `aspnetcore.rate_limiting.request_lease.duration`
119+
#### Metric: `aspnetcore.rate_limiting.request_lease.duration`
120120

121121
| Name | Instrument Type | Unit (UCUM) | Description |
122122
| -------- | --------------- | ----------- | -------------- |
@@ -128,7 +128,7 @@ The `Microsoft.AspNetCore.RateLimiting` metrics report rate limiting information
128128

129129
.
130130

131-
##### Metric: `aspnetcore.rate_limiting.queued_requests`
131+
#### Metric: `aspnetcore.rate_limiting.queued_requests`
132132

133133
| Name | Instrument Type | Unit (UCUM) | Description |
134134
| -------- | --------------- | ----------- | -------------- |
@@ -140,7 +140,7 @@ The `Microsoft.AspNetCore.RateLimiting` metrics report rate limiting information
140140

141141
.
142142

143-
##### Metric: `aspnetcore.rate_limiting.request.time_in_queue`
143+
#### Metric: `aspnetcore.rate_limiting.request.time_in_queue`
144144

145145
| Name | Instrument Type | Unit (UCUM) | Description |
146146
| -------- | --------------- | ----------- | -------------- |
@@ -153,7 +153,7 @@ The `Microsoft.AspNetCore.RateLimiting` metrics report rate limiting information
153153

154154
.
155155

156-
##### Metric: `aspnetcore.rate_limiting.requests`
156+
#### Metric: `aspnetcore.rate_limiting.requests`
157157

158158
| Name | Instrument Type | Unit (UCUM) | Description |
159159
| -------- | --------------- | ----------- | -------------- |
@@ -173,7 +173,7 @@ The `Microsoft.AspNetCore.HeaderParsing` metrics report information about [ASP.N
173173
- [`aspnetcore.header_parsing.parse_errors`](#metric-aspnetcoreheader_parsingparse_errors)
174174
- [`aspnetcore.header_parsing.cache_accesses`](#metric-aspnetcoreheader_parsingcache_accesses)
175175

176-
##### Metric: `aspnetcore.header_parsing.parse_errors`
176+
#### Metric: `aspnetcore.header_parsing.parse_errors`
177177

178178
| Name | Instrument Type | Unit (UCUM) | Description |
179179
|--|--|--|--|
@@ -186,7 +186,7 @@ The `Microsoft.AspNetCore.HeaderParsing` metrics report information about [ASP.N
186186

187187
.
188188

189-
##### Metric: `aspnetcore.header_parsing.cache_accesses`
189+
#### Metric: `aspnetcore.header_parsing.cache_accesses`
190190

191191
The metric is emitted only for HTTP request header parsers that support caching.
192192

@@ -214,7 +214,7 @@ The `Microsoft.AspNetCore.Server.Kestrel` metrics report HTTP connection informa
214214
- [`kestrel.tls_handshake.duration`](#metric-kestreltls_handshakeduration)
215215
- [`kestrel.active_tls_handshakes`](#metric-kestrelactive_tls_handshakes)
216216

217-
##### Metric: `kestrel.active_connections`
217+
#### Metric: `kestrel.active_connections`
218218

219219
| Name | Instrument Type | Unit (UCUM) | Description |
220220
| -------- | --------------- | ----------- | -------------- |
@@ -229,7 +229,7 @@ The `Microsoft.AspNetCore.Server.Kestrel` metrics report HTTP connection informa
229229

230230
.
231231

232-
##### Metric: `kestrel.connection.duration`
232+
#### Metric: `kestrel.connection.duration`
233233

234234
| Name | Instrument Type | Unit (UCUM) | Description |
235235
| -------- | --------------- | ----------- | -------------- |
@@ -252,7 +252,7 @@ Starting in .NET 9, when a connection ends with a known error, the `error.type`
252252

253253

254254

255-
##### Metric: `kestrel.rejected_connections`
255+
#### Metric: `kestrel.rejected_connections`
256256

257257
| Name | Instrument Type | Unit (UCUM) | Description |
258258
| -------- | --------------- | ----------- | -------------- |
@@ -269,7 +269,7 @@ Connections are rejected when the currently active count exceeds the value confi
269269

270270
.
271271

272-
##### Metric: `kestrel.queued_connections`
272+
#### Metric: `kestrel.queued_connections`
273273

274274
| Name | Instrument Type | Unit (UCUM) | Description |
275275
| -------- | --------------- | ----------- | -------------- |
@@ -284,7 +284,7 @@ Connections are rejected when the currently active count exceeds the value confi
284284

285285
.
286286

287-
##### Metric: `kestrel.queued_requests`
287+
#### Metric: `kestrel.queued_requests`
288288

289289
| Name | Instrument Type | Unit (UCUM) | Description |
290290
| -------- | --------------- | ----------- | -------------- |
@@ -301,7 +301,7 @@ Connections are rejected when the currently active count exceeds the value confi
301301

302302
.
303303

304-
##### Metric: `kestrel.upgraded_connections`
304+
#### Metric: `kestrel.upgraded_connections`
305305

306306
| Name | Instrument Type | Unit (UCUM) | Description |
307307
| -------- | --------------- | ----------- | -------------- |
@@ -318,7 +318,7 @@ The counter only tracks HTTP/1.1 connections.
318318

319319
.
320320

321-
##### Metric: `kestrel.tls_handshake.duration`
321+
#### Metric: `kestrel.tls_handshake.duration`
322322

323323
| Name | Instrument Type | Unit (UCUM) | Description |
324324
| -------- | --------------- | ----------- | -------------- |
@@ -337,7 +337,7 @@ When using OpenTelemetry, the default buckets for this metic are set to [ 0.005,
337337

338338
.
339339

340-
##### Metric: `kestrel.active_tls_handshakes`
340+
#### Metric: `kestrel.active_tls_handshakes`
341341

342342
| Name | Instrument Type | Unit (UCUM) | Description |
343343
| -------- | --------------- | ----------- | -------------- |
@@ -359,7 +359,7 @@ The `Microsoft.AspNetCore.Http.Connections` metrics report connection informatio
359359
- [`signalr.server.connection.duration`](#metric-signalrserverconnectionduration)
360360
- [`signalr.server.active_connections`](#metric-signalrserveractive_connections)
361361

362-
##### Metric: `signalr.server.connection.duration`
362+
#### Metric: `signalr.server.connection.duration`
363363

364364
| Name | Instrument Type | Unit (UCUM) | Description |
365365
| -------- | --------------- | ----------- | -------------- |
@@ -390,7 +390,7 @@ As this metric is tracking the connection duration, and ideally SignalR connecti
390390

391391
.
392392

393-
##### Metric: `signalr.server.active_connections`
393+
#### Metric: `signalr.server.active_connections`
394394

395395
| Name | Instrument Type | Unit (UCUM) | Description |
396396
| -------- | --------------- | ----------- | -------------- |

0 commit comments

Comments
 (0)