Skip to content

Commit e6f6c92

Browse files
zaz600Dmitrii Denisov
andauthored
Add "GW: restart from SE action" metrics to Deploy Metrics Dashboard (#272)
Co-authored-by: Dmitrii Denisov <[email protected]>
1 parent df912fd commit e6f6c92

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dashboard/new-dashboard/src/components/toolbox/GwDeployMetricsDashboard.vue

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
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>

0 commit comments

Comments
 (0)