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/installation/runner/classic-runtime-monitoring.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,8 @@ The metric is always emitted for every build step.
124
124
| Attribute| Type| Description| Examples|
125
125
| ---------| ----| -----------| --------|
126
126
|**`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`|
128
129
|**`cf.classic.build.step.version`**| string| The version of the step.|`1.0.0`;`latest`|
129
130
|**`cf.classic.build.step.phase`**| string enum| The phase of the build step.|`preparing`\|`running`\|`finalizing`\|`failed`\|`succeeded`\|`terminated`\|`finished`|