From 7c696006617ab385b1b4d92aa3824cd6a99ee416 Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Wed, 19 Feb 2025 12:34:16 +0100 Subject: [PATCH 1/2] build(deps): remove leftover from #3160 (#3255) Signed-off-by: Mikel Olasagasti Uranga --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 02e01d54..d8318e12 100644 --- a/go.mod +++ b/go.mod @@ -59,5 +59,3 @@ require ( google.golang.org/protobuf v1.36.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) - -//replace github.com/prometheus/procfs => github.com/rexagod/procfs v0.0.0-20241124020414-857c5b813f1b From ae746c8b1d47f9d58cc3ac7f88b249eae93596d6 Mon Sep 17 00:00:00 2001 From: Alexander Soelberg Heidarsson <89837986+alex5517@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:37:09 +0100 Subject: [PATCH 2/2] bugfix: :bug: remove invalid variable from cluster use dashboards Signed-off-by: Alexander Soelberg Heidarsson <89837986+alex5517@users.noreply.github.com> --- docs/node-mixin/dashboards/use.libsonnet | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/node-mixin/dashboards/use.libsonnet b/docs/node-mixin/dashboards/use.libsonnet index f9d9e07c..cfdaf416 100644 --- a/docs/node-mixin/dashboards/use.libsonnet +++ b/docs/node-mixin/dashboards/use.libsonnet @@ -200,9 +200,6 @@ local diskSpaceUtilisation = + dashboard.withVariables([ datasource, $._clusterVariable, - variable.query.withDatasourceFromVariable(datasource) - + variable.query.refresh.onTime() - + variable.query.withSort(asc=true), ]) + dashboard.withPanels( grafana.util.grid.makeGrid([ @@ -331,9 +328,6 @@ local diskSpaceUtilisation = + dashboard.withUid(std.md5('node-multicluster-rsrc-use.json')) + dashboard.withVariables([ datasource, - variable.query.withDatasourceFromVariable(datasource) - + variable.query.refresh.onTime() - + variable.query.withSort(asc=true), ]) + dashboard.withPanels( grafana.util.grid.makeGrid([