aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_support_instrumentation.md
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-10-30 09:01:18 -0700
committerZachary Scott <e@zzak.io>2014-10-30 09:01:18 -0700
commitd20f7b043a537b57ff4a7911f65de2fb7b7aea7d (patch)
tree3799e1140349c4da5b3d9bb6b58b16c906e6196c /guides/source/active_support_instrumentation.md
parent461b1c3f8036350b29449d4b16d0f6e5e890ca11 (diff)
downloadrails-d20f7b043a537b57ff4a7911f65de2fb7b7aea7d.tar.gz
rails-d20f7b043a537b57ff4a7911f65de2fb7b7aea7d.tar.bz2
rails-d20f7b043a537b57ff4a7911f65de2fb7b7aea7d.zip
Add status code to AS::Instrumentation table, like #17441 [ci skip]
Diffstat (limited to 'guides/source/active_support_instrumentation.md')
-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 3d9c45a3de..83f3645b31 100644
--- a/guides/source/active_support_instrumentation.md
+++ b/guides/source/active_support_instrumentation.md
@@ -135,6 +135,7 @@ Action Controller
| `:format` | html/js/json/xml etc |
| `:method` | HTTP request verb |
| `:path` | Request path |
+| `:status` | HTTP status code |
| `:view_runtime` | Amount spent in view in ms |
| `:db_runtime` | Amount spent executing database queries in ms |