metriks 0.9.9.2 → 0.9.9.3

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 CHANGED
@@ -334,6 +334,9 @@ will display:
334
334
  501 17015 26.0 1.9 416976 246956 ? Ss 18:54 11:43 thin reqs: 273.3/sec
335
335
  ```
336
336
 
337
+ # Application Server Configuration
338
+
339
+ Depending on how your application server operates, you may need to configure how reporters are created. Please look at [Troubleshooting](https://github.com/eric/metriks/wiki/Troubleshooting) for more information.
337
340
 
338
341
  # Plans
339
342
 
@@ -1,6 +1,6 @@
1
1
 
2
2
  module Metriks
3
- VERSION = '0.9.9.2'
3
+ VERSION = '0.9.9.3'
4
4
 
5
5
  def self.get(name)
6
6
  Metriks::Registry.default.get(name)
@@ -63,7 +63,7 @@ module Metriks
63
63
  end
64
64
 
65
65
  def stddev
66
- count > 0 ? variance : 0.0
66
+ count > 0 ? variance ** 0.5 : 0.0
67
67
  end
68
68
 
69
69
  def variance
@@ -109,4 +109,4 @@ module Metriks
109
109
  end
110
110
  end
111
111
  end
112
- end
112
+ end
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'metriks'
16
- s.version = '0.9.9.2'
17
- s.date = '2012-10-23'
16
+ s.version = '0.9.9.3'
17
+ s.date = '2013-02-21'
18
18
 
19
19
  ## Make sure your summary is short. The description may be as long
20
20
  ## as you like.
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 9
8
8
  - 9
9
- - 2
10
- version: 0.9.9.2
9
+ - 3
10
+ version: 0.9.9.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Eric Lindvall
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-10-23 00:00:00 -07:00
18
+ date: 2013-02-21 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency