Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke committed Aug 6, 2024
1 parent de92283 commit 34dae8c
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions dashboards/network-usage/namespace-by-pod.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ local var = g.dashboard.variable;
max by (%(clusterLabel)s,namespace,pod) (kube_pod_info{host_network="false"})
)
)
||| % $._config
||| % $._config
)
+ prometheus.withLegendFormat('__auto'),
]),
Expand All @@ -167,7 +167,8 @@ local var = g.dashboard.variable;
max by (%(clusterLabel)s,namespace,pod) (kube_pod_info{host_network="false"})
)
)
||| % $._config)
||| % $._config
)
+ prometheus.withInstant(true)
+ prometheus.withFormat('table'),

Expand All @@ -181,7 +182,8 @@ local var = g.dashboard.variable;
max by (%(clusterLabel)s,namespace,pod) (kube_pod_info{host_network="false"})
)
)
||| % $._config)
||| % $._config
)
+ prometheus.withInstant(true)
+ prometheus.withFormat('table'),

Expand All @@ -195,7 +197,8 @@ local var = g.dashboard.variable;
max by (%(clusterLabel)s,namespace,pod) (kube_pod_info{host_network="false"})
)
)
||| % $._config)
||| % $._config
)
+ prometheus.withInstant(true)
+ prometheus.withFormat('table'),

Expand All @@ -209,7 +212,8 @@ local var = g.dashboard.variable;
max by (%(clusterLabel)s,namespace,pod) (kube_pod_info{host_network="false"})
)
)
||| % $._config)
||| % $._config
)
+ prometheus.withInstant(true)
+ prometheus.withFormat('table'),

Expand All @@ -223,7 +227,8 @@ local var = g.dashboard.variable;
max by (%(clusterLabel)s,namespace,pod) (kube_pod_info{host_network="false"})
)
)
||| % $._config)
||| % $._config
)
+ prometheus.withInstant(true)
+ prometheus.withFormat('table'),

Expand All @@ -237,7 +242,8 @@ local var = g.dashboard.variable;
max by (%(clusterLabel)s,namespace,pod) (kube_pod_info{host_network="false"})
)
)
||| % $._config)
||| % $._config
)
+ prometheus.withInstant(true)
+ prometheus.withFormat('table'),
])
Expand Down

0 comments on commit 34dae8c

Please sign in to comment.