mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(cilium): move Hubble dashboards to Grafana HR
to upgrade legacy queries?
This commit is contained in:
@@ -104,9 +104,10 @@ spec:
|
||||
- kubernetes_node
|
||||
targetLabel: instance
|
||||
dashboards:
|
||||
enabled: true
|
||||
annotations:
|
||||
grafana_folder: "Cilium"
|
||||
enabled: false # managed in Grafana HR to upgrade queries
|
||||
#enabled: true
|
||||
#annotations:
|
||||
# grafana_folder: "Cilium"
|
||||
operator:
|
||||
prometheus:
|
||||
enabled: true
|
||||
|
||||
@@ -121,6 +121,14 @@ spec:
|
||||
editable: true
|
||||
options:
|
||||
path: /var/lib/grafana/dashboards/ceph
|
||||
- name: cilium
|
||||
orgId: 1
|
||||
folder: Cilium
|
||||
type: file
|
||||
disableDeletion: false
|
||||
editable: true
|
||||
options:
|
||||
path: /var/lib/grafana/dashboards/cilium
|
||||
- name: flux
|
||||
orgId: 1
|
||||
folder: Flux
|
||||
@@ -217,6 +225,21 @@ spec:
|
||||
gnetId: 5336
|
||||
revision: 9
|
||||
datasource: Prometheus
|
||||
cilium:
|
||||
hubble-dashboard:
|
||||
url: https://raw.githubusercontent.com/cilium/cilium/main/install/kubernetes/cilium/files/hubble/dashboards/hubble-dashboard.json
|
||||
datasource: Prometheus
|
||||
hubble-l7:
|
||||
url: https://raw.githubusercontent.com/cilium/cilium/main/install/kubernetes/cilium/files/hubble/dashboards/hubble-l7-http-metrics-by-workload.json
|
||||
datasource: Prometheus
|
||||
hubble-dns-namespace:
|
||||
url: https://raw.githubusercontent.com/cilium/cilium/main/install/kubernetes/cilium/files/hubble/dashboards/hubble-dns-namespace.json
|
||||
datasource:
|
||||
- { name: DS_PROMETHEUS, value: Prometheus }
|
||||
hubble-network-overview-namespace:
|
||||
url: https://raw.githubusercontent.com/cilium/cilium/main/install/kubernetes/cilium/files/hubble/dashboards/hubble-network-overview-namespace.json
|
||||
datasource:
|
||||
- { name: DS_PROMETHEUS, value: Prometheus }
|
||||
flux:
|
||||
flux-cluster:
|
||||
url: https://raw.githubusercontent.com/fluxcd/flux2/main/manifests/monitoring/monitoring-config/dashboards/cluster.json
|
||||
|
||||
Reference in New Issue
Block a user