fluent-plugin-flowcounter 1.1.0 → 1.1.1
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.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/fluent-plugin-flowcounter.gemspec +1 -2
- data/lib/fluent/plugin/out_flowcounter.rb +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0bc8369e30f1d41cfc3f7073fd4a09f2eea9ba7e
|
|
4
|
+
data.tar.gz: 489e28729dbe3b5e484f76004e2de50144043352
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 751ec2a4be7a838978653a69a8c5e5cbe7ad9fca32013d0419e2869ab941fbccacbc4934397613303e54fd571155c4ff81619d2401a306b8cf95c198ed620344
|
|
7
|
+
data.tar.gz: 14a09afd6de6903927b767c7d9920bb2aa831084a4ee3c561d5e836acb1c60d5cb868b5c2e0524553cb26473cc7af92a8e6ee53bdbfb80c2cbc233db153c4d06
|
data/README.md
CHANGED
|
@@ -98,6 +98,8 @@ Counts active tag, stop count records if the tag message stoped(when aggragates
|
|
|
98
98
|
|
|
99
99
|
### Generate Output at Zero Time
|
|
100
100
|
|
|
101
|
+
(NOTE: This feature is supported at v1.1.0 or later - only for Fluentd v0.14 or later.)
|
|
102
|
+
|
|
101
103
|
If you want to generate count results at every 0 second (for unit:minute), at every 00:00 (for unit:hour) or at every 00:00:00 (for unit:day), specify `timestamp_counting true` in your configuration.
|
|
102
104
|
|
|
103
105
|
<match target.**>
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
# -*- encoding: utf-8 -*-
|
|
2
1
|
Gem::Specification.new do |gem|
|
|
3
2
|
gem.name = "fluent-plugin-flowcounter"
|
|
4
|
-
gem.version = "1.1.
|
|
3
|
+
gem.version = "1.1.1"
|
|
5
4
|
gem.authors = ["TAGOMORI Satoshi"]
|
|
6
5
|
gem.email = ["tagomoris@gmail.com"]
|
|
7
6
|
gem.summary = %q{Fluent plugin to count message flow}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-flowcounter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- TAGOMORI Satoshi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
105
105
|
version: '0'
|
|
106
106
|
requirements: []
|
|
107
107
|
rubyforge_project:
|
|
108
|
-
rubygems_version: 2.6.
|
|
108
|
+
rubygems_version: 2.6.13
|
|
109
109
|
signing_key:
|
|
110
110
|
specification_version: 4
|
|
111
111
|
summary: Fluent plugin to count message flow
|