From 615dedb1676ff481983f00b341a1327834567b53 Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Sun, 5 Aug 2018 11:40:56 +0200 Subject: [PATCH] Introduce Azure custom metrics adapter Signed-off-by: Tom Kerkhove --- staging/src/k8s.io/metrics/IMPLEMENTATIONS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/staging/src/k8s.io/metrics/IMPLEMENTATIONS.md b/staging/src/k8s.io/metrics/IMPLEMENTATIONS.md index ea350990054..9b2c46cdca3 100644 --- a/staging/src/k8s.io/metrics/IMPLEMENTATIONS.md +++ b/staging/src/k8s.io/metrics/IMPLEMENTATIONS.md @@ -20,5 +20,7 @@ They are listed here for convenience.*** implementation of the custom metrics API that attempts to support arbitrary metrics following a set label and naming scheme. +- [Microsoft Azure Adapter](https://github.com/jsturtevant/azure-k8-metrics-adapter). An implementation of the custom metrics API that allows you to retrieve arbitrary metrics from Azure Monitor. + - [Google Stackdriver (coming soon)](https://github.com/GoogleCloudPlatform/k8s-stackdriver)