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
Copy file name to clipboardExpand all lines: _docs/configure-ci-cd-pipeline/monitoring-pipelines.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -330,11 +330,12 @@ caption="Metrics for running pipeline"
330
330
max-width="95%"
331
331
%}
332
332
333
-
* To view memory and disk usage for running and completedpipelines, click the**Metrics** tab at the bottom of the Build page.
333
+
* To view memory and disk usage for running and completedpipeline builds, click the**Metrics** tab at the bottom of the Build page.
334
334
335
-
* Memory usage: View build memory usage (Y-axis) for the duration of the build run (X-axis).
336
-
* Disk usage: View disk usage (Y-axis) for the duration of the build (X-axis). The red line is set at 90% of the maximum disk space. To see the precise usage at different points in time, mouse over the dots.
337
-
Viewing the disk usage for builds, allows you to more accurately define the[minimum disk space for the build volume]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/#runtime).
335
+
* Memory usage: View memory usage (Y-axis) by time (X-axis) for the duration of the build.
336
+
* Disk usage: View disk usage (Y-axis) by time (X-axis) for the duration of the build. The red line is set at 90% of the maximum disk space.
337
+
To see the precise usage at different points in time, mouse over the dots.
338
+
Viewing the actual disk usage for a build during its run allows you to better gauge and set the[minimum disk space for the build volume]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/#runtime), and retain more space for caching purposes.