Skip to content

Commit

Permalink
Merge pull request bitpoke#366 from planetscale/remove-enable_realtim…
Browse files Browse the repository at this point in the history
…e_stats

Remove enable_realtime_stats flag since it is removed
  • Loading branch information
frouioui authored Jan 25, 2023
2 parents bfad577 + c646c39 commit 8332bdf
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 8332bdf

Please sign in to comment.