A set of Obol Grafana dashboards for Node Operators and anyone running charon clients
module "grafana_dashboards" {
source = "[email protected]:ObolNetwork/terraform-modules.git//grafana-dashboards?ref=vX.x.x"
folder_name = "Dashboard Folder Name"
loki_datasource = "Loki Datasource URL"
prometheus_datasource = "Prometheus Datasource URL"
notification_channel = "hf934hfow"
}| Name | Version |
|---|---|
| grafana | ~> 1.20 |
| Name | Version |
|---|---|
| grafana | ~> 1.20 |
No modules.
| Name | Type |
|---|---|
| grafana_dashboard.dashboard | resource |
| grafana_folder.folder | resource |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| dashboards | Install these dashboards | list(any) |
[ |
no |
| folder_name | Grafana Folder Name | string |
n/a | yes |
| loki_datasource | Loki Datasource | string |
n/a | yes |
| overwrite_dashboard | Always overwrite from Terraform | bool |
true |
no |
| prometheus_datasource | Prometheus Datasource | string |
n/a | yes |
No outputs.