diff options
author | Yoshiyuki Hirano <yhirano@me.com> | 2017-12-12 03:16:59 +0900 |
---|---|---|
committer | Yoshiyuki Hirano <yhirano@me.com> | 2017-12-12 04:17:14 +0900 |
commit | 19e9e1492e22fde731bf41276fbd2c7c54e51f7a (patch) | |
tree | a975f992e7263ef2b39c67b5d3c9cabc58fb46e5 /guides | |
parent | 4edce566ad13d54c86637caf56750df0d6dc7b1a (diff) | |
download | rails-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.md | 7 |
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 | |