fluent-plugin-flowcounter 0.1.6 → 0.1.7
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.rdoc +4 -4
- data/fluent-plugin-flowcounter.gemspec +1 -2
- metadata +3 -19
data/README.rdoc
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
|
|
7
7
|
Count metricses below about matches.
|
|
8
8
|
|
|
9
|
-
- Messages per
|
|
10
|
-
- Bytes per
|
|
11
|
-
- Messages per second (average every
|
|
12
|
-
- Bytes per second (average every
|
|
9
|
+
- Messages per minute/hour/day
|
|
10
|
+
- Bytes per minute/hour/day
|
|
11
|
+
- Messages per second (average every minute/hour/day)
|
|
12
|
+
- Bytes per second (average every minute/hour/day)
|
|
13
13
|
|
|
14
14
|
FlowCounterOutput emits messages contains results data, so you can output these message (with 'flowcount' tag by default) to any outputs you want.
|
|
15
15
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
2
|
Gem::Specification.new do |gem|
|
|
3
3
|
gem.name = "fluent-plugin-flowcounter"
|
|
4
|
-
gem.version = "0.1.
|
|
4
|
+
gem.version = "0.1.7"
|
|
5
5
|
gem.authors = ["TAGOMORI Satoshi"]
|
|
6
6
|
gem.email = ["tagomoris@gmail.com"]
|
|
7
7
|
gem.summary = %q{Fluent plugin to count message flow}
|
|
@@ -14,7 +14,6 @@ Gem::Specification.new do |gem|
|
|
|
14
14
|
gem.require_paths = ["lib"]
|
|
15
15
|
|
|
16
16
|
gem.add_development_dependency "rake"
|
|
17
|
-
gem.add_development_dependency "fluentd"
|
|
18
17
|
gem.add_development_dependency "shoulda"
|
|
19
18
|
gem.add_runtime_dependency "fluentd"
|
|
20
19
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-flowcounter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-04-08 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
@@ -27,22 +27,6 @@ dependencies:
|
|
|
27
27
|
- - ! '>='
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: '0'
|
|
30
|
-
- !ruby/object:Gem::Dependency
|
|
31
|
-
name: fluentd
|
|
32
|
-
requirement: !ruby/object:Gem::Requirement
|
|
33
|
-
none: false
|
|
34
|
-
requirements:
|
|
35
|
-
- - ! '>='
|
|
36
|
-
- !ruby/object:Gem::Version
|
|
37
|
-
version: '0'
|
|
38
|
-
type: :development
|
|
39
|
-
prerelease: false
|
|
40
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
-
none: false
|
|
42
|
-
requirements:
|
|
43
|
-
- - ! '>='
|
|
44
|
-
- !ruby/object:Gem::Version
|
|
45
|
-
version: '0'
|
|
46
30
|
- !ruby/object:Gem::Dependency
|
|
47
31
|
name: shoulda
|
|
48
32
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -113,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
113
97
|
version: '0'
|
|
114
98
|
requirements: []
|
|
115
99
|
rubyforge_project:
|
|
116
|
-
rubygems_version: 1.8.
|
|
100
|
+
rubygems_version: 1.8.23
|
|
117
101
|
signing_key:
|
|
118
102
|
specification_version: 3
|
|
119
103
|
summary: Fluent plugin to count message flow
|