Skip to content

Commit 078d9e5

Browse files
committed
react to feedback
1 parent 45677a2 commit 078d9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The `Microsoft.AspNetCore.Hosting` metrics report high-level information about H
2020

2121
| Attribute | Type | Description | Examples | Presence |
2222
|---|---|---|---|---|
23-
| `http.route` | string | The matched route. | `{controller}/{action}/{id?}`| If it's available. |
23+
| `http.route` | string | The matched route. | `{controller}/{action}/`<br>`{id?}`| If it's available. |
2424
| `error.type` | string | Describes a class of error the operation ended with. | `timeout`; `name_resolution_error`; `500` | If request has ended with an error. |
2525
| `http.request.method` | string | HTTP request method. | `GET`; `POST`; `HEAD` | Always |
2626
| `http.response.status_code` | int | [HTTP response status code](https://tools.ietf.org/html/rfc7231#section-6). | `200` | If one was sent. |

0 commit comments

Comments
 (0)