nit: Pluralize "measures" (#2391)
Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
This commit is contained in:
parent
e16e1f5952
commit
9c7d6d2ace
|
|
@ -28,7 +28,7 @@ Below is a table of HTTP client metric instruments.
|
|||
|
||||
| Name | Instrument | Unit | Unit ([UCUM](README.md#instrument-units)) | Description |
|
||||
|------------------------|------------|--------------|-------------------------------------------|-------------|
|
||||
| `http.client.duration` | Histogram | milliseconds | `ms` | measure the duration of the outbound HTTP request |
|
||||
| `http.client.duration` | Histogram | milliseconds | `ms` | measures the duration of the outbound HTTP request |
|
||||
|
||||
## Attributes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue