File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
dashboard/new-dashboard/src/components/toolbox Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 2020 :measure =" restartFromBccMetrics"
2121 :projects =" ['GW: restart from BCC']"
2222 />
23+ <GroupProjectsChart
24+ label =" GW: restart from SE action"
25+ :measure =" restartFromSeActionMetrics"
26+ :projects =" ['GW: restart from SE action']"
27+ />
2328 </section >
2429 </DashboardPage >
2530</template >
@@ -50,4 +55,11 @@ const restartFromBccMetrics = [
5055 " gw.restart.bcc.from.host.first.metric.to.connection.established" ,
5156 " gw.restart.bcc.from.connection.established.to.editors.opened" ,
5257]
58+
59+ const restartFromSeActionMetrics = [
60+ " gw.restart.se.from.restart.clicked.to.editors.opened" ,
61+ " gw.restart.se.from.restart.clicked.to.host.first.metric" ,
62+ " gw.restart.se.from.host.first.metric.to.connection.established" ,
63+ " gw.restart.se.from.connection.established.to.editors.opened" ,
64+ ]
5365 </script >
You can’t perform that action at this time.
0 commit comments