Skip to content

Commit f70471b

Browse files
update the description about metrics server
1 parent 8d8df11 commit f70471b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ The [metrics-server](https://github.com/kubernetes-incubator/metrics-server)
198198
is a project that has been inspired by
199199
[Heapster](https://github.com/kubernetes-retired/heapster) and is implemented
200200
to serve the goals of core metrics pipelines in [Kubernetes monitoring
201-
architecture](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/monitoring_architecture.md).
201+
architecture](https://github.com/kubernetes/design-proposals-archive/blob/main/instrumentation/monitoring_architecture.md).
202202
It is a cluster level component which periodically scrapes metrics from all
203-
Kubernetes nodes served by Kubelet through Summary API. The metrics are
203+
Kubernetes nodes served by Kubelet through Metrics API. The metrics are
204204
aggregated, stored in memory and served in [Metrics API
205205
format](https://git.k8s.io/metrics/pkg/apis/metrics/v1alpha1/types.go). The
206206
metrics-server stores the latest values only and is not responsible for

0 commit comments

Comments
 (0)