You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title="Allows you to download the generated log file after pausing the Profiler"
85
-
content="Profiler log is saved to a file on your local machine with no size limitation.
86
-
The temporary log file will be automatically rewritten when the Profiler is reset."
87
-
data-testid="save-log-tooltip"
88
-
>
89
-
<SwitchInput
90
-
title="Save Log"
91
-
checked={saveLogValue}
92
-
onCheckedChange={setSaveLogValue}
93
-
data-testid="save-log-switch"
94
-
/>
95
-
</RiTooltip>
96
-
</div>
97
-
</div>
84
+
Start Profiler
85
+
</PrimaryButton>
86
+
</RiTooltip>
87
+
</div>
88
+
89
+
<divdata-testid="save-log-container">
90
+
<RiTooltip
91
+
title="Allows you to download the generated log file after pausing the Profiler."
92
+
content="Profiler log is saved to a file on your local machine with no size limitation. The temporary log file will be automatically rewritten when the Profiler is reset."
93
+
data-testid="save-log-tooltip"
94
+
>
95
+
<SwitchInput
96
+
title="Save Log"
97
+
checked={saveLogValue}
98
+
onCheckedChange={setSaveLogValue}
99
+
data-testid="save-log-switch"
100
+
/>
101
+
</RiTooltip>
102
+
</div>
103
+
104
+
<Banner
105
+
variant="attention"
106
+
showIcon
107
+
data-testid="monitor-warning-message"
108
+
message="Running Profiler will decrease throughput, avoid running it in production databases."
0 commit comments