Skip to content

Commit

Permalink
feat: remove enable_realtime_stats flag since it is removed
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 committed Jan 25, 2023
1 parent bfad577 commit c646c39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/operator/vtctld/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,7 @@ func (spec *Spec) flags() vitess.Flags {
"topo_global_server_address": spec.GlobalLockserver.Address,
"topo_global_root": spec.GlobalLockserver.RootPath,

"logtostderr": true,
"enable_realtime_stats": true,
"logtostderr": true,
}
if spec.BackupLocation == nil {
return flags
Expand Down

0 comments on commit c646c39

Please sign in to comment.