Unverified Commit e43d69d8 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #76058 from gjtempleton/Add-Kube-Metrics-Adaptor

Add kube-metrics-adapter to list of Custom Metrics Implementations
parents 62f5fd4c c1a88dee
...@@ -27,4 +27,8 @@ They are listed here for convenience.*** ...@@ -27,4 +27,8 @@ They are listed here for convenience.***
- [Datadog Cluster Agent](https://github.com/DataDog/datadog-agent/blob/c4f38af1897bac294d8fed6285098b14aafa6178/docs/cluster-agent/CUSTOM_METRICS_SERVER.md). - [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. 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. Coming soon: Implementation of the custom metrics provider to support in-cluster metrics collected by the Datadog Agents.
\ 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment