blob: c6a8891e4c1a45dae6b684c56009e355c91cbd26 [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 Bavier502d6012020-09-30 11:46:06 -070011globalDashboard: true
Andy Bavieracbe6af2020-10-06 13:51:42 -070012multiSiteDashboard: false
13sdCoreDashboard: false
Andy Bavier502d6012020-09-30 11:46:06 -070014
15# Specify an enterprise to deploy its dashboard, i.e., "telefonica"
16enterpriseDashboard: ""
17
Andy Bavier5c91c1c2020-09-01 11:47:38 -070018# URL of Prometheus that collects E2E test results from edge monitoring server
19edgeServerDatasourceURL: ""
20
Andy Baviera50ec202020-10-08 11:29:58 -070021# URL of Prometheus that collects metrics from SD-CORE services
22sdCoreDatasourceURL: ""
23
Andy Bavieracbe6af2020-10-06 13:51:42 -070024# URL of Prometheus that collects SD-CORE metrics
25sdCoreDatasourceURL: ""
26
Andy Bavier5c91c1c2020-09-01 11:47:38 -070027# List of cluster Prometheus datasources.
28clusterDatasources: []
29# - cluster: production-edge-onf-menlo
30# prometheusURL: http://10.53.154.24
31
32# Configure Google Cloud Monitoring datasource
33googleCloudMonitoring: {}
34# clientEmail: grafana@onf-vpn.iam.gserviceaccount.com
35# defaultProject: onf-vpn
36# key: |
37# -----BEGIN PRIVATE KEY-----
38# ...
39# -----END PRIVATE KEY-----
Andy Bavierab75e9e2020-08-06 12:05:30 -070040
41grafana:
42 grafana.ini:
43 auth.anonymous:
44 enabled: true
45 sidecar:
46 dashboards:
47 enabled: true
48 datasources:
49 enabled: true