We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用场景:当成7层LB替代Nginx使用 目前问题:所有upstream上游都配置了主动检查(tcp检测),但是通过GET v1/healthcheck 只返回了其中一组upstream状态信息。 需求:想要类似于Nginx的check_status页面,实时查看所有upstream的状态。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用场景:当成7层LB替代Nginx使用
目前问题:所有upstream上游都配置了主动检查(tcp检测),但是通过GET v1/healthcheck 只返回了其中一组upstream状态信息。
需求:想要类似于Nginx的check_status页面,实时查看所有upstream的状态。
The text was updated successfully, but these errors were encountered: