We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a5238 commit 0009f2eCopy full SHA for 0009f2e
src/routes/team/[team]/[env]/app/[app]/utilization/+page.svelte
@@ -182,8 +182,12 @@
182
<BodyLong>
183
These graphs show your application's CPU and memory usage.
184
<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>
+ <li>
+ <strong>Requests</strong> (grey line): The minimum CPU or memory guaranteed to your app.
187
+ </li>
188
189
+ <strong>Limits</strong> (red line, if present): The maximum CPU or memory your app can use.
190
191
<li>
192
Shaded Areas: The actual resource consumption over time for each running instance of your
193
app.
0 commit comments