Skip to content

Commit

Permalink
Allow more dashboards to be created (SLO, Cluster Resources and RDS d…
Browse files Browse the repository at this point in the history
…atabases)

Creating more generic dashboards with handy panels for monitoring the
overall application performance.
  • Loading branch information
clarissalimab committed Jun 27, 2023
1 parent b521b92 commit 5b0bac9
Show file tree
Hide file tree
Showing 7 changed files with 4,133 additions and 11 deletions.
8 changes: 4 additions & 4 deletions aws/grafana-dashboards/README.md
Expand Up @@ -6,9 +6,9 @@ Example:

```terraform
module "grafana_dashboards" {
source = "github.com/thoughtbot/flightdeck//aws/grafana-datashboards?ref=VERSION"
source = "github.com/thoughtbot/flightdeck//aws/grafana-dashboards?ref=VERSION"
create_istio_dashboard = true
dashboards_to_create = ["istio", "rds-databases", "slo-details", "slo-overview"]
}
```

Expand All @@ -31,11 +31,11 @@ module "grafana_dashboards" {

| Name | Type |
|------|------|
| [grafana_dashboard.istio](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/dashboard) | resource |
| [grafana_dashboard.this](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/dashboard) | resource |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_create_istio_dashboard"></a> [create\_istio\_dashboard](#input\_create\_istio\_dashboard) | Create Istio dashboard | `bool` | `false` | no |
| <a name="input_dashboards_to_create"></a> [dashboards\_to\_create](#input\_dashboards\_to\_create) | List of dashboards to create (cluster-resources, istio, rds-databases, slo-details, and/or slo-overview) | `list(string)` | n/a | yes |
<!-- END_TF_DOCS -->

0 comments on commit 5b0bac9

Please sign in to comment.