From 809e75df98158842c31fdad770f8b2a23f4fdeb0 Mon Sep 17 00:00:00 2001 From: Michael Dresser Date: Wed, 24 Feb 2021 16:40:26 -0500 Subject: [PATCH] Add Kubecost to exporter list Kubecost is a Prometheus exporter, but can be deployed as exclusively an exporter (without consuming from Prometheus) with these instructions: https://github.com/kubecost/cost-model/blob/develop/kubecost-exporter.md --- api/exporter_list.csv | 3 ++- api/repo_list.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/api/exporter_list.csv b/api/exporter_list.csv index ad741a79..0ef37d55 100644 --- a/api/exporter_list.csv +++ b/api/exporter_list.csv @@ -34,4 +34,5 @@ Java Client Library,https://github.com/prometheus/client_java,1,Library Python Client Library,https://github.com/prometheus/client_python,1,Library Ruby Client Library,https://github.com/prometheus/client_ruby,1,Library Push Gateway,https://github.com/prometheus/pushgateway,1,Monitoring -k8s-image-availability-exporter,https://github.com/flant/k8s-image-availability-exporter,0,Miscellaneous \ No newline at end of file +k8s-image-availability-exporter,https://github.com/flant/k8s-image-availability-exporter,0,Miscellaneous +Kubecost,https://github.com/kubecost/cost-model,0,Miscellaneous diff --git a/api/repo_list.txt b/api/repo_list.txt index ba8c55b0..55e2c26e 100644 --- a/api/repo_list.txt +++ b/api/repo_list.txt @@ -34,3 +34,4 @@ "https://github.com/prometheus/client_python", "https://github.com/prometheus/client_ruby", "https://github.com/prometheus/pushgateway", +"https://github.com/kubecost/cost-model",