From a536a8a3e012cd74e26b840ebfedc34f09a9cefa Mon Sep 17 00:00:00 2001 From: GuyTempleton Date: Tue, 2 Apr 2019 23:07:51 +0100 Subject: [PATCH 1/2] Add kube-metrics-adapter to metrics implementations --- staging/src/k8s.io/metrics/IMPLEMENTATIONS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/staging/src/k8s.io/metrics/IMPLEMENTATIONS.md b/staging/src/k8s.io/metrics/IMPLEMENTATIONS.md index cde97de5bf1..bf5ef631300 100644 --- a/staging/src/k8s.io/metrics/IMPLEMENTATIONS.md +++ b/staging/src/k8s.io/metrics/IMPLEMENTATIONS.md @@ -27,4 +27,6 @@ They are listed here for convenience.*** - [Datadog Cluster Agent](https://github.com/DataDog/datadog-agent/blob/c4f38af1897bac294d8fed6285098b14aafa6178/docs/cluster-agent/CUSTOM_METRICS_SERVER.md). Implementation of the external metrics provider, using Datadog as a backend for the metrics. - Coming soon: Implementation of the custom metrics provider to support in-cluster metrics collected by the Datadog Agents. \ No newline at end of file + Coming soon: Implementation of the custom metrics provider to support in-cluster metrics collected by the Datadog Agents. + +- [Kube Metrics Adapter](https://github.com/zalando-incubator/kube-metrics-adapter). A general purpose metrics adapter for Kubernetes that can collect and serve custom and external metrics for Horizontal Pod Autoscaling. \ No newline at end of file From c1a88dee218f8aa771bf31e876289a6716d0af97 Mon Sep 17 00:00:00 2001 From: GuyTempleton Date: Sat, 6 Apr 2019 08:34:35 +0100 Subject: [PATCH 2/2] Expand on Kube Metrics Adaptor implementation --- staging/src/k8s.io/metrics/IMPLEMENTATIONS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/staging/src/k8s.io/metrics/IMPLEMENTATIONS.md b/staging/src/k8s.io/metrics/IMPLEMENTATIONS.md index bf5ef631300..4f53c18bb40 100644 --- a/staging/src/k8s.io/metrics/IMPLEMENTATIONS.md +++ b/staging/src/k8s.io/metrics/IMPLEMENTATIONS.md @@ -29,4 +29,6 @@ They are listed here for convenience.*** Implementation of the external metrics provider, using Datadog as a backend for the metrics. Coming soon: Implementation of the custom metrics provider to support in-cluster metrics collected by the Datadog Agents. -- [Kube Metrics Adapter](https://github.com/zalando-incubator/kube-metrics-adapter). A general purpose metrics adapter for Kubernetes that can collect and serve custom and external metrics for Horizontal Pod Autoscaling. \ No newline at end of file +- [Kube Metrics Adapter](https://github.com/zalando-incubator/kube-metrics-adapter). A general purpose metrics adapter for Kubernetes that can collect and serve custom and external metrics for Horizontal Pod Autoscaling. + Provides the ability to scrape pods directly or from Prometheus through user defined queries. + Also capable of serving external metrics from a number of sources including AWS' SQS and [ZMON monitoring](https://github.com/zalando/zmon). \ No newline at end of file