From 710261fabca105e91de6a0862cc773cc689537e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AE=8F?= Date: Mon, 6 Nov 2017 13:33:33 +0800 Subject: fixed dimenisionality to dimensionality --- contributors/design-proposals/instrumentation/custom-metrics-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/instrumentation/custom-metrics-api.md b/contributors/design-proposals/instrumentation/custom-metrics-api.md index bc0cc67f..ec944cf7 100644 --- a/contributors/design-proposals/instrumentation/custom-metrics-api.md +++ b/contributors/design-proposals/instrumentation/custom-metrics-api.md @@ -323,7 +323,7 @@ overhead, but makes the API line up nicely with other Kubernetes APIs. ### Labeled Metrics ### -Many metric systems support labeled metrics, allowing for dimenisionality +Many metric systems support labeled metrics, allowing for dimensionality beyond the Kubernetes object hierarchy. Since the HPA currently doesn't support specifying metric labels, this is not supported via this API. We may wish to explore this in the future. -- cgit v1.2.3