Skip to content

Commit

Permalink
Update HTTP server metric name to http_requests_latency_ms
Browse files Browse the repository at this point in the history
  • Loading branch information
hasit committed Nov 4, 2022
1 parent 862eb1a commit 85f1a87
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/content/references/metrics/common.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ for more information.

### Metrics

| Name | Type | Labels | Unit | Description |
| ------------------------------- | --------- | ------------------------------------------------------------------------------------- | --------------- | ----------------------------------------------- |
| http_requests_total | Counter | agent_group, instance, job, process_uuid, handler_name, http_method, http_status_code | count (no unit) | Total number of requests received |
| http_errors_total | Counter | agent_group, instance, job, process_uuid, handler_name, http_method, http_status_code | count (no unit) | Total number of errors that occurred |
| http_requests_latency_ms_bucket | Histogram | agent_group, instance, job, process_uuid, handler_name, http_method, http_status_code | ms | Latency of the requests processed by the server |
| Name | Type | Labels | Unit | Description |
| ------------------------ | --------- | ------------------------------------------------------------------------------------- | --------------- | ----------------------------------------------- |
| http_requests_total | Counter | agent_group, instance, job, process_uuid, handler_name, http_method, http_status_code | count (no unit) | Total number of requests received |
| http_errors_total | Counter | agent_group, instance, job, process_uuid, handler_name, http_method, http_status_code | count (no unit) | Total number of errors that occurred |
| http_requests_latency_ms | Histogram | agent_group, instance, job, process_uuid, handler_name, http_method, http_status_code | ms | Latency of the requests processed by the server |

### Labels

Expand Down

0 comments on commit 85f1a87

Please sign in to comment.