* Dashboard for JVB and jicofo monitoring * feat(grafana): prosody monitoring dashboard created * Delete log-analyser/grafana-provisioning/dashboards/JVB_Jicofo_Monitoring.json * Stanzas count custom metrics used in dashboard
20 lines
330 B
YAML
20 lines
330 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Loki
|
|
isDefault: true
|
|
type: loki
|
|
access: proxy
|
|
url: http://loki:3100
|
|
editable: true
|
|
apiVersion: 1
|
|
|
|
- name: Prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
url: http://prometheus:9090
|
|
isDefault: true
|
|
editable: true
|
|
jsonData:
|
|
timeInterval: "5s"
|