aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2014-10-30 16:55:39 +0100
committerZachary Scott <e@zzak.io>2014-10-30 08:59:49 -0700
commit568c057e80b5a5c33baca6b27ce6ebf356b42777 (patch)
tree2a3800f2d0bd8695a596550c034818e357cebaf0 /guides
parentb6a025551910621ef8e86aba88a09161ed0a6fd3 (diff)
downloadrails-568c057e80b5a5c33baca6b27ce6ebf356b42777.tar.gz
rails-568c057e80b5a5c33baca6b27ce6ebf356b42777.tar.bz2
rails-568c057e80b5a5c33baca6b27ce6ebf356b42777.zip
Add :db_runtime to table [ci skip]
It was missing from table, but is present in sample hash below
Diffstat (limited to 'guides')
-rw-r--r--guides/source/active_support_instrumentation.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md
index 7033947468..3d9c45a3de 100644
--- a/guides/source/active_support_instrumentation.md
+++ b/guides/source/active_support_instrumentation.md
@@ -136,6 +136,7 @@ Action Controller
| `:method` | HTTP request verb |
| `:path` | Request path |
| `:view_runtime` | Amount spent in view in ms |
+| `:db_runtime` | Amount spent executing database queries in ms |
```ruby
{