You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no way to configure embedded etcd's variables with sensu, however using external etcd would probably allow you to do so.
Possible Solution
Provide config arguments. #2641 solves a similar issue.
Steps to Reproduce (for bugs)
N/A
Context
This would allow us to empower operators to tune embedded etcd. Developers may need to better understand the implications of allowing operators to tune embedded etcd rather than using default (and suggested) values.
Your Environment
N/A
The text was updated successfully, but these errors were encountered:
I would also like to be able to tweak things like the heartbeat interval and election timeouts.
Some way to add additional configuration options to etcd would be great.
An operator may find it beneficial to configure embedded etcd's storage size
QuotaBackendBytes
and max request sizeMaxRequestBytes
.sensu-go/backend/etcd/etcd.go
Lines 161 to 162 in 66b0502
Related to #2641
Expected Behavior
The following command would configure embedded etcd's variables accordingly.
Current Behavior
There is no way to configure embedded etcd's variables with sensu, however using external etcd would probably allow you to do so.
Possible Solution
Provide config arguments. #2641 solves a similar issue.
Steps to Reproduce (for bugs)
N/A
Context
This would allow us to empower operators to tune embedded etcd. Developers may need to better understand the implications of allowing operators to tune embedded etcd rather than using default (and suggested) values.
Your Environment
N/A
The text was updated successfully, but these errors were encountered: