Skip to content

Commit

Permalink
cloud cost dashboard: retain docs about datasource plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 21, 2024
1 parent baad6cf commit 888764a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/howto/cost-attribution/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,17 +223,17 @@ Finally deploy the support chart:
deployer deploy-support $CLUSTER_NAME
```

### 5. Deploy a Grafana dashboard
### 5. Manually install plugin and add datasource to Grafana

Use the deployer to deploy the Grafana dashboards:
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.

```bash
deployer grafana deploy-dashboards $CLUSTER_NAME
```

```{warning}
Running this command will overwrite any changes or new dashboards made via the UI.
```
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

Expand Down

0 comments on commit 888764a

Please sign in to comment.