Fix markdown rendering for table anchors
This commit is contained in:
parent
fe730d3ad9
commit
b2f9996fa4
1 changed files with 10 additions and 10 deletions
|
|
@ -388,7 +388,7 @@ Here is a comprehensive list of labels that are provided by the metrics:
|
||||||
Here is a comprehensive list of labels that are provided by the metrics:
|
Here is a comprehensive list of labels that are provided by the metrics:
|
||||||
|
|
||||||
| <a id="Label" href="#Label" title="#Label">Label</a> | Description | example |
|
| <a id="Label" href="#Label" title="#Label">Label</a> | Description | example |
|
||||||
| <a id="row" href="#row" title="#row">------ -----</a> |------------|---------------|
|
|-------------------------------------------------------------------------------------------------------------------------------------------------|------------|---------------|
|
||||||
| <a id="error-type-2" href="#error-type-2" title="#error-type-2">`error.type`</a> | Describes a class of error the operation ended with | "500" |
|
| <a id="error-type-2" href="#error-type-2" title="#error-type-2">`error.type`</a> | Describes a class of error the operation ended with | "500" |
|
||||||
| <a id="http-request-method-2" href="#http-request-method-2" title="#http-request-method-2">`http.request.method`</a> | HTTP request method | "GET" |
|
| <a id="http-request-method-2" href="#http-request-method-2" title="#http-request-method-2">`http.request.method`</a> | HTTP request method | "GET" |
|
||||||
| <a id="http-response-status-code-2" href="#http-response-status-code-2" title="#http-response-status-code-2">`http.response.status_code`</a> | HTTP response status code | "200" |
|
| <a id="http-response-status-code-2" href="#http-response-status-code-2" title="#http-response-status-code-2">`http.response.status_code`</a> | HTTP response status code | "200" |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue