aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2019-03-20 05:09:16 +0000
committerbogdanvlviv <bogdanvlviv@gmail.com>2019-03-20 05:20:15 +0000
commitf8554e250c57de931280592aed25fa3ba42517c8 (patch)
tree40c0c2e085617f98f4f356eb98722a823d7567f2 /guides
parent7c6343078a566264ce6df6e531c9790ff2d2f432 (diff)
downloadrails-f8554e250c57de931280592aed25fa3ba42517c8.tar.gz
rails-f8554e250c57de931280592aed25fa3ba42517c8.tar.bz2
rails-f8554e250c57de931280592aed25fa3ba42517c8.zip
Add mention about `process_middleware.action_dispatch` in the guide [ci skip]
We added ActiveSupport::Notifications instrumentation of the processing of each middleware in the stack, See 04ae0b0b5e594e0bb99c5cd608921745977bcdcd.
Diffstat (limited to 'guides')
-rw-r--r--guides/source/active_support_instrumentation.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md
index c1c3832b79..89e0e3afa8 100644
--- a/guides/source/active_support_instrumentation.md
+++ b/guides/source/active_support_instrumentation.md
@@ -203,6 +203,15 @@ INFO. Additional keys may be added by the caller.
| ------- | ---------------- |
| `:keys` | Unpermitted keys |
+Action Dispatch
+---------------
+
+### process_middleware.action_dispatch
+
+| Key | Value |
+| ------------- | ---------------------- |
+| `:middleware` | Name of the middleware |
+
Action View
-----------
@@ -424,7 +433,7 @@ INFO. Cache stores may add their own keys
```
Active Job
---------
+----------
### enqueue_at.active_job