File tree 1 file changed +2
-0
lines changed
components/server/src/workspace
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ import { ExtendedUser } from "@gitpod/ws-manager/lib/constraints";
114
114
import {
115
115
FailedInstanceStartReason ,
116
116
increaseFailedInstanceStartCounter ,
117
+ increaseImageBuildsStartedTotal ,
117
118
increaseSuccessfulInstanceStartCounter ,
118
119
} from "../prometheus-metrics" ;
119
120
import { ContextParser } from "./context-parser-service" ;
@@ -1205,6 +1206,7 @@ export class WorkspaceStarter {
1205
1206
const span = TraceContext . startSpan ( "buildWorkspaceImage" , ctx ) ;
1206
1207
1207
1208
try {
1209
+ increaseImageBuildsStartedTotal ( ) ;
1208
1210
// Start build...
1209
1211
const client = await this . getImageBuilderClient ( user , workspace , instance ) ;
1210
1212
const { src, auth, disposable } = await this . prepareBuildRequest (
You can’t perform that action at this time.
0 commit comments