feat(victoria): automatically add grafana dashboards
This commit is contained in:
parent
89693e51cf
commit
82fc01ab94
1 changed files with 13 additions and 0 deletions
|
@ -895,6 +895,19 @@ grafana:
|
||||||
enabled: true
|
enabled: true
|
||||||
multicluster: false
|
multicluster: false
|
||||||
|
|
||||||
|
dashboards:
|
||||||
|
default:
|
||||||
|
victoria-logs:
|
||||||
|
url: "https://raw.githubusercontent.com/VictoriaMetrics/VictoriaMetrics/refs/heads/master/dashboards/vm/victorialogs.json"
|
||||||
|
victoria-logs-explorer:
|
||||||
|
url: "https://grafana.com/api/dashboards/22759/revisions/6/download"
|
||||||
|
ingress-nginx:
|
||||||
|
url: "https://raw.githubusercontent.com/adinhodovic/ingress-nginx-mixin/refs/heads/main/dashboards_out/ingress-nginx-overview.json"
|
||||||
|
node-exporter-full:
|
||||||
|
url: "https://raw.githubusercontent.com/rfmoz/grafana-dashboards/refs/heads/master/prometheus/node-exporter-full.json"
|
||||||
|
argocd:
|
||||||
|
url: "https://raw.githubusercontent.com/argoproj/argo-cd/refs/heads/master/examples/dashboard.json"
|
||||||
|
|
||||||
# -- Create datasource configmap even if grafana deployment has been disabled
|
# -- Create datasource configmap even if grafana deployment has been disabled
|
||||||
forceDeployDatasource: false
|
forceDeployDatasource: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue