Skip to content

Commit 0009f2e

Browse files
committed
fix: improve clarity of CPU and memory usage descriptions in utilization page
1 parent 91a5238 commit 0009f2e

File tree

1 file changed

+6
-2
lines changed
  • src/routes/team/[team]/[env]/app/[app]/utilization

1 file changed

+6
-2
lines changed

src/routes/team/[team]/[env]/app/[app]/utilization/+page.svelte

+6-2
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,12 @@
182182
<BodyLong>
183183
These graphs show your application's CPU and memory usage.
184184
<ul>
185-
<li>Blue Line (Requests): The minimum CPU or memory guaranteed to your app.</li>
186-
<li>Red Line (Limits, if present): The maximum CPU or memory your app can use.</li>
185+
<li>
186+
<strong>Requests</strong> (grey line): The minimum CPU or memory guaranteed to your app.
187+
</li>
188+
<li>
189+
<strong>Limits</strong> (red line, if present): The maximum CPU or memory your app can use.
190+
</li>
187191
<li>
188192
Shaded Areas: The actual resource consumption over time for each running instance of your
189193
app.

0 commit comments

Comments
 (0)