From 79b74d2d38ffe22212bb7f5bf79775d424404889 Mon Sep 17 00:00:00 2001
From: "yuuji.yaginuma" <yuuji.yaginuma@gmail.com>
Date: Sun, 2 Aug 2015 08:47:21 +0900
Subject: add Active Job section to instrumentation guide [ci skip]

---
 guides/source/active_support_instrumentation.md | 32 +++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md
index e49abc41f4..484b081525 100644
--- a/guides/source/active_support_instrumentation.md
+++ b/guides/source/active_support_instrumentation.md
@@ -403,6 +403,38 @@ INFO. Cache stores may add their own keys
 }
 ```
 
+Active Job
+--------
+
+### enqueue_at.active_job
+
+| Key          | Value                           |
+| ------------ | ------------------------------- |
+| `:adapter`   | Object of specified adapter     |
+| `:job`       | Object of Active Job            |
+
+### enqueue.active_job
+
+| Key          | Value                           |
+| ------------ | ------------------------------- |
+| `:adapter`   | Object of specified adapter     |
+| `:job`       | Object of Active Job            |
+
+### perform_start.active_job
+
+| Key          | Value                           |
+| ------------ | ------------------------------- |
+| `:adapter`   | Object of specified adapter     |
+| `:job`       | Object of Active Job            |
+
+### perform.active_job
+
+| Key          | Value                           |
+| ------------ | ------------------------------- |
+| `:adapter`   | Object of specified adapter     |
+| `:job`       | Object of Active Job            |
+
+
 Railties
 --------
 
-- 
cgit v1.2.3