rubyzipkin 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -74,7 +74,7 @@ module RubyZipkin extend self
74
74
  def get_ids_from_redis
75
75
  if @redis and (Time.now - $redis_check_time) > 1 #5 minutes
76
76
  @sampled_ids = []
77
- keys = Redis::Safe.instance(:default).keys("zipkin*")
77
+ keys = Redis::Safe.instance(:default).get("zipkin_trace_keys")
78
78
  keys.each { |i| @sampled_ids.push( i.split('_')[1] ) }
79
79
  $redis_check_time = Time.now
80
80
  end
@@ -1,3 +1,3 @@
1
1
  module RubyZipkin
2
- VERSION = "0.4.3"
2
+ VERSION = "0.4.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyzipkin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 3
10
- version: 0.4.3
9
+ - 4
10
+ version: 0.4.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ivan Marcin
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2014-01-26 00:00:00 Z
18
+ date: 2014-02-05 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: scribe