mirror of
https://github.com/Telecominfraproject/wlan-toolsmith.git
synced 2025-11-01 03:18:01 +00:00
Merge pull request #200 from Telecominfraproject/feature/wifi-3570--grafana-add-performance-dashboard
[WIFI-3570] Add: Performance Grafana dashboard in Helmfile
This commit is contained in:
@@ -322,6 +322,11 @@ releases:
|
|||||||
options:
|
options:
|
||||||
path: /var/lib/grafana/dashboards/default
|
path: /var/lib/grafana/dashboards/default
|
||||||
|
|
||||||
|
dashboards:
|
||||||
|
default:
|
||||||
|
performance:
|
||||||
|
url: https://raw.githubusercontent.com/Telecominfraproject/wlan-testing/master/grafana/performance.json
|
||||||
|
|
||||||
datasources:
|
datasources:
|
||||||
datasources.yaml:
|
datasources.yaml:
|
||||||
apiVersion: 1
|
apiVersion: 1
|
||||||
@@ -331,6 +336,18 @@ releases:
|
|||||||
url: http://prometheus-operated:9090
|
url: http://prometheus-operated:9090
|
||||||
access: proxy
|
access: proxy
|
||||||
isDefault: false
|
isDefault: false
|
||||||
|
- name: InfluxDB
|
||||||
|
type: influxdb
|
||||||
|
access: proxy
|
||||||
|
url: https://influx.cicd.{{ .Environment.Values.domain }}
|
||||||
|
user: tip
|
||||||
|
secureJsonData:
|
||||||
|
token: {{ .Environment.Values.influxdb.adminUser.token }}
|
||||||
|
password: {{ .Environment.Values.influxdb.adminUser.password }}
|
||||||
|
jsonData:
|
||||||
|
version: Flux
|
||||||
|
organization: tip
|
||||||
|
defaultBucket: tip-cicd
|
||||||
|
|
||||||
- alertmanager:
|
- alertmanager:
|
||||||
config:
|
config:
|
||||||
|
|||||||
Reference in New Issue
Block a user