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
1、4.x 物理备份恢复是租户级别的,目前obdiag收集了所有租户,希望能根据指定的租户进行收集。 2、针对用户的环境里租户特别多,当前收集所有租户,部分sql中使用了 limit 20,导致收集的信息里没有要看的租户信息。 3、部分sql查询后带order by 默认是升序,关注的是最近时间的记录,limit 20后导致收集后的结果没有需要的时间对应的信息,查询的sql里需要按照时间降序。
The text was updated successfully, but these errors were encountered:
obdiag 2.6.0 已支持按照租户收集,同时去除了 Limit 20的限制
Sorry, something went wrong.
Teingi
No branches or pull requests
Description
1、4.x 物理备份恢复是租户级别的,目前obdiag收集了所有租户,希望能根据指定的租户进行收集。
2、针对用户的环境里租户特别多,当前收集所有租户,部分sql中使用了 limit 20,导致收集的信息里没有要看的租户信息。
3、部分sql查询后带order by 默认是升序,关注的是最近时间的记录,limit 20后导致收集后的结果没有需要的时间对应的信息,查询的sql里需要按照时间降序。
The text was updated successfully, but these errors were encountered: