zipkin-tracer 0.10.2 → 0.10.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MmIwY2RmY2Y3Y2NiY2VjMjUyMTJiMTJiZTgzMjAzYmQyNzc4NjU3Nw==
4
+ MmJiM2JiYjE0ZTJjZTJhOGZkNGExYjUwODMyZjlmMWI1NGYyMTA2ZQ==
5
5
  data.tar.gz: !binary |-
6
- YjY4NWU1NTU0YWRlMzU0YzJkZWY4ZWM0NDc1ZDk4OWIwY2IyNjA2Mg==
6
+ MTRhZjBkZjY0MDM1MGM4ZGJjYWQwZjZhMzUxOTdhMzVhYjYxODJiMQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MDM2YWE1OGE3MzVhZmEzMWIzOTlhOTE0MDljM2FjZjVhOTlhNDc2MDA3YTQ2
10
- OTY4OTRiZmFmMWQyYzIxNzUzMDM1Nzk0NzdhZjFmZDY5NDY0MDg2MDExOGY2
11
- NzkwMzlkYmZlZTFmY2FhY2FiOGQ0ZTk1YmVmYjhiNGIxYmZiYzI=
9
+ YzEwYTYxYzE0N2QyOWIwNTE5YTFmZmU3MDc3YWY3YTJkMjc3OTc1OTg1ZGI3
10
+ OWYzMDI0YzE4ZDc3ZWJlNTE4OWE0MTQzNmU2ZTIwZDk5YTllYzE0OGIzYTU4
11
+ YjIxMWIyYmZjN2EwNTFhMWE1NTVmZDZlNzg1NjA0MzNmMmY4OWM=
12
12
  data.tar.gz: !binary |-
13
- NWIxODY2NjdkMzc3N2VmMzNjMGUwN2Q3MDFmYmZmM2Q3ZmVkODYwOWQzYzI2
14
- Y2ZkMGRlZjkzMzAyOTJkMjgzOTJhMGI1MTNhNTY2ZjkyNGJmOTFjMjFlNDA2
15
- MGUwYWEwZDNjYWNjODhkMmNjODMxYjNkMzM3MjVlZGRiMjVkZjY=
13
+ NzQxYjI5YTBmMzM2NjcwNTc2MTU5NzFmYjJlNTI4MmJkMjZhNDk3ZTc4ZTgx
14
+ ZjEyOGY1NjdjZDk3YWQ0NGRiMGQzYzUzOWJmNjBjNTYxMmU5YjBlZmYyNTc4
15
+ MzkxMzdlYmU5MTY5MzEwYzA1OGYyODJmZTczZmNiMTBjZDBiNGY=
@@ -13,9 +13,9 @@
13
13
  # limitations under the License.
14
14
 
15
15
  require 'scribe'
16
+ require 'finagle-thrift' #depends on the thift gem
16
17
  require 'sucker_punch'
17
18
 
18
-
19
19
  module ScribeThrift
20
20
  # This is here just for the monkey patching
21
21
  class Client
@@ -1,6 +1,6 @@
1
1
  require 'faraday'
2
- require 'finagle-thrift'
3
2
  require 'finagle-thrift/trace'
3
+ require 'finagle-thrift/tracer'
4
4
  require 'uri'
5
5
 
6
6
  module ZipkinTracer
@@ -11,8 +11,8 @@
11
11
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
- require 'finagle-thrift'
15
14
  require 'finagle-thrift/trace'
15
+ require 'finagle-thrift/tracer'
16
16
  require 'zipkin-tracer/config'
17
17
  require 'zipkin-tracer/tracer_factory'
18
18
 
@@ -1,4 +1,3 @@
1
- require 'finagle-thrift'
2
1
  require 'finagle-thrift/trace'
3
2
  require 'zipkin-tracer/zipkin_tracer_base'
4
3
 
@@ -12,5 +12,5 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
  module ZipkinTracer
15
- VERSION = "0.10.2"
15
+ VERSION = "0.10.3"
16
16
  end
@@ -2,7 +2,6 @@ require 'json'
2
2
  require 'sucker_punch'
3
3
  require 'zipkin-tracer/zipkin_tracer_base'
4
4
 
5
-
6
5
  class AsyncJsonApiClient
7
6
  include SuckerPunch::Job
8
7
  SPANS_PATH = '/api/v1/spans'
@@ -1,5 +1,3 @@
1
- require 'finagle-thrift'
2
- require 'finagle-thrift/tracer'
3
1
  require 'hermann/producer'
4
2
  require 'hermann/discovery/zookeeper'
5
3
  require 'zipkin-tracer/zipkin_tracer_base'
@@ -1,5 +1,4 @@
1
1
  require 'faraday'
2
- require 'finagle-thrift'
3
2
  require 'finagle-thrift/tracer'
4
3
 
5
4
  module Trace
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zipkin-tracer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.2
4
+ version: 0.10.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franklin Hu