From 8532168d01c63b768a19fda8df9d6dc69bfd50dc Mon Sep 17 00:00:00 2001 From: charlyF Date: Tue, 23 Oct 2018 17:30:18 -0400 Subject: [PATCH] adding Datadog Cluster Agent to the list of Custom Metrics Providers Signed-off-by: charlyF --- staging/src/k8s.io/metrics/IMPLEMENTATIONS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/staging/src/k8s.io/metrics/IMPLEMENTATIONS.md b/staging/src/k8s.io/metrics/IMPLEMENTATIONS.md index 7548bb52c9..cde97de5bf 100644 --- a/staging/src/k8s.io/metrics/IMPLEMENTATIONS.md +++ b/staging/src/k8s.io/metrics/IMPLEMENTATIONS.md @@ -24,3 +24,7 @@ They are listed here for convenience.*** - [Google Stackdriver (coming soon)](https://github.com/GoogleCloudPlatform/k8s-stackdriver) + +- [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