Skip to content

Commit 12dab52

Browse files
chore: run jsonnetfmt on all files
1 parent 4e836ba commit 12dab52

21 files changed

+21
-21
lines changed

src/dashboards/redis/preview/pcp-redis-metric-preview-graph.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ grafana.dashboard.new(
4444
h: 20,
4545
}
4646
) + {
47-
revision: 2
47+
revision: 2,
4848
}

src/dashboards/redis/preview/pcp-redis-metric-preview-table.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ grafana.dashboard.new(
4646
h: 20,
4747
}
4848
) + {
49-
revision: 2
49+
revision: 2,
5050
}

src/dashboards/vector/checklist/pcp-vector-checklist-cpu-sys.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ checklist.dashboard.new(node)
3333
h: 9,
3434
},
3535
) + {
36-
revision: 2
36+
revision: 2,
3737
}

src/dashboards/vector/checklist/pcp-vector-checklist-cpu-user.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ checklist.dashboard.new(node)
3333
h: 9,
3434
},
3535
) + {
36-
revision: 2
36+
revision: 2,
3737
}

src/dashboards/vector/checklist/pcp-vector-checklist-cpu.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ checklist.dashboard.new(node)
108108
h: 9,
109109
},
110110
) + {
111-
revision: 2
111+
revision: 2,
112112
}

src/dashboards/vector/checklist/pcp-vector-checklist-memory-swap.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ checklist.dashboard.new(node)
7777
h: 9,
7878
},
7979
) + {
80-
revision: 2
80+
revision: 2,
8181
}

src/dashboards/vector/checklist/pcp-vector-checklist-memory.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,5 @@ checklist.dashboard.new(node)
152152
h: 9,
153153
},
154154
) + {
155-
revision: 2
155+
revision: 2,
156156
}

src/dashboards/vector/checklist/pcp-vector-checklist-network-rx.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@ checklist.dashboard.new(node)
132132
h: 9,
133133
},
134134
) + {
135-
revision: 2
135+
revision: 2,
136136
}

src/dashboards/vector/checklist/pcp-vector-checklist-network-tx.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ checklist.dashboard.new(node)
7070
h: 9,
7171
},
7272
) + {
73-
revision: 2
73+
revision: 2,
7474
}

src/dashboards/vector/checklist/pcp-vector-checklist-network.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ checklist.dashboard.new(node)
8989
h: 9,
9090
},
9191
) + {
92-
revision: 2
92+
revision: 2,
9393
}

0 commit comments

Comments
 (0)