From caeb1614e5f44e88f757a5c974959f9bf1dffe8f Mon Sep 17 00:00:00 2001 From: KeisukeYamashita <19yamashita15@gmail.com> Date: Tue, 12 Jan 2021 02:07:11 +0900 Subject: [PATCH] chore(readme): Add missing metric source list in readme (#84) Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10fc692a..6cce78b9 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Kayenta has many metrics source integrations, this project does not currently su Referee currently supports - New Relic Insights +- Prometheus - SignalFx To add a new integration you must implement the [MetricSourceIntegration](/packages/client/src/metricSources/MetricSourceIntegration.ts) interface and then add it to the [enabled metric sources](/packages/client/src/metricSources/index.tsx).