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

Commit47bc215

Browse files
committed
fix(engine-metrics): fix step types for internal steps
1 parent51a7175 commit47bc215

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ The metric is always emitted for every build step.
124124
| Attribute| Type| Description| Examples|
125125
| ---------| ----| -----------| --------|
126126
|**`cf.classic.build.step.name`**| string| The name of the step as defined in the pipeline YAML. Unique per build.|`my-clone`|
127-
|**`cf.classic.build.step.type`**| string| The type of the step.|`cf-internal` (for internal steps);`freestyle`;`build`|
127+
|**`cf.classic.build.step.type`**| string enum (for internal steps)| The type of the step.|`_internal:pre-step`\|`_internal:post-step`\|`_internal:init`|
128+
|**`cf.classic.build.step.type`**| string| The type of the step.|`freestyle`;`build`|
128129
|**`cf.classic.build.step.version`**| string| The version of the step.|`1.0.0`;`latest`|
129130
|**`cf.classic.build.step.phase`**| string enum| The phase of the build step.|`preparing`\|`running`\|`finalizing`\|`failed`\|`succeeded`\|`terminated`\|`finished`|
130131

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp