Andy Bavier | ab75e9e | 2020-08-06 12:05:30 -0700 | [diff] [blame] | 1 | # Copyright 2020-present Open Networking Foundation |
Scott Baker | 4cad5ee | 2022-06-09 14:17:35 -0700 | [diff] [blame] | 2 | # SPDX-License-Identifier: Apache-2.0 |
Andy Bavier | ab75e9e | 2020-08-06 12:05:30 -0700 | [diff] [blame] | 3 | |
| 4 | # Default values for grafana-aether. |
| 5 | # This is a YAML-formatted file. |
| 6 | # This chart loads Grafana and creates configmaps for the datasources and dashboards. |
| 7 | |
| 8 | nameOverride: "" |
| 9 | fullnameOverride: "" |
| 10 | |
Andy Bavier | c656870 | 2021-02-04 11:23:15 -0700 | [diff] [blame] | 11 | # Names of dashbaords in the dashboards/ directory to deploy |
| 12 | dashboards: [] |
| 13 | # - global-edge-status-production.json |
| 14 | # - sdcore-metrics.json |
Andy Bavier | 502d601 | 2020-09-30 11:46:06 -0700 | [diff] [blame] | 15 | |
Andy Bavier | bf357a7 | 2021-03-04 09:56:49 -0700 | [diff] [blame] | 16 | # Prometheus datasources used by the dashboards |
Andy Bavier | c656870 | 2021-02-04 11:23:15 -0700 | [diff] [blame] | 17 | # Names in datasources must match names referenced in dashboards |
| 18 | prometheusDatasources: [] |
| 19 | # - name: RANCHER_MONITORING_GLOBAL |
| 20 | # endpoint: http://rancher-monitoring-prometheus:9090 |
| 21 | # - name: RANCHER_MONITORING_SDCORE |
| 22 | # endpoint: http://rancher-monitoring-prometheus.cattle-monitoring-system.svc.prd.acc.gcp.aetherproject.net:9090 |
Andy Bavier | 5c91c1c | 2020-09-01 11:47:38 -0700 | [diff] [blame] | 23 | |
Andy Bavier | bf357a7 | 2021-03-04 09:56:49 -0700 | [diff] [blame] | 24 | # Elasticsearch datasources used by the logging dashboard |
| 25 | elasticsearchDatasources: [] |
| 26 | # - name: acc-gcp1-es |
| 27 | # endpoint: http://opendistro-es-client-service.logging.svc.prd.acc.gcp.aetherproject.net:9200 |
| 28 | # - name: ace-menlo-es |
| 29 | # endpoint: http://opendistro-es-client-service.logging.svc.prd.menlo.aetherproject.net:9200 |
| 30 | |
Andy Bavier | 5c91c1c | 2020-09-01 11:47:38 -0700 | [diff] [blame] | 31 | # Configure Google Cloud Monitoring datasource |
| 32 | googleCloudMonitoring: {} |
| 33 | # clientEmail: grafana@onf-vpn.iam.gserviceaccount.com |
| 34 | # defaultProject: onf-vpn |
| 35 | # key: | |
| 36 | # -----BEGIN PRIVATE KEY----- |
| 37 | # ... |
| 38 | # -----END PRIVATE KEY----- |
Andy Bavier | ab75e9e | 2020-08-06 12:05:30 -0700 | [diff] [blame] | 39 | |
Andy Bavier | fc9be62 | 2021-03-08 13:10:13 -0700 | [diff] [blame] | 40 | # For customizing the enterprise dashboard |
| 41 | enterpriseDashboard: |
| 42 | enabled: false |
| 43 | # name: Intel |
| 44 | # datasource: ace-intel |
| 45 | # tunnelName: production-ace-intel |
| 46 | |
Andy Bavier | ab75e9e | 2020-08-06 12:05:30 -0700 | [diff] [blame] | 47 | grafana: |
Andy Bavier | 169e37d | 2020-11-03 16:01:00 -0700 | [diff] [blame] | 48 | enabled: true |
Andy Bavier | ab75e9e | 2020-08-06 12:05:30 -0700 | [diff] [blame] | 49 | grafana.ini: |
| 50 | auth.anonymous: |
| 51 | enabled: true |
| 52 | sidecar: |
| 53 | dashboards: |
| 54 | enabled: true |
| 55 | datasources: |
| 56 | enabled: true |