@@ -36,10 +36,10 @@ All client metrics should be tagged with the following.
3636
3737| Tag suffix | Description |
3838| --------------------| ----------------------------------------------------------------------------------------------------------|
39- | http.client_method | HTTP method, capitalized (i.e. GET, POST, PUT, DELETE, etc.) |
40- | http.client_path | URL path (not including query string) |
41- | http.client_status | HTTP status code as an integer (e.g. 200, 404, 500.), or "error" if no response status line was received |
42- | http.client_host | Value of the request Host header |
39+ | http_client_method | HTTP method, capitalized (i.e. GET, POST, PUT, DELETE, etc.) |
40+ | http_client_path | URL path (not including query string) |
41+ | http_client_status | HTTP status code as an integer (e.g. 200, 404, 500.), or "error" if no response status line was received |
42+ | http_client_host | Value of the request Host header |
4343
4444### Default views
4545
@@ -69,15 +69,15 @@ Server stats are recorded for each individual HTTP request, including for each r
6969### Tags
7070
7171All server metrics should be tagged with the following.
72- ` http.server_method ` , ` http.server_path ` , ` http.server_host ` are available in the context for the entire request processing.
73- ` http.server_status ` is only available around the stats recorded at the end of request processing.
72+ ` http_server_method ` , ` http_server_path ` , ` http_server_host ` are available in the context for the entire request processing.
73+ ` http_server_status ` is only available around the stats recorded at the end of request processing.
7474
7575| Tag suffix | Description |
7676| --------------------| ---------------------------------------------------------------------|
77- | http.server_method | HTTP method, capitalized (i.e. GET, POST, PUT, DELETE, etc.) |
78- | http.server_path | URL path (not including query string) |
79- | http.server_status | HTTP server status code returned, as an integer e.g. 200, 404, 500. |
80- | http.server_host | Value of the request Host header |
77+ | http_server_method | HTTP method, capitalized (i.e. GET, POST, PUT, DELETE, etc.) |
78+ | http_server_path | URL path (not including query string) |
79+ | http_server_status | HTTP server status code returned, as an integer e.g. 200, 404, 500. |
80+ | http_server_host | Value of the request Host header |
8181
8282### Default views
8383
0 commit comments