Skip to content

Commit

Permalink
fix(grafana): add emqx dashboards
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Apr 12, 2024
1 parent 4963d4a commit 9017050
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions kubernetes/main/apps/observability/grafana/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@ spec:
editable: true
options:
path: /var/lib/grafana/dashboards/ceph-folder
- name: emqx
orgId: 1
folder: EMQX
type: file
disableDeletion: false
editable: true
options:
path: /var/lib/grafana/dashboards/emqx-folder
- name: flux
orgId: 1
folder: Flux
Expand Down Expand Up @@ -256,6 +264,28 @@ spec:
gnetId: 5342
revision: 9
datasource: Prometheus
emqx:
emqx-authentication:
url: https://raw.githubusercontent.com/emqx/emqx-exporter/main/grafana-dashboard/template/emqx-5/authentication.json
datasource: Prometheus
emqx-authorization:
url: https://raw.githubusercontent.com/emqx/emqx-exporter/main/grafana-dashboard/template/emqx-5/authorization.json
datasource: Prometheus
emqx-client-events:
url: https://raw.githubusercontent.com/emqx/emqx-exporter/main/grafana-dashboard/template/emqx-5/client-events.json
datasource: Prometheus
emqx-messages:
url: https://raw.githubusercontent.com/emqx/emqx-exporter/main/grafana-dashboard/template/emqx-5/messages.json
datasource: Prometheus
emqx-overview:
url: https://raw.githubusercontent.com/emqx/emqx-exporter/main/grafana-dashboard/template/emqx-5/overview.json
datasource: Prometheus
emqx-rule-engine-count:
url: https://raw.githubusercontent.com/emqx/emqx-exporter/main/grafana-dashboard/template/emqx-5/rule-engine-count.json
datasource: Prometheus
emqx-rule-engine-rate:
url: https://raw.githubusercontent.com/emqx/emqx-exporter/main/grafana-dashboard/template/emqx-5/rule-engine-rate.json
datasource: Prometheus
flux:
flux-cluster:
url: https://raw.githubusercontent.com/fluxcd/flux2-monitoring-example/main/monitoring/configs/dashboards/cluster.json
Expand Down

0 comments on commit 9017050

Please sign in to comment.