Skip to content

Commit 519f8f2

Browse files
authored
Update internal telemetry metrics names (open-telemetry#4936)
1 parent 84bb6ec commit 519f8f2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/en/docs/collector/internal-telemetry.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,13 @@ categorized by instrumentation type.
242242
| `http_client_active_requests` | Number of active HTTP client requests. | Counter |
243243
| `http_client_connection_duration` | Measures the duration of the successfully established outbound HTTP connections. | Histogram |
244244
| `http_client_open_connections` | Number of outbound HTTP connections that are active or idle on the client. | Counter |
245-
| `http_client_request_body_size` | Measures the size of HTTP client request bodies. | Histogram |
246-
| `http_client_request_duration` | Measures the duration of HTTP client requests. | Histogram |
247-
| `http_client_response_body_size` | Measures the size of HTTP client response bodies. | Histogram |
245+
| `http_client_request_size` | Measures the size of HTTP client request bodies. | Histogram |
246+
| `http_client_duration` | Measures the duration of HTTP client requests. | Histogram |
247+
| `http_client_response_size` | Measures the size of HTTP client response bodies. | Histogram |
248248
| `http_server_active_requests` | Number of active HTTP server requests. | Counter |
249-
| `http_server_request_body_size` | Measures the size of HTTP server request bodies. | Histogram |
250-
| `http_server_request_duration` | Measures the duration of HTTP server requests. | Histogram |
251-
| `http_server_response_body_size` | Measures the size of HTTP server response bodies. | Histogram |
249+
| `http_server_request_size` | Measures the size of HTTP server request bodies. | Histogram |
250+
| `http_server_duration` | Measures the duration of HTTP server requests. | Histogram |
251+
| `http_server_response_size` | Measures the size of HTTP server response bodies. | Histogram |
252252
| `rpc_client_duration` | Measures the duration of outbound RPC. | Histogram |
253253
| `rpc_client_request_size` | Measures the size of RPC request messages (uncompressed). | Histogram |
254254
| `rpc_client_requests_per_rpc` | Measures the number of messages received per RPC. Should be 1 for all non-streaming RPCs. | Histogram |

0 commit comments

Comments
 (0)