File tree 2 files changed +7
-4
lines changed
pages/TemplatePage/TemplateInsightsPage
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -105,9 +105,12 @@ export const DAUTitle = () => {
105
105
< Box sx = { { display : "flex" , alignItems : "center" , gap : 1 } } >
106
106
Daily Active Users
107
107
< HelpTooltip size = "small" >
108
- < HelpTooltipTitle > How do we calculate DAUs?</ HelpTooltipTitle >
108
+ < HelpTooltipTitle >
109
+ How do we calculate daily active users?
110
+ </ HelpTooltipTitle >
109
111
< HelpTooltipText >
110
- We use all workspace connection traffic to calculate DAUs.
112
+ When a connection is initiated to a user{ "'" } s workspace they are
113
+ considered a daily active user. e.g. apps, web terminal, SSH
111
114
</ HelpTooltipText >
112
115
</ HelpTooltip >
113
116
</ Box >
Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ const UserLatencyPanel = ({
120
120
< PanelTitle sx = { { display : "flex" , alignItems : "center" , gap : 1 } } >
121
121
Latency by user
122
122
< HelpTooltip size = "small" >
123
- < HelpTooltipTitle > How do we calculate latency?</ HelpTooltipTitle >
123
+ < HelpTooltipTitle > How is latency calculated ?</ HelpTooltipTitle >
124
124
< HelpTooltipText >
125
- The average latency of user connections to workspaces.
125
+ The median round trip time of user connections to workspaces.
126
126
</ HelpTooltipText >
127
127
</ HelpTooltip >
128
128
</ PanelTitle >
You can’t perform that action at this time.
0 commit comments