We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tracing
1 parent 65dec94 commit 8fbce95Copy full SHA for 8fbce95
install/installer/pkg/config/v1/experimental/experimental.go
@@ -99,6 +99,7 @@ type WebAppConfig struct {
99
Server *ServerConfig `json:"server,omitempty"`
100
ProxyConfig *ProxyConfig `json:"proxy,omitempty"`
101
WorkspaceManagerBridge *WsManagerBridgeConfig `json:"wsManagerBridge,omitempty"`
102
+ Tracing *Tracing `json:"tracing,omitempty"`
103
UsePodAntiAffinity bool `json:"usePodAntiAffinity"`
104
DisableMigration bool `json:"disableMigration"`
105
}
0 commit comments