blob: 326fe7f84c7c953ce90e8a1e74395330c596f79c [file] [log] [blame]
Andy Bavierab75e9e2020-08-06 12:05:30 -07001# Copyright 2020-present Open Networking Foundation
Scott Baker4cad5ee2022-06-09 14:17:35 -07002# SPDX-License-Identifier: Apache-2.0
Andy Bavierab75e9e2020-08-06 12:05:30 -07003
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 Bavierbf357a72021-03-04 09:56:49 -070016# Prometheus datasources used by the dashboards
Andy Bavierc6568702021-02-04 11:23:15 -070017# 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
Andy Bavierbf357a72021-03-04 09:56:49 -070024# Elasticsearch datasources used by the logging dashboard
25elasticsearchDatasources: []
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 Bavier5c91c1c2020-09-01 11:47:38 -070031# Configure Google Cloud Monitoring datasource
32googleCloudMonitoring: {}
33# clientEmail: grafana@onf-vpn.iam.gserviceaccount.com
34# defaultProject: onf-vpn
35# key: |
36# -----BEGIN PRIVATE KEY-----
37# ...
38# -----END PRIVATE KEY-----
Andy Bavierab75e9e2020-08-06 12:05:30 -070039
Andy Bavierfc9be622021-03-08 13:10:13 -070040# For customizing the enterprise dashboard
41enterpriseDashboard:
42 enabled: false
43 # name: Intel
44 # datasource: ace-intel
45 # tunnelName: production-ace-intel
46
Andy Bavierab75e9e2020-08-06 12:05:30 -070047grafana:
Andy Bavier169e37d2020-11-03 16:01:00 -070048 enabled: true
Andy Bavierab75e9e2020-08-06 12:05:30 -070049 grafana.ini:
50 auth.anonymous:
51 enabled: true
52 sidecar:
53 dashboards:
54 enabled: true
55 datasources:
56 enabled: true