Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with host-alert panel for grafana 10 #200

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

apiVersion: v2
name: dnation-kubernetes-monitoring
version: 2.7.0
appVersion: 2.7.0
version: 2.7.1
appVersion: 2.7.1
description: A set of Grafana dashboards and Prometheus alerts to cover Kubernetes monitoring in an easy way using a drill-down principle.
keywords:
- dnation
Expand Down
3 changes: 0 additions & 3 deletions jsonnet/dashboards/hosts/alert-overview.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ local table = grafana.tablePanel;
},
},
},
{
id: 'seriesToRows',
},
]);

dashboard.new(
Expand Down
Loading