mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
dashboards: reflect dashboard rename in copy script
This is a follow-up for ff33e60a3d
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
0e5e502b3c
commit
b25ef138ce
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ dashboard-copy:
|
|||
# Copies listed dashboards to vm/* but changes the datasource type from Prometheus to VictoriaMetrics.
|
||||
# The command should be called before commiting changes to dashboards/* files.
|
||||
dashboards-sync:
|
||||
SRC=victoriametrics.json D_UID=wNf0q_kZk TITLE="VictoriaMetrics" $(MAKE) dashboard-copy
|
||||
SRC=victoriametrics.json D_UID=wNf0q_kZk TITLE="VictoriaMetrics - single-node" $(MAKE) dashboard-copy
|
||||
SRC=victoriametrics-cluster.json D_UID=oS7Bi_0Wz TITLE="VictoriaMetrics - cluster" $(MAKE) dashboard-copy
|
||||
SRC=vmagent.json D_UID=G7Z9GzMGz TITLE="VictoriaMetrics - vmagent" $(MAKE) dashboard-copy
|
||||
SRC=vmalert.json D_UID=LzldHAVnz TITLE="VictoriaMetrics - vmalert" $(MAKE) dashboard-copy
|
||||
|
|
|
@ -5581,7 +5581,7 @@
|
|||
]
|
||||
},
|
||||
"timezone": "",
|
||||
"title": "VictoriaMetrics - single-node",
|
||||
"title": "VictoriaMetrics - single-node (VM)",
|
||||
"uid": "wNf0q_kZk_vm",
|
||||
"version": 1,
|
||||
"weekStart": ""
|
||||
|
|
Loading…
Reference in a new issue