Skip to content

Commit

Permalink
Merge pull request #25 from pragmaticivan/fix-readme-table
Browse files Browse the repository at this point in the history
chore: fixes table on README.md
  • Loading branch information
pragmaticivan authored Jun 29, 2021
2 parents ecbf35a + 4781abf commit a8d2782
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,18 +142,16 @@ Impl |Metric |Description| Labels | Metric Type
|| http_request_total | Total number of HTTP requests.| method, path | Counter |
|| http_response_total| Total number of HTTP responses.| method, status, path | Counter |
|| http_response_success_total| Total number of all successful responses.| - | Counter |
|| http_response_error_total| Total number of all response errors.| | Counter |
|| http_response_error_total| Total number of all response errors.| - | Counter |
|| http_request_duration_seconds | HTTP latency value recorder in seconds. | method, status, path | ValueRecorder |

|| http_client_error_total | Total number of client error requests. | | Counter |
|| http_server_error_total | Total number of server error requests. | | Counter |
| | http_server_aborts_total | Total number of data transfers aborted by the client. | | Counter |
| | http_client_aborts_total | Total number of data transfers aborted by the server. | | Counter |
| | http_connection_error_total | Total of connection errors.| | Counter |

| | http_request_size_bytes | Current total of incoming bytes. | | ValueRecorder|
| | http_response_size_bytes | Current total of outgoing bytes. | | ValueRecorder |
| | http_slow_request_total | The server handled slow requests counter - `t=%d`. | | Counter |
|| http_client_error_total | Total number of client error requests. | - | Counter |
|| http_server_error_total | Total number of server error requests. | - | Counter |
| | http_server_aborts_total | Total number of data transfers aborted by the client. | - | Counter |
| | http_client_aborts_total | Total number of data transfers aborted by the server. | - | Counter |
| | http_connection_error_total | Total of connection errors.| - | Counter |
| | http_request_size_bytes | Current total of incoming bytes. | - | ValueRecorder|
| | http_response_size_bytes | Current total of outgoing bytes. | - | ValueRecorder |
| | http_slow_request_total | The server handled slow requests counter - `t=%d`. | - | Counter |

## Prometheus Metrics

Expand Down

0 comments on commit a8d2782

Please sign in to comment.