signalfx-mongodb-instrumentation 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6ea8a7e6871908002b3b3d916401b5742a09267967f791237bd3682e3b4a52b
4
- data.tar.gz: 8f2326a853db5919986f15dd20976fbf4fa24dc392260c2169e4197fa41669ae
3
+ metadata.gz: 3e4d06ed117b395d280c1347d5fbf4b9582ff3d0f54dc98529fa3529a49a7c5d
4
+ data.tar.gz: 2096153ff0840ca214625c03f847a6affea72cfa746fdeca270913e37f918f54
5
5
  SHA512:
6
- metadata.gz: edd0cc0b16277d30682586c93f09d65c944deb8bac836361d8498ac93eac87f3a975ba691adf510d042fd95c4b28e44a02fe43a89d1345779920d48aa3e85210
7
- data.tar.gz: 79c1b58dc72dc1ab6df2bf1ad60d5956e1384f1c7fc2846072433a3e117b83a27f335631cabb495b706d9282d2599454ace2c187ee008d8c3f8d537010135fa5
6
+ metadata.gz: 93181dbdd64fd3b18f15c1b3f7dd7138349f02533e8ac825e083336be12242c4c4a305a19b48c918afcd14fd3bb0fcb95b3ee7322b84763b8d74eaab976f4167
7
+ data.tar.gz: 140aef889e8bc3cfd2521dd9d7e9dfaa69441629af9095ebfd7bec5984d16f73d372315676a9d80e5dbcb6874473053ee0d86c2d4ecd89f801830f7d3665ea96
@@ -0,0 +1,50 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ signalfx-mongodb-instrumentation (0.1.1)
5
+ opentracing (~> 0.3)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ appraisal (2.3.0)
11
+ bundler
12
+ rake
13
+ thor (>= 0.14.0)
14
+ bson (4.11.1)
15
+ diff-lcs (1.4.4)
16
+ mongo (2.6.4)
17
+ bson (>= 4.3.0, < 5.0.0)
18
+ opentracing (0.5.0)
19
+ rake (10.5.0)
20
+ rspec (3.10.0)
21
+ rspec-core (~> 3.10.0)
22
+ rspec-expectations (~> 3.10.0)
23
+ rspec-mocks (~> 3.10.0)
24
+ rspec-core (3.10.0)
25
+ rspec-support (~> 3.10.0)
26
+ rspec-expectations (3.10.0)
27
+ diff-lcs (>= 1.2.0, < 2.0)
28
+ rspec-support (~> 3.10.0)
29
+ rspec-mocks (3.10.0)
30
+ diff-lcs (>= 1.2.0, < 2.0)
31
+ rspec-support (~> 3.10.0)
32
+ rspec-support (3.10.0)
33
+ signalfx_test_tracer (0.1.4)
34
+ opentracing
35
+ thor (1.0.1)
36
+
37
+ PLATFORMS
38
+ ruby
39
+
40
+ DEPENDENCIES
41
+ appraisal (~> 2.2)
42
+ bundler (~> 2.1)
43
+ mongo (~> 2.6.2)
44
+ rake (~> 10.0)
45
+ rspec (~> 3.0)
46
+ signalfx-mongodb-instrumentation!
47
+ signalfx_test_tracer (~> 0.1.3)
48
+
49
+ BUNDLED WITH
50
+ 2.1.4
data/README.md CHANGED
@@ -12,7 +12,7 @@ This gem provides auto-instrumentation for the MongoDB Ruby Driver by subscribin
12
12
  Add this line to your application's Gemfile:
13
13
 
14
14
  ```ruby
15
- gem 'mongodb-instrumentation'
15
+ gem 'signalfx-mongodb-instrumentation'
16
16
  ```
17
17
 
18
18
  And then execute:
@@ -21,7 +21,7 @@ And then execute:
21
21
 
22
22
  Or install it yourself as:
23
23
 
24
- $ gem install mongodb-instrumentation
24
+ $ gem install signalfx-mongodb-instrumentation
25
25
 
26
26
  ## Usage
27
27
 
@@ -1,5 +1,5 @@
1
1
  module Mongodb
2
2
  module Instrumentation
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -2,4 +2,4 @@ source "https://rubygems.org"
2
2
 
3
3
  gem 'jaeger-client'
4
4
  gem 'mongo'
5
- gem 'mongodb-instrumentation'
5
+ gem 'signalfx-mongodb-instrumentation'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: signalfx-mongodb-instrumentation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ashwin Chandrasekar
@@ -119,6 +119,7 @@ files:
119
119
  - ".gitignore"
120
120
  - Appraisals
121
121
  - Gemfile
122
+ - Gemfile.lock
122
123
  - LICENSE
123
124
  - README.md
124
125
  - Rakefile