Skip to content

Commit

Permalink
chore: add more minio dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
zebernst committed Feb 13, 2025
1 parent be7e39a commit 156d8d8
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions kubernetes/apps/observability/grafana/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,24 @@ spec:
url: https://raw.githubusercontent.com/fluxcd/flux2-monitoring-example/main/monitoring/configs/dashboards/control-plane.json
datasource: Prometheus
data:
minio:
# renovate: depName="MinIO Dashboard"
gnetId: 13502
revision: 26
minio-cluster:
url: https://raw.githubusercontent.com/minio/minio/master/docs/metrics/prometheus/grafana/minio-dashboard.json
datasource:
- { name: DS_PROMETHEUS, value: Prometheus }
minio-bucket:
url: https://raw.githubusercontent.com/minio/minio/master/docs/metrics/prometheus/grafana/bucket/minio-bucket.json
datasource:
- { name: DS_PROMETHEUS, value: Prometheus }
minio-node:
url: https://raw.githubusercontent.com/minio/minio/master/docs/metrics/prometheus/grafana/node/minio-node.json
datasource:
- { name: DS_PROMETHEUS, value: Prometheus }
minio-replication-cluster:
url: https://raw.githubusercontent.com/minio/minio/master/docs/metrics/prometheus/grafana/replication/minio-replication-cluster.json
datasource:
- { name: DS_PROMETHEUS, value: Prometheus }
minio-replication-node:
url: https://raw.githubusercontent.com/minio/minio/master/docs/metrics/prometheus/grafana/replication/minio-replication-node.json
datasource:
- { name: DS_PROMETHEUS, value: Prometheus }
cnpg:
Expand Down

0 comments on commit 156d8d8

Please sign in to comment.