aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2017-12-12 03:16:59 +0900
committerYoshiyuki Hirano <yhirano@me.com>2017-12-12 04:17:14 +0900
commit19e9e1492e22fde731bf41276fbd2c7c54e51f7a (patch)
treea975f992e7263ef2b39c67b5d3c9cabc58fb46e5 /guides
parent4edce566ad13d54c86637caf56750df0d6dc7b1a (diff)
downloadrails-19e9e1492e22fde731bf41276fbd2c7c54e51f7a.tar.gz
rails-19e9e1492e22fde731bf41276fbd2c7c54e51f7a.tar.bz2
rails-19e9e1492e22fde731bf41276fbd2c7c54e51f7a.zip
[ci skip] Update instrumentation guide for ActiveStorage
* Added `service_delete_prefixed.active_storage`.
Diffstat (limited to 'guides')
-rw-r--r--guides/source/active_support_instrumentation.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md
index 25f78fd940..11c4a8222a 100644
--- a/guides/source/active_support_instrumentation.md
+++ b/guides/source/active_support_instrumentation.md
@@ -543,6 +543,13 @@ Active Storage
| `:key` | Secure token |
| `:service` | Name of the service |
+### service_delete_prefixed.active_storage
+
+| Key | Value |
+| ------------ | ------------------- |
+| `:prefix` | Key prefix |
+| `:service` | Name of the service |
+
### service_exist.active_storage
| Key | Value |