Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit bd8ce65

Browse files
committed
fix(helm): improve grafana dashboard (migrate newer grafana version and drop removed metrics)
1 parent 8d99c46 commit bd8ce65

File tree

6 files changed

+483
-1123
lines changed

6 files changed

+483
-1123
lines changed

helm/dendrite/.helm-docs/monitoring.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{ define "chart.monitoringSection" }}
22
## Monitoring
33

4-
[![Grafana Dashboard](https://grafana.com/api/dashboards/13916/images/9894/image)](https://grafana.com/grafana/dashboards/13916-dendrite/)
4+
![Grafana Dashboard](grafana_dashboards/dendrite-rev2.png)
55

66
* Works well with [Prometheus Operator](https://prometheus-operator.dev/) ([Helmchart](https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack)) and their setup of [Grafana](https://grafana.com/grafana/), by enabling the following values:
77
```yaml

helm/dendrite/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: dendrite
3-
version: "0.11.2"
3+
version: "0.11.3"
44
appVersion: "0.11.1"
55
description: Dendrite Matrix Homeserver
66
type: application

helm/dendrite/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# dendrite
33

4-
![Version: 0.11.2](https://img.shields.io/badge/Version-0.11.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.11.1](https://img.shields.io/badge/AppVersion-0.11.1-informational?style=flat-square)
4+
![Version: 0.11.3](https://img.shields.io/badge/Version-0.11.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.11.1](https://img.shields.io/badge/AppVersion-0.11.1-informational?style=flat-square)
55
Dendrite Matrix Homeserver
66

77
Status: **NOT PRODUCTION READY**
@@ -158,7 +158,7 @@ Create a folder `appservices` and place your configurations in there. The confi
158158

159159
## Monitoring
160160

161-
[![Grafana Dashboard](https://grafana.com/api/dashboards/13916/images/9894/image)](https://grafana.com/grafana/dashboards/13916-dendrite/)
161+
![Grafana Dashboard](grafana_dashboards/dendrite-rev2.png)
162162

163163
* Works well with [Prometheus Operator](https://prometheus-operator.dev/) ([Helmchart](https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack)) and their setup of [Grafana](https://grafana.com/grafana/), by enabling the following values:
164164
```yaml

0 commit comments

Comments
 (0)