File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/core/diagnostics/includes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ The following counters are published as part of [ASP.NET Core](/aspnet/core) and
38
38
39
39
| Counter | Description |
40
40
| --| --|
41
- | :::no-loc text="Current Requests"::: (` current-requests ` ) | The total number of requests the have started, but not yet stopped |
41
+ | :::no-loc text="Current Requests"::: (` current-requests ` ) | The total number of requests that have started, but not yet stopped |
42
42
| :::no-loc text="Failed Requests"::: (` failed-requests ` ) | The total number of failed requests that have occurred for the life of the app |
43
43
| :::no-loc text="Request Rate"::: (` requests-per-second ` ) | The number of requests that occur per update interval |
44
44
| :::no-loc text="Total Requests"::: (` total-requests ` ) | The total number of requests that have occurred for the life of the app |
You can’t perform that action at this time.
0 commit comments