From 1fdcf903213cb4572f95e0e0a6bb2ffa13cafd32 Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Tue, 22 Oct 2024 18:27:35 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=E2=99=BE=EF=B8=8F=20Add=20the=20infinity?= =?UTF-8?q?=20datasource=20and=20plugin=20by=20default=20to=202i2c=20grafa?= =?UTF-8?q?na=20instances?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm-charts/support/values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/helm-charts/support/values.yaml b/helm-charts/support/values.yaml index 20ce9b8eb2..154a5d8eb4 100644 --- a/helm-charts/support/values.yaml +++ b/helm-charts/support/values.yaml @@ -402,6 +402,9 @@ grafana: token_url: https://github.com/login/oauth/access_token api_url: https://api.github.com/user + plugins: + - yesoreyeram-infinity-datasource + datasources: datasources.yaml: apiVersion: 1 @@ -415,6 +418,10 @@ grafana: access: proxy isDefault: false editable: false + - name: yesoreyeram-infinity-datasource + type: yesoreyeram-infinity-datasource + isDefault: false + editable: true # cryptnono kills processes attempting to mine the cryptocurrency Monero in the # k8s cluster. From 64f13a144cabc8a1c60a0ded0d64b6753c609c67 Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Tue, 22 Oct 2024 18:29:16 +0300 Subject: [PATCH 2/2] Rm docs about manual steps --- docs/howto/cost-attribution/aws.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/howto/cost-attribution/aws.md b/docs/howto/cost-attribution/aws.md index 7f47b1a795..e28a1a7f41 100644 --- a/docs/howto/cost-attribution/aws.md +++ b/docs/howto/cost-attribution/aws.md @@ -223,18 +223,6 @@ Finally deploy the support chart: deployer deploy-support $CLUSTER_NAME ``` -### 5. Manually install plugin and add datasource to Grafana - -A cost attribution dashboard should be deployed via a GitHub workflow with -automation, but the dashboard requires the Infinity plugin to be installed -together with one data source of the Infinity plugin's kind to be added. - -1. Login to Grafana instance as the admin user -2. Navigate to the `plugins/yesoreyeram-infinity-datasource` path (Plugins -> - Search for infinity) -3. First press the "Install" button, and then press the "Add new datasource" - button - ## Troubleshooting If you don't see data in the cost attribution dashboard, you may want to look to