Skip to content

Commit

Permalink
grafana: add sidecar dashboard for rabbitmq, istio
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <batazor@evrone.com>
  • Loading branch information
batazor committed Apr 10, 2023
1 parent c3eafec commit 9477014
Show file tree
Hide file tree
Showing 10 changed files with 1,044 additions and 9 deletions.
10 changes: 10 additions & 0 deletions ops/Helm/addons/gateway/istio-gateway/templates/grafana/istio-mesh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: istio-mesh-dashboard
labels:
grafana_dashboard: "true"
data:
# https://grafana.com/grafana/dashboards/14061
istio-mesh-dashboard.json.url: https://grafana.com/api/dashboards/14061/revisions/1/download
10 changes: 1 addition & 9 deletions ops/Helm/addons/grafana/dashboard.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,13 @@ grafana:
gnetId: 11001
datasource: Prometheus
node-exporter:
gnetId: 1860
datasource: Prometheus
url: https://raw.githubusercontent.com/rfmoz/grafana-dashboards/master/prometheus/node-exporter-full.json
ingress-nginx:
url: https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/grafana/dashboards/nginx.json
rabbitmq-overview:
gnetId: 10991
revision: 11
datasource: Prometheus
kyverno:
url: https://raw.githubusercontent.com/kyverno/grafana-dashboard/master/grafana/dashboard.json
kubescape:
url: https://raw.githubusercontent.com/dwertent/kubescape/master/httphandler/examples/prometheus/grafana-kubescape-dashboard.json
istio-mesh:
gnetId: 14061
datasource: Prometheus
istio-service:
gnetId: 7636
datasource: Prometheus
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: erlang-distribution-dashboard
labels:
grafana_dashboard: "true"
data:
# https://grafana.com/grafana/dashboards/11352
erlang-distribution-dashboard.json.url: https://grafana.com/api/dashboards/11352/revisions/7/download
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: erlang-distributions-compare-dashboard
labels:
grafana_dashboard: "true"
data:
# https://grafana.com/grafana/dashboards/10988
erlang-distributions-compare-dashboard.json.url: https://grafana.com/api/dashboards/10988/revisions/11/download
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: erlang-memory-allocators-dashboard
labels:
grafana_dashboard: "true"
data:
# https://grafana.com/grafana/dashboards/11350
erlang-memory-allocators-dashboard.json.url: https://grafana.com/api/dashboards/11350/revisions/5/download

0 comments on commit 9477014

Please sign in to comment.