We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3e80d commit 4b26abdCopy full SHA for 4b26abd
README.md
@@ -12,7 +12,7 @@ Built-in metrics for external services HTTP calls! This gem is a Part of the [ya
12
Works as the Puma plugin and provides following metrics:
13
- `http_request_total` - the number of external HTTP request attempts (by host, port, method)
14
- `http_response_total` - the number of made external HTTP requeusts (by host, port, method, status)
15
- - `http_response_duuration` - the histogram of response duration (by host, port, method, status)
+ - `http_response_duration` - the histogram of response duration (by host, port, method, status)
16
17
## Installation
18
0 commit comments