Add kube-metrics-adapter to metrics implementations

This commit is contained in:
GuyTempleton 2019-04-02 23:07:51 +01:00
parent d99f49d2a7
commit a536a8a3e0
No known key found for this signature in database
GPG Key ID: 1293A624D42B68E0

View File

@ -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.
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.