aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Claghorn <george.claghorn@gmail.com>2017-12-11 14:20:58 -0500
committerGitHub <noreply@github.com>2017-12-11 14:20:58 -0500
commit9965b98dc0d58a86e10b4343bb6e15e01661a8c3 (patch)
tree06ffb958f0b05cfd972a0240b66dbfed8502e11c
parenta80f81af055f02bf4625c90470aa90441cf6fc24 (diff)
parent19e9e1492e22fde731bf41276fbd2c7c54e51f7a (diff)
downloadrails-9965b98dc0d58a86e10b4343bb6e15e01661a8c3.tar.gz
rails-9965b98dc0d58a86e10b4343bb6e15e01661a8c3.tar.bz2
rails-9965b98dc0d58a86e10b4343bb6e15e01661a8c3.zip
Merge pull request #31401 from yhirano55/update_instrumentation_guide_for_active_storage_service
[ci skip] Update instrumentation guide for ActiveStorage
-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 |