remove repeated word

This commit is contained in:
richardbrks 2018-09-28 07:52:48 -04:00
parent 6b2c04dd61
commit 93974115ad

View file

@ -2,7 +2,7 @@ Configuration Walkthroughs
========================== ==========================
*If you're looking for reference documentation on configuration, please *If you're looking for reference documentation on configuration, please
read the the [configuration reference](/docs/config.md)* read the [configuration reference](/docs/config.md)*
Per-pod HTTP Requests Per-pod HTTP Requests
--------------------- ---------------------
@ -105,7 +105,7 @@ in the custom-metrics-apiserver boilerplate guide.
Now, cumulative metrics (like those that end in `_total`) aren't Now, cumulative metrics (like those that end in `_total`) aren't
particularly useful for autoscaling, so we want to convert them to rate particularly useful for autoscaling, so we want to convert them to rate
metrics in the API. We'll call the rate version of our metric metrics in the API. We'll call the rate version of our metric
`http_requests_per_second`. We can use the the `name` field to tell the `http_requests_per_second`. We can use the `name` field to tell the
adapter about that: adapter about that:
```yaml ```yaml