apiVersion: grafana.integreatly.org/v1beta1 kind: GrafanaDatasource metadata: name: google-cloud-monitoring spec: datasource: name: Google Cloud Monitoring type: stackdriver access: proxy isDefault: true jsonData: authenticationType: gce defaultProject: ${gcp_project_id} uid: gcp-monitoring instanceSelector: matchLabels: dashboards: grafana --- apiVersion: grafana.integreatly.org/v1beta1 kind: GrafanaDatasource metadata: name: google-cloud-logging spec: datasource: name: Google Cloud Logging type: googlecloud-logging-datasource access: proxy jsonData: authenticationType: gce defaultProject: ${gcp_project_id} uid: gcp-logging instanceSelector: matchLabels: dashboards: grafana plugins: - name: agenty-flowcharting-panel version: 0.9.1 - name: googlecloud-logging-datasource version: 1.4.1 - name: jdbranham-diagram-panel version: 1.10.4 - name: marcusolsson-treemap-panel version: 2.0.1 - name: pgillich-tree-panel version: 0.1.9 - name: serrrios-statusoverview-panel version: 0.0.4 - name: volkovlabs-echarts-panel version: 6.2.0 - name: volkovlabs-form-panel version: 4.4.0 - name: volkovlabs-variable-panel version: 3.2.0