summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2017-11-06 04:49:17 -0800
committerGitHub <noreply@github.com>2017-11-06 04:49:17 -0800
commitad4d3b5a81dc1f3edbf241de8ee79cd94b3a920b (patch)
tree35e1656f1e27149d955b3f7d0ec6e4b2d49b29f7
parent212ab7e023e8e4e98ec29f19692a05fc82010285 (diff)
parent710261fabca105e91de6a0862cc773cc689537e5 (diff)
Merge pull request #1344 from chenhonggc/custom-metrics-api
Automatic merge from submit-queue. fixed dimenisionality to dimensionality I don't think `dimenisionality` is right spell, should be `dimensionality`.
-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.