From 411763b355be0875988b56eef50a9066fe321f2b Mon Sep 17 00:00:00 2001 From: Sillyfrog Date: Sun, 11 Dec 2022 07:09:03 +1000 Subject: [PATCH] Fix broken links in README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4523c4b..9ec1a5fe 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # Prometheus Adapter for Kubernetes Metrics APIs -This repository contains an implementation of the Kubernetes -[resource metrics](https://github.com/kubernetes/design-proposals-archive/blob/main/instrumentation/resource-metrics-api.md), -[custom metrics](https://github.com/kubernetes/design-proposals-archive/blob/main/instrumentation/custom-metrics-api.md), and -[external metrics](https://github.com/kubernetes/design-proposals-archive/blob/main/instrumentation/external-metrics-api.md) APIs. +This repository contains an implementation of the Kubernetes Custom, Resource and External +[Metric APIs](https://github.com/kubernetes/metrics). This adapter is therefore suitable for use with the autoscaling/v2 Horizontal Pod Autoscaler in Kubernetes 1.6+. It can also replace the [metrics server](https://github.com/kubernetes-incubator/metrics-server) on clusters that already run Prometheus and collect the appropriate metrics.