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
|
||||
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"
|
||||
argocd:
|
||||
url: "https://raw.githubusercontent.com/argoproj/argo-cd/refs/heads/master/examples/dashboard.json"
|
||||
# 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"
|
||||
# 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
|
||||
forceDeployDatasource: false
|
||||
|
|
Loading…
Reference in a new issue