-
Notifications
You must be signed in to change notification settings - Fork 204
Sql insight api #3089
New issue
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
base: main
Are you sure you want to change the base?
Sql insight api #3089
Conversation
PR Code Suggestions ✨Latest suggestions up to dda2b43
Previous suggestionsSuggestions
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Data *SqlPerformanceInsights `json:"data"` | ||
} | ||
|
||
type SqlPerformanceInsights struct { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
给结构体的字段加下注释吧,不太好看懂字段的含义
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
PR Code Suggestions ✨No code suggestions found for the PR. |
User description
关联的 issue
https://github.com/actiontech/sqle-ee/issues/2450
描述你的变更
新增性能洞察功能相关接口定义
确认项(pr提交后操作)
Tip
请在指定复审人之前,确认并完成以下事项,完成后✅
not_compatible
need_update_doc
Description
新增 SQL 性能洞察 API 接口
新增相关 SQL 与事务关联接口
更新 Swagger 文档和接口说明
扩展数据结构和错误返回处理
Diagram Walkthrough
File Walkthrough