Skip to content

Commit f82baf1

Browse files
committed
[ws-manager-api] Generate grpc for psi
1 parent c1074b9 commit f82baf1

File tree

4 files changed

+91
-81
lines changed

4 files changed

+91
-81
lines changed

components/ws-manager-api/core.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,9 @@ enum WorkspaceFeatureFlag {
620620

621621
// WORKSPACE_CONNECTION_LIMITING feature flag for enabling network connection rate limiting
622622
WORKSPACE_CONNECTION_LIMITING = 10;
623+
624+
// WORKSPACE_PSI feature flag for enabling pressure stall information for workspaces
625+
WORKSPACE_PSI = 11;
623626
}
624627

625628
// GitSpec configures the Git available within the workspace

components/ws-manager-api/go/core.pb.go

Lines changed: 85 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/ws-manager-api/typescript/src/core_pb.d.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/ws-manager-api/typescript/src/core_pb.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)