Skip to content

Commit

Permalink
Change dashboards to be Grafana Cloud compatible (#2485)
Browse files Browse the repository at this point in the history
* Add cluster drop down to relevant dashboards with a default of all
* Add a datasource drop down to relevant dashboards
* Add an alerts graph by name over time to AlertManager graph
* Add log graph and messages to Traefik dashboard
* Bump chart dependencies and image tags
* Change deprecated policy/v1beta1 to policy/v1
* Fix chart install directions in README
* Fix monitor status logs not showing the same errors as metrics
* Fix various issues with the dashboards
* Remove InhibitLogAlertWhenHighPublishErrors alert

Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>
  • Loading branch information
steven-sheehy authored Sep 7, 2021
1 parent 423ecce commit 91b004a
Show file tree
Hide file tree
Showing 30 changed files with 1,439 additions and 652 deletions.
2 changes: 1 addition & 1 deletion charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To install the wrapper chart:

```shell script
$ helm repo add hedera https://hashgraph.github.io/hedera-mirror-node/charts
$ helm upgrade --install "${RELEASE}" charts/hedera-mirror
$ helm upgrade --install "${RELEASE}" hedera/hedera-mirror
```

## Configure
Expand Down
10 changes: 5 additions & 5 deletions charts/hedera-mirror-common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ appVersion: "main"
dependencies:
- name: loki
condition: loki.enabled
version: 2.5.0
version: 2.6.0
repository: https://grafana.github.io/helm-charts
- condition: prometheus-adapter.enabled
name: prometheus-adapter
repository: https://prometheus-community.github.io/helm-charts
version: 2.14.2
version: 2.17.0
- alias: prometheus
condition: prometheus.enabled
name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 16.9.0
version: 18.0.5
- name: promtail
condition: promtail.enabled
version: 3.6.0
version: 3.8.1
repository: https://grafana.github.io/helm-charts
- condition: traefik.enabled
name: traefik
repository: https://helm.traefik.io/traefik
version: 9.19.1
version: 10.3.2
description: Hedera Mirror Node common components installed globally for use across namespaces
home: https://github.com/hashgraph/hedera-mirror-node
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
Expand Down
Loading

0 comments on commit 91b004a

Please sign in to comment.