From 568c057e80b5a5c33baca6b27ce6ebf356b42777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Strza=C5=82kowski?= Date: Thu, 30 Oct 2014 16:55:39 +0100 Subject: Add :db_runtime to table [ci skip] It was missing from table, but is present in sample hash below --- guides/source/active_support_instrumentation.md | 1 + 1 file changed, 1 insertion(+) (limited to 'guides') 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 { -- cgit v1.2.3