Downloads
The dashboard bundle ships as two separate archives, one per deployment: one for a user-managed Grafana instance connected to the Develocity Reporting Kit, and one for Develocity Reporting via Amazon Athena.
From version 2.4.0 onward both archives carry the same version number. Before 2.4.0 they were versioned independently. See Earlier Versions.
Consult dashboard bundle compatibility before choosing a version to download.
Current 2.4.x Release
Both archives carry version 2.4.0.
Reporting Kit Variant
See Installing the Dashboard Bundle for the Reporting Kit for what to do with it.
Amazon Athena Variant
See Installing the Dashboard Bundle for Amazon Athena for what to do with it.
The Athena archive also contains the SQL statements that set up the tables and views in Athena, which the dashboards need in order to work.
Bundle Contents
The two archives share the dashboards directory and differ in the supporting files they carry.
Reporting Kit Variant
/
├─ README.md (1)
├─ kustomization.yaml (2)
├─ dashboards/ (3)
│ ├─ 00 - Overview/
│ │ ├─ global-volume.json
│ │ ├─ ...
│ ├─ 10 - Environment/
│ │ ├─ build-tools.json
│ │ ├─ ...
│ ├─ ...
├─ example-datasource.yaml (4)
| 1 | Import instructions, and the UID the dashboards use to reference the Trino data source. |
| 2 | Kustomization file for importing the dashboards into a Kubernetes cluster, using the same Grafana sidecar conventions as the Amazon Athena variant. Optional unless you use Helm and Kubernetes to import the dashboards. See Using Grafana Provisioning With Helm and Kubernetes. |
| 3 | The JSON files of the dashboards, organized by category. The directories map to Grafana dashboard folders. |
| 4 | An example Grafana data source configuration you can import to set up the Trino data source. |
Amazon Athena Variant
/
├─ kustomization.yaml (1)
├─ dashboards/ (2)
│ ├─ 00 - Overview/
│ │ ├─ global-volume.json
│ │ ├─ ...
│ ├─ 10 - Environment/
│ │ ├─ build-tools.json
│ │ ├─ ...
│ ├─ ...
├─ athena/
│ ├─ ddl/ (3)
│ │ ├─ 001-1-pre-internal_build.sql
│ │ ├─ 001-2-internal_build.sql
│ │ ├─ ...
│ ├─ ...
├─ terraform/ (4)
│ ├─ modules/
│ │ ├─ ...
| 1 | Kustomization file for importing the dashboards into a Kubernetes cluster. Optional unless you use Helm and Kubernetes to import the dashboards. See Using Grafana Provisioning With Helm and Kubernetes. |
| 2 | The JSON files of the dashboards, organized by category. The directories map to Grafana dashboard folders. |
| 3 | The Athena schema statements, one file per table or view.
See Set Up the Athena Schema.
Bundles earlier than 2.4.0 nest these under |
| 4 | Terraform modules and scripts for provisioning an Amazon Managed Grafana instance. See Using Amazon Managed Grafana With Terraform. |