From 7360c51c0e0ee589e678abaf3727d57be5974287 Mon Sep 17 00:00:00 2001 From: Matthias Loibl Date: Tue, 6 Nov 2018 13:10:00 +0100 Subject: [PATCH 1/2] Update README to container resource metrics API --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5ef9c2423..6883f296e 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -Kubernetes Custom Metrics Adapter for Prometheus -================================================ +# Prometheus Adapter for Kubernetes Metrics APIs [![Build Status](https://travis-ci.org/DirectXMan12/k8s-prometheus-adapter.svg?branch=master)](https://travis-ci.org/DirectXMan12/k8s-prometheus-adapter) -This repository contains an implementation of the Kubernetes custom -metrics API -([custom.metrics.k8s.io/v1beta1](https://github.com/kubernetes/metrics/tree/master/pkg/apis/custom_metrics)), -suitable for use with the autoscaling/v2 Horizontal Pod Autoscaler in -Kubernetes 1.6+. +This repository contains an implementation of the Kubernetes +[resource metrics](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/resource-metrics-api.md) API and +[custom metrics](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/custom-metrics-api.md) API. + +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 run Prometheus already. Quick Links ----------- From d12e5f068452b55bc531a6c31d4f3d9a7d2b438d Mon Sep 17 00:00:00 2001 From: Matthias Loibl Date: Wed, 7 Nov 2018 15:18:08 +0100 Subject: [PATCH 2/2] Improve sentence mentioning metrics server in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6883f296e..163e95b45 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository contains an implementation of the Kubernetes [custom metrics](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/custom-metrics-api.md) API. 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 run Prometheus already. +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. Quick Links -----------