summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2016-10-19 00:21:11 -0700
committerGitHub <noreply@github.com>2016-10-19 00:21:11 -0700
commitab6165b638388bf8636eceb279052b8bce62ffcb (patch)
tree5f0c97d63f7c4833a037be0eb8b3c5b4633df928
parentf104ca56180a79c5b087b5eb0f38c0f37370de0f (diff)
parent13c15748aba67301921ec28687be00d64aa07f2f (diff)
Merge pull request #34765 from ivan4th/fix-more-typos
Automatic merge from submit-queue Fix typos
-rw-r--r--resource-metrics-api.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/resource-metrics-api.md b/resource-metrics-api.md
index 5dda4124..e1cba18c 100644
--- a/resource-metrics-api.md
+++ b/resource-metrics-api.md
@@ -60,7 +60,7 @@ due to performance issues.
#### Scheduler
Scheduler in order to schedule best-effort pods requires node level resource usage metrics
-as an average aggreated across 1 minute (the window may change in the future).
+as an average aggregated across 1 minute (the window may change in the future).
The metrics should be available for all resources supported in the scheduler.
Currently the scheduler does not need this information, because it schedules best-effort pods
without considering node usage. But having the metrics available in the API server is a blocker
@@ -98,7 +98,7 @@ it will be probably possible to provide a reasonable implementation of the featu
#### Kubernetes dashboard
[Kubernetes dashboard](https://github.com/kubernetes/dashboard) in order to draw graphs requires resource usage
-in timeseries format from relatively long period of time. The aggreations should be also possible on various levels
+in timeseries format from relatively long period of time. The aggregations should be also possible on various levels
including replication controllers, deployments, services, etc.
Since the use case is complicated it will not be supported initally in the API and they will query Heapster
@@ -168,7 +168,7 @@ The following query parameters are supported:
- `labelSelector` - restrict the list of returned objects by labels (list endpoints only)
In the future we may want to introduce the following params:
-`aggreator` (`max`, `min`, `95th`, etc.) and `window` (`1h`, `1d`, `1w`, etc.)
+`aggregator` (`max`, `min`, `95th`, etc.) and `window` (`1h`, `1d`, `1w`, etc.)
which will allow to get the other aggregates over the custom time window.
## Further improvements
@@ -177,7 +177,7 @@ Depending on the further requirements the following features may be added:
- support for more metrics
- support for application level metrics
- watch for metrics
-- possibility to query for window sizes and aggreation functions (though single window size/aggregation function per request)
+- possibility to query for window sizes and aggregation functions (though single window size/aggregation function per request)
- cluster level metrics
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->