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 +3 -0
- data/lib/metriks.rb +1 -1
- data/lib/metriks/histogram.rb +2 -2
- data/metriks.gemspec +2 -2
- metadata +3 -3
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
|
|
data/lib/metriks.rb
CHANGED
data/lib/metriks/histogram.rb
CHANGED
data/metriks.gemspec
CHANGED
|
@@ -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.
|
|
17
|
-
s.date = '
|
|
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
|
-
-
|
|
10
|
-
version: 0.9.9.
|
|
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:
|
|
18
|
+
date: 2013-02-21 00:00:00 -08:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|