forked from yabeda-rb/yabeda-rails
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We do not need it as we rely on our tracing to troubleshoot slow DB calls which is likely to be more useful than a single metric aggregating all db calls together per request
- Loading branch information
1 parent
4a53d07
commit 0f3e537
Showing
3 changed files
with
0 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,6 @@ def duration | |
ms2s super | ||
end | ||
|
||
def db_runtime | ||
ms2s payload[:db_runtime] | ||
end | ||
|
||
private | ||
|
||
def controller | ||
|