Skip to content

Commit

Permalink
feat(api): support recording slow query log
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyBoy-WYH committed Oct 16, 2023
1 parent e1e5777 commit 7a7bd88
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ public class SlowQueryLog {

public String path;



public SlowQueryLog(Long executeTime, Long startTime, String rawQuery, String method, Long threshold,
String path) {
this.executeTime = executeTime;
Expand Down

0 comments on commit 7a7bd88

Please sign in to comment.