Skip to content

Commit

Permalink
Allow md_adm metrics in alloy + update weekly routine to check dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Aug 8, 2024
1 parent af7c551 commit c6a3b77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/weekly_routine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
- [ ] Zimfarm dashboard is [normal](https://kiwixorg.grafana.net/d/d2803d94-7c40-4338-bf80-f3cd7cd796bf/zimfarms?from=now-7d&to=now)
- [ ] Jobs durations dashboard is [normal](https://kiwixorg.grafana.net/d/bb0f0990-04c5-4314-8afc-6185ac49c668/jobs?orgId=1)
- [ ] There is no abnormal behaviors on [cluster resources consumption](https://kiwixorg.grafana.net/a/grafana-k8s-app/navigation/cluster/kiwix-prod)
- [ ] All [mdadm](https://kiwixorg.grafana.net/d/edu6v6ekri77kd/mdadm) RAID arrays are OK (check all instances in the top left combobox)
## Projects
Expand Down
3 changes: 3 additions & 0 deletions grafana/grafana.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ metrics:

node-exporter:
enabled: true
metricsTuning:
includeMetrics:
- node_md_.*

kubelet:
enabled: true
Expand Down

0 comments on commit c6a3b77

Please sign in to comment.