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
Currently HAPROXY_STAT_MAX_SERVICES is hardcoded at 100. This is fine for most use cases but I've got a few HAProxy instances with >100 backend services, so with this setting as-is hatop is very limited. To work around this I've manually edited the binary to support 500 services, and in my experience the performance and functionality remains the same (or perhaps a little slower on the larger instances, but still usable).
I'd like to suggest either including this as an optional flag to the command-line, or perhaps just increasing it to a larger number like 500.
The text was updated successfully, but these errors were encountered:
Having heard nothing from @feurix for quite a while now, I've gone ahead and forked this over at https://github.com/jhunt/hatop, where I intend to continue maintenance for the foreseeable future.
Currently HAPROXY_STAT_MAX_SERVICES is hardcoded at 100. This is fine for most use cases but I've got a few HAProxy instances with >100 backend services, so with this setting as-is hatop is very limited. To work around this I've manually edited the binary to support 500 services, and in my experience the performance and functionality remains the same (or perhaps a little slower on the larger instances, but still usable).
I'd like to suggest either including this as an optional flag to the command-line, or perhaps just increasing it to a larger number like 500.
The text was updated successfully, but these errors were encountered: