@@ -94,7 +94,7 @@ Heapster stores a days worth of historical metrics. Heapster will fetch data fro
...
@@ -94,7 +94,7 @@ Heapster stores a days worth of historical metrics. Heapster will fetch data fro
To make heapster APIs compatible with Kubernetes API requirements, heapster will have to incorporate the API server library. Until that is possible, we will run a secondary API server binary that supports the metrics APIs being consumed by other components. The initial plan is to use etcd to store the most recent metrics. Eventually, we would like to get rid of etcd for metrics and make heapster act as a backend to the api-server.
To make heapster APIs compatible with Kubernetes API requirements, heapster will have to incorporate the API server library. Until that is possible, we will run a secondary API server binary that supports the metrics APIs being consumed by other components. The initial plan is to use etcd to store the most recent metrics. Eventually, we would like to get rid of etcd for metrics and make heapster act as a backend to the api-server.
This is the current plan for supporting node and pod metrics API as described in this [proposal](compute-resource-metrics-api.md).
This is the current plan for supporting node and pod metrics API as described in this [proposal](resource-metrics-api.md).
There will be proposals in the future for adding more heapster metrics APIs in Kubernetes.
There will be proposals in the future for adding more heapster metrics APIs in Kubernetes.