newrelic_aws 0.0.3 → 0.0.4
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.
- data/README.md +6 -1
- data/lib/newrelic_aws/version.rb +1 -1
- metadata +47 -58
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# NewRelic for Ruby AWS-SDK
|
|
2
2
|
|
|
3
3
|
Unofficial [NewRelic](http://newrelic.com/) instrumentation for the [official AWS SDK](http://aws.amazon.com/sdkforruby/).
|
|
4
4
|
|
|
@@ -19,6 +19,11 @@ Or install it yourself with:
|
|
|
19
19
|
|
|
20
20
|
$ gem install newrelic_aws
|
|
21
21
|
|
|
22
|
+
If you're having trouble with NewRelic attepmting to instrument the old `AWS::S3` [gem](https://github.com/marcel/aws-s3)
|
|
23
|
+
(the one not created by Amazon that is mostly unmaintained) you may want to add `disable_aws-s3: true` to your `newrelic.yml`
|
|
24
|
+
configuration. NewRelic has this intrumentation built-in, and it may complain since Amazon's SDK uses the same namespace but
|
|
25
|
+
a different class structure.
|
|
26
|
+
|
|
22
27
|
## Contributing
|
|
23
28
|
|
|
24
29
|
1. Fork it
|
data/lib/newrelic_aws/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,80 +1,69 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: newrelic_aws
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
- 0
|
|
7
|
-
- 0
|
|
8
|
-
- 3
|
|
9
|
-
version: 0.0.3
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.4
|
|
5
|
+
prerelease:
|
|
10
6
|
platform: ruby
|
|
11
|
-
authors:
|
|
7
|
+
authors:
|
|
12
8
|
- Kyle VanderBeek
|
|
13
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
14
10
|
bindir: bin
|
|
15
11
|
cert_chain: []
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
dependencies:
|
|
20
|
-
- !ruby/object:Gem::Dependency
|
|
12
|
+
date: 2013-10-19 00:00:00.000000000 Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
21
15
|
name: newrelic_rpm
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
16
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
17
|
+
requirements:
|
|
18
|
+
- - ! '>='
|
|
19
|
+
- !ruby/object:Gem::Version
|
|
20
|
+
version: 3.5.0
|
|
21
|
+
none: false
|
|
22
|
+
requirement: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ! '>='
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
31
26
|
version: 3.5.0
|
|
27
|
+
none: false
|
|
28
|
+
prerelease: false
|
|
32
29
|
type: :runtime
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
email:
|
|
30
|
+
description: This gem has been renamed newrelic-aws
|
|
31
|
+
email:
|
|
36
32
|
- kyle@change.org
|
|
37
33
|
executables: []
|
|
38
|
-
|
|
39
34
|
extensions: []
|
|
40
|
-
|
|
41
35
|
extra_rdoc_files: []
|
|
42
|
-
|
|
43
|
-
|
|
36
|
+
files:
|
|
37
|
+
- lib/newrelic_aws.rb
|
|
44
38
|
- lib/newrelic_aws/instrumentation.rb
|
|
45
39
|
- lib/newrelic_aws/version.rb
|
|
46
|
-
- lib/newrelic_aws.rb
|
|
47
40
|
- LICENSE
|
|
48
41
|
- README.md
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
licenses:
|
|
42
|
+
homepage: http://github.com/change/newrelic-aws
|
|
43
|
+
licenses:
|
|
52
44
|
- MIT
|
|
53
|
-
post_install_message:
|
|
45
|
+
post_install_message:
|
|
54
46
|
rdoc_options: []
|
|
55
|
-
|
|
56
|
-
require_paths:
|
|
47
|
+
require_paths:
|
|
57
48
|
- lib
|
|
58
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
59
|
-
requirements:
|
|
60
|
-
- -
|
|
61
|
-
- !ruby/object:Gem::Version
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
66
|
-
requirements:
|
|
67
|
-
- -
|
|
68
|
-
- !ruby/object:Gem::Version
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
49
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
50
|
+
requirements:
|
|
51
|
+
- - ! '>='
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: !binary |-
|
|
54
|
+
MA==
|
|
55
|
+
none: false
|
|
56
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
57
|
+
requirements:
|
|
58
|
+
- - ! '>='
|
|
59
|
+
- !ruby/object:Gem::Version
|
|
60
|
+
version: !binary |-
|
|
61
|
+
MA==
|
|
62
|
+
none: false
|
|
72
63
|
requirements: []
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
signing_key:
|
|
64
|
+
rubyforge_project:
|
|
65
|
+
rubygems_version: 1.8.24
|
|
66
|
+
signing_key:
|
|
77
67
|
specification_version: 3
|
|
78
|
-
summary:
|
|
68
|
+
summary: This gem has been renamed newrelic-aws
|
|
79
69
|
test_files: []
|
|
80
|
-
|