Update content/en/docs/tasks/debug-application-cluster/resource-metrics-pipeline.md

Avoiding Latin phrasing

Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
This commit is contained in:
Becca Bau
2020-08-18 18:32:45 -04:00
committed by GitHub
parent 2a19a35ad9
commit f6eafd9480
@@ -10,7 +10,7 @@ content_type: concept
Resource usage metrics, such as container CPU and memory usage,
are available in Kubernetes through the Metrics API. These metrics can be accessed either directly
by the user, i.e. by using the `kubectl top` command, or by a controller in the cluster, e.g.
by the user with the `kubectl top` command, or by a controller in the cluster, for example
Horizontal Pod Autoscaler, to make decisions.
<!-- body -->
@@ -65,4 +65,3 @@ Metrics Server collects metrics from the Summary API, exposed by
Learn more about the metrics server in
[the design doc](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/metrics-server.md).