graphite-api 0.0.0.24 → 0.0.0.25

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.
@@ -120,7 +120,7 @@ module GraphiteAPI
120
120
  end
121
121
 
122
122
  def start_cleaner
123
- Scheduler.every(options[:cleaner_interval]) { clean(options[:cache_exp]) }
123
+ Scheduler.every(options[:cleaner_interval]) { clean(options[:reanimation_exp]) }
124
124
  end
125
125
 
126
126
  end
@@ -9,9 +9,8 @@
9
9
  # GraphiteAPI::Middleware.start(options)
10
10
  #
11
11
  # Options:
12
- # graphite_host target graphite hostname
13
- # graphite_port target graphite listening port (default 2003)
14
- # cache_exp cache lifetime in seconds (default is 43200 seconds)
12
+ # graphite target graphite hostname
13
+ # reanimation_exp cache lifetime in seconds (default is 43200 seconds)
15
14
  # prefix add prefix to each key
16
15
  # interval report to graphite every X seconds (default is 60)
17
16
  # slice send to graphite in X seconds slices (default is 60)
@@ -19,7 +19,7 @@ module GraphiteAPI
19
19
  :cleaner_interval => 43200,
20
20
  :port => 2003,
21
21
  :log_level => :info,
22
- :cache_exp => nil,
22
+ :reanimation_exp => nil,
23
23
  :host => "localhost",
24
24
  :prefix => [],
25
25
  :interval => 60,
@@ -1,5 +1,5 @@
1
1
  module GraphiteAPI
2
2
  class Version
3
- VERSION = "0.0.0.24"
3
+ VERSION = "0.0.0.25"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphite-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.24
4
+ version: 0.0.0.25
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-04-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: eventmachine
16
- requirement: &70342798606180 !ruby/object:Gem::Requirement
16
+ requirement: &70098245796060 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 0.3.3
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70342798606180
24
+ version_requirements: *70098245796060
25
25
  description: Graphite API - A Simple ruby client, aggregator daemon and API tools
26
26
  email: eran@kontera.com
27
27
  executables: