aws-xray 0.35.0 → 0.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/aws/xray/hooks/all.rb +1 -1
- data/lib/aws/xray/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7d33dc115b581d7db9a5efd5c51f8cbf19eebf1
|
|
4
|
+
data.tar.gz: 282a4613a3d206cabdce7e3f985d4d42933374c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9aaa26eafd03a2c458eec0bd430d7bd05e2415ac16dff7e74efa676ddb6c23b8dcd508c6ece1f1919eddf61c317125b00738c946770f958e420df7e1781f9c0
|
|
7
|
+
data.tar.gz: 0d34aa35bb3a6c9adda2859fee7d386c122e13d195f0f72913a74c97958b2ab99e54d2e7086af69c11affa259450b6faa84715e89de66a88d320db3f317a5c2e
|
data/README.md
CHANGED
|
@@ -196,6 +196,8 @@ You can enable all the hooks with:
|
|
|
196
196
|
gem 'aws-xray', require: 'aws/xray/hooks/all'
|
|
197
197
|
```
|
|
198
198
|
|
|
199
|
+
NOTE: activerecord hook won't be enabled by this because the hook may produce lots of trace records.
|
|
200
|
+
|
|
199
201
|
#### net/http hook
|
|
200
202
|
To monkey patch net/http and records out-going http requests automatically, just require `aws/xray/hooks/net_http`:
|
|
201
203
|
|
data/lib/aws/xray/hooks/all.rb
CHANGED
data/lib/aws/xray/version.rb
CHANGED