fix(observability): remove dashboards
This commit is contained in:
parent
ff3736dd1c
commit
f950e91112
1 changed files with 10 additions and 10 deletions
|
@ -895,16 +895,16 @@ grafana:
|
||||||
enabled: true
|
enabled: true
|
||||||
multicluster: false
|
multicluster: false
|
||||||
|
|
||||||
dashboards:
|
# dashboards:
|
||||||
default:
|
# default:
|
||||||
victoria-logs:
|
# victoria-logs:
|
||||||
url: "https://raw.githubusercontent.com/VictoriaMetrics/VictoriaMetrics/refs/heads/master/dashboards/vm/victorialogs.json"
|
# url: "https://raw.githubusercontent.com/VictoriaMetrics/VictoriaMetrics/refs/heads/master/dashboards/vm/victorialogs.json"
|
||||||
victoria-logs-explorer:
|
# victoria-logs-explorer:
|
||||||
url: "https://grafana.com/api/dashboards/22759/revisions/6/download"
|
# url: "https://grafana.com/api/dashboards/22759/revisions/6/download"
|
||||||
ingress-nginx:
|
# ingress-nginx:
|
||||||
url: "https://raw.githubusercontent.com/adinhodovic/ingress-nginx-mixin/refs/heads/main/dashboards_out/ingress-nginx-overview.json"
|
# url: "https://raw.githubusercontent.com/adinhodovic/ingress-nginx-mixin/refs/heads/main/dashboards_out/ingress-nginx-overview.json"
|
||||||
argocd:
|
# argocd:
|
||||||
url: "https://raw.githubusercontent.com/argoproj/argo-cd/refs/heads/master/examples/dashboard.json"
|
# 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