blob: 6f77025e3095bfda307e1a5aeb7a60405f80974c [file] [log] [blame]
Andy Bavierab75e9e2020-08-06 12:05:30 -07001# Copyright 2020-present Open Networking Foundation
2# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
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
8nameOverride: ""
9fullnameOverride: ""
10
Andy Bavierc6568702021-02-04 11:23:15 -070011# Names of dashbaords in the dashboards/ directory to deploy
12dashboards: []
13 # - global-edge-status-production.json
14 # - sdcore-metrics.json
Andy Bavier502d6012020-09-30 11:46:06 -070015
Andy Bavierc6568702021-02-04 11:23:15 -070016# Datasources used by the dashboards
17# Names in datasources must match names referenced in dashboards
18prometheusDatasources: []
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 Bavier5c91c1c2020-09-01 11:47:38 -070023
24# Configure Google Cloud Monitoring datasource
25googleCloudMonitoring: {}
26# clientEmail: grafana@onf-vpn.iam.gserviceaccount.com
27# defaultProject: onf-vpn
28# key: |
29# -----BEGIN PRIVATE KEY-----
30# ...
31# -----END PRIVATE KEY-----
Andy Bavierab75e9e2020-08-06 12:05:30 -070032
33grafana:
Andy Bavier169e37d2020-11-03 16:01:00 -070034 enabled: true
Andy Bavierab75e9e2020-08-06 12:05:30 -070035 grafana.ini:
36 auth.anonymous:
37 enabled: true
38 sidecar:
39 dashboards:
40 enabled: true
41 datasources:
42 enabled: true