Skip to content

Commit

Permalink
adds mariadb operator dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaskuechler committed Jan 10, 2025
1 parent 48f0c92 commit 7ee3e85
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions operators/monitoring/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,25 @@ prometheus:
ruleSelectorNilUsesHelmValues: false
serviceMonitorSelectorNilUsesHelmValues: false
probeSelectorNilUsesHelmValues: false

grafana:
dashboards:
default:
# mariadb-operator dashboards
# https://github.com/mariadb-operator/mariadb-operator/blob/main/hack/config/kube-prometheus-stack.yaml
mysql-overview:
gnetId: 7362
revision: 5
datasource: Prometheus
mysql-replication:
gnetId: 7371
revision: 1
datasource: Prometheus
mariadb-galera:
gnetId: 13106
revision: 3
datasource: Prometheus
mysql-quickstart:
gnetId: 14057
revision: 1
datasource: Prometheus

0 comments on commit 7ee3e85

Please sign in to comment.