Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3cb0b13

Browse files
committed
fix(classic-runtime-monitoring): document build metrics limitations
1 parent9bfb50b commit3cb0b13

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

‎_docs/installation/runner/classic-runtime-monitoring.md‎

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,9 @@ The metric is always emitted for every build step phase.
193193

194194
####`codefresh.classic.build.step.cpu.time`
195195

196-
The metric is always emitted for every build step, unless the step was too short to collect Docker metrics.
196+
The metric is emitted for every build step, unless the step was too short to collect Docker metrics.
197+
198+
Emitted for Linux builds only. Not emitted if`dind` component is rootless.
197199

198200
For steps of type`build` that are not using`buildx` with`docker-container` driver, this metric may be underreported.
199201

@@ -212,7 +214,9 @@ For steps of type `build` that are not using `buildx` with `docker-container` dr
212214
213215
#### `codefresh.classic.build.step.cpu.periods`
214216
215-
The metric is always emitted for every build step, unless the step was too short to collect Docker metrics.
217+
The metric is emitted for every build step, unless the step was too short to collect Docker metrics.
218+
219+
Emitted for Linux builds only. Not emitted if `dind` component is rootless.
216220
217221
For steps of type `build` that are not using `buildx` with `docker-container` driver, this metric may be underreported.
218222
@@ -229,7 +233,9 @@ For steps of type `build` that are not using `buildx` with `docker-container` dr
229233
230234
#### `codefresh.classic.build.step.cpu.throttled.periods`
231235
232-
The metric is always emitted for every build step, unless the step was too short to collect Docker metrics.
236+
The metric is emitted for every build step, unless the step was too short to collect Docker metrics.
237+
238+
Emitted for Linux builds only. Not emitted if `dind` component is rootless.
233239
234240
For steps of type `build` that are not using `buildx` with `docker-container` driver, this metric may be underreported.
235241
@@ -246,7 +252,9 @@ For steps of type `build` that are not using `buildx` with `docker-container` dr
246252
247253
#### `codefresh.classic.build.step.cpu.throttled.time`
248254
249-
The metric is always emitted for every build step, unless the step was too short to collect Docker metrics.
255+
The metric is emitted for every build step, unless the step was too short to collect Docker metrics.
256+
257+
Emitted for Linux builds only. Not emitted if `dind` component is rootless.
250258
251259
For steps of type `build` that are not using `buildx` with `docker-container` driver, this metric may be underreported.
252260
@@ -265,7 +273,9 @@ For steps of type `build` that are not using `buildx` with `docker-container` dr
265273

266274
####`codefresh.classic.build.step.memory.usage`
267275

268-
The metric is always emitted for every build step, unless the step was too short to collect Docker metrics.
276+
The metric is emitted for every build step, unless the step was too short to collect Docker metrics.
277+
278+
Emitted for Linux builds only. Not emitted if`dind` component is rootless.
269279

270280
For steps of type`build` that are not using`buildx` with`docker-container` driver, this metric may be underreported.
271281

@@ -282,7 +292,9 @@ For steps of type `build` that are not using `buildx` with `docker-container` dr
282292

283293
####`codefresh.classic.build.step.memory.working_set`
284294

285-
The metric is always emitted for every build step, unless the step was too short to collect Docker metrics.
295+
The metric is emitted for every build step, unless the step was too short to collect Docker metrics.
296+
297+
Emitted for Linux builds only. Not emitted if`dind` component is rootless.
286298

287299
For steps of type`build` that are not using`buildx` with`docker-container` driver, this metric may be underreported.
288300

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp