summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
author陈宏 <chenhong@ghostcloud.cn>2017-11-06 13:33:33 +0800
committer陈宏 <chenhong@ghostcloud.cn>2017-11-06 13:33:33 +0800
commit710261fabca105e91de6a0862cc773cc689537e5 (patch)
tree4ce2232de8c871b9e3ba1431583288712750cd36 /contributors
parent1826d0e9a89c00e7703deeaefa949ca17dfde03b (diff)
fixed dimenisionality to dimensionality
Diffstat (limited to 'contributors')
-rw-r--r--contributors/design-proposals/instrumentation/custom-metrics-api.md2
1 files changed, 1 insertions, 1 deletions
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.