Skip to content

Commit

Permalink
Merge pull request #891 from Duologic/duologic/update_scripts
Browse files Browse the repository at this point in the history
chore(scripts): update dependencies
  • Loading branch information
povilasv authored Feb 19, 2024
2 parents bf3acbd + a6f2ac4 commit 0fbb632
Show file tree
Hide file tree
Showing 14 changed files with 653 additions and 1,475 deletions.
6 changes: 5 additions & 1 deletion .lint
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
exclusions:
template-job-rule:
panel-job-instance-rule:
template-instance-rule:
target-job-rule:
target-instance-rule:
panel-title-description-rule:
panel-units-rule:
2 changes: 1 addition & 1 deletion dashboards/apiserver.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ local singlestat = grafana.singlestat;
value: $._config.datasourceName,
},
hide: 0,
label: 'Data Source',
label: 'Data source',
name: 'datasource',
options: [],
query: 'prometheus',
Expand Down
2 changes: 1 addition & 1 deletion dashboards/controller-manager.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ local singlestat = grafana.singlestat;
value: $._config.datasourceName,
},
hide: 0,
label: 'Data Source',
label: 'Data source',
name: 'datasource',
options: [],
query: 'prometheus',
Expand Down
2 changes: 1 addition & 1 deletion dashboards/kubelet.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ local statPanel = grafana.statPanel;
value: $._config.datasourceName,
},
hide: 0,
label: 'Data Source',
label: 'Data source',
name: 'datasource',
options: [],
query: 'prometheus',
Expand Down
2 changes: 1 addition & 1 deletion dashboards/network-usage/cluster-total.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ local annotation = grafana.annotation;
value: $._config.datasourceName,
},
hide: 0,
label: 'Data Source',
label: 'Data source',
name: 'datasource',
options: [],
query: 'prometheus',
Expand Down
2 changes: 1 addition & 1 deletion dashboards/network-usage/namespace-by-pod.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ local singlestat = grafana.singlestat;
value: $._config.datasourceName,
},
hide: 0,
label: 'Data Source',
label: 'Data source',
name: 'datasource',
options: [],
query: 'prometheus',
Expand Down
2 changes: 1 addition & 1 deletion dashboards/network-usage/namespace-by-workload.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ local annotation = grafana.annotation;
value: $._config.datasourceName,
},
hide: 0,
label: 'Data Source',
label: 'Data source',
name: 'datasource',
options: [],
query: 'prometheus',
Expand Down
2 changes: 1 addition & 1 deletion dashboards/network-usage/pod-total.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ local singlestat = grafana.singlestat;
value: $._config.datasourceName,
},
hide: 0,
label: 'Data Source',
label: 'Data source',
name: 'datasource',
options: [],
query: 'prometheus',
Expand Down
2 changes: 1 addition & 1 deletion dashboards/network-usage/workload-total.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ local annotation = grafana.annotation;
value: $._config.datasourceName,
},
hide: 0,
label: 'Data Source',
label: 'Data source',
name: 'datasource',
options: [],
query: 'prometheus',
Expand Down
2 changes: 1 addition & 1 deletion dashboards/persistentvolumesusage.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ local gauge = promgrafonnet.gauge;
value: $._config.datasourceName,
},
hide: 0,
label: 'Data Source',
label: 'Data source',
name: 'datasource',
options: [],
query: 'prometheus',
Expand Down
2 changes: 1 addition & 1 deletion dashboards/proxy.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ local singlestat = grafana.singlestat;
value: $._config.datasourceName,
},
hide: 0,
label: 'Data Source',
label: 'Data source',
name: 'datasource',
options: [],
query: 'prometheus',
Expand Down
2 changes: 1 addition & 1 deletion dashboards/scheduler.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ local singlestat = grafana.singlestat;
value: $._config.datasourceName,
},
hide: 0,
label: 'Data Source',
label: 'Data source',
name: 'datasource',
options: [],
query: 'prometheus',
Expand Down
Loading

0 comments on commit 0fbb632

Please sign in to comment.