blob: 6fe60a39eb5ab1fa7c85c72799986774d184de7d [file] [log] [blame]
Matteo Scandolod28ec7b2018-08-21 12:58:04 -07001---
2# Copyright 2018-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
Luca Prete9ca8aea2018-11-14 14:53:51 -080016global:
17 registry: ''
18
19images:
Ganesh Bhure8c7221b2019-08-13 15:59:34 +053020 kpi_exporter:
Luca Prete9ca8aea2018-11-14 14:53:51 -080021 repository: 'opencord/kafka-topic-exporter'
Daniele Morofc520172020-01-28 18:20:39 -080022 tag: '1.2.6'
Luca Prete9ca8aea2018-11-14 14:53:51 -080023 pullPolicy: 'Always'
24
Ganesh Bhure8c7221b2019-08-13 15:59:34 +053025kpi_exporter:
Hyunsun Moon3ca7ed32019-11-30 18:35:26 -080026 enabled: true
27 fullnameOverride: ''
28 nameOverride: ''
Ganesh Bhure8c7221b2019-08-13 15:59:34 +053029 nem_kpi_exporter_nodePort: 31080
30 nem_kpi_exporter_replicas: 2
31 kpi_broker: cord-kafka:9092
Hyunsun Moonb24bb2b2019-11-22 02:11:02 -080032 topics:
Ganesh Bhure8c7221b2019-08-13 15:59:34 +053033 - voltha.kpis
34 - onos.aaa.stats.kpis
35 - onos.kpis
Daniele Moro32f19802020-02-05 14:29:28 -080036 - bng.stats
Matteo Scandolod28ec7b2018-08-21 12:58:04 -070037
38prometheus:
39 alertmanager:
40 persistentVolume:
41 enabled: false
42 server:
43 persistentVolume:
44 enabled: false
45 service:
46 type: NodePort
47 nodePort: 31301
Hyunsun Moonb24bb2b2019-11-22 02:11:02 -080048 # The labels to add to any time series or alerts when communicating with
49 # external systems (federation, remote storage, Alertmanager).
50 #global:
51 # external_labels:
52 # datacenter: onf-menlo
Matteo Scandolod28ec7b2018-08-21 12:58:04 -070053
Hyunsun Moonb24bb2b2019-11-22 02:11:02 -080054 extraScrapeConfigs: |
Shrey Baid5a8504d2020-05-18 22:28:13 +053055 - job_name: 'etcd-metrics'
56 metrics_path: /metrics
57 scrape_interval: 15s
58 static_configs:
59 - targets:
60 - etcd-cluster-client:2379
Hyunsun Moonb24bb2b2019-11-22 02:11:02 -080061 - job_name: 'xos-core'
62 metrics_path: /metrics
63 scrape_interval: 15s
64 static_configs:
65 - targets:
66 - xos-core-prometheus:8000
67 - job_name: 'voltha-kpi'
68 metrics_path: /metrics
69 scrape_interval: 15s
70 static_configs:
71 - targets:
Hyunsun Moon3ca7ed32019-11-30 18:35:26 -080072 - nem-monitoring-nem-kpi-exporter:8080
Hyunsun Moonb24bb2b2019-11-22 02:11:02 -080073 - job_name: 'node-exporter'
74 metrics_path: /metrics
75 scrape_interval: 15s
76 static_configs:
77 - targets:
78 - nem-monitoring-prometheus-node-exporter:9100
Matteo Scandolod28ec7b2018-08-21 12:58:04 -070079
80grafana:
81 adminUser: admin
82 adminPassword: strongpassword
83 service:
84 type: NodePort
85 nodePort: 31300
86 sidecar:
87 dashboards:
88 enabled: true
89 label: grafana_dashboard
90 datasources:
91 datasources.yaml:
92 apiVersion: 1
93 datasources:
94 - name: Prometheus
95 type: prometheus
Hyunsun Moonb24bb2b2019-11-22 02:11:02 -080096 url: http://nem-monitoring-prometheus-server
Matteo Scandolod28ec7b2018-08-21 12:58:04 -070097 access: proxy
Luca Prete9ca8aea2018-11-14 14:53:51 -080098 isDefault: true
Hyunsun Moonb24bb2b2019-11-22 02:11:02 -080099
100# Configure Grafana dashboard to import
101dashboards:
Shrey Baidb311fee2020-05-22 16:48:00 +0530102 etcd: true
Hyunsun Moonb24bb2b2019-11-22 02:11:02 -0800103 k8s: true
104 nodeExporter: true
105 xos: true
106 onos: true
107 aaa: true
108 voltha: true
Matteo Scandoloe0d3caf2020-01-10 15:55:56 -0800109 voltha2: false
Hyunsun Moonb24bb2b2019-11-22 02:11:02 -0800110 omec: false
Hyunsun Moonda48dbe2020-02-02 13:26:18 -0800111 aether: false
Daniele Morof6dfb902020-01-15 15:00:36 -0800112 bng: false
Woojoong Kim30dd9cf2020-04-27 21:04:43 -0700113 sdran: false