Skip to content

Commit

Permalink
lint: white noise
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjaneczek committed Jun 22, 2021
1 parent a777065 commit 4399d9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jsonnet/mimir-mixin/dashboards/dashboard-utils.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ local utils = import 'mixin-utils/utils.libsonnet';
rate(
node_disk_written_bytes_total[$__rate_interval]
)
)
+
)
+
%s
||| % [
$._config.per_node_label,
Expand Down Expand Up @@ -243,10 +243,10 @@ local utils = import 'mixin-utils/utils.libsonnet';
$.queryPanel(
|||
max by(persistentvolumeclaim) (
kubelet_volume_stats_used_bytes{%(namespace)s} /
kubelet_volume_stats_used_bytes{%(namespace)s} /
kubelet_volume_stats_capacity_bytes{%(namespace)s}
)
and
)
and
count by(persistentvolumeclaim) (
kube_persistentvolumeclaim_labels{
%(namespace)s,
Expand Down

0 comments on commit 4399d9b

Please sign in to comment.