fluent-plugin-coralogix 1.0.5 → 1.0.6
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 +5 -5
- data/lib/fluent/plugin/out_coralogix.rb +3 -2
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: ade24fd56923cdeef1a0f2c67326b96845c70a1c30a6a31b1c9d1cc8b8324a63
|
|
4
|
+
data.tar.gz: d74252467309c8a9ed77de3e002b9dec8345c61e6e452bc929a24d048e5d8934
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a986b00fceeb1981307e1cea165abc39a36419e6bd6ec2f109ad8baea702e8925dc334e38aebc60e10d28ac8b58c9da077668bb48b324947b8ed36a62627b6c7
|
|
7
|
+
data.tar.gz: dd481eae2b188d5b591c07dbde93232247a928fc2225f3ce88c4b298c583e937281947aa8d423841f68d2bf7cbbe12135ab08a3de260001627098a71c9d45853
|
|
@@ -102,7 +102,8 @@ module Fluent
|
|
|
102
102
|
app_name, sub_name = get_app_sub_name(record)
|
|
103
103
|
end
|
|
104
104
|
|
|
105
|
-
|
|
105
|
+
# YK@2020-11-26T10:56 - We had encountered a case in which this value reached above 7K and the value of worker became null
|
|
106
|
+
if @currentWorker >= number_of_workers
|
|
106
107
|
@currentWorker = 0
|
|
107
108
|
end
|
|
108
109
|
worker = @workers[@currentWorker.to_s]
|
|
@@ -156,4 +157,4 @@ module Fluent
|
|
|
156
157
|
}
|
|
157
158
|
end
|
|
158
159
|
end
|
|
159
|
-
end
|
|
160
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-coralogix
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Royee Goldberg
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-11-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: centralized_ruby_logger
|
|
@@ -35,7 +35,7 @@ homepage: http://www.coralogix.com
|
|
|
35
35
|
licenses:
|
|
36
36
|
- MIT
|
|
37
37
|
metadata: {}
|
|
38
|
-
post_install_message:
|
|
38
|
+
post_install_message:
|
|
39
39
|
rdoc_options: []
|
|
40
40
|
require_paths:
|
|
41
41
|
- lib
|
|
@@ -50,9 +50,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
50
50
|
- !ruby/object:Gem::Version
|
|
51
51
|
version: '0'
|
|
52
52
|
requirements: []
|
|
53
|
-
rubyforge_project:
|
|
54
|
-
rubygems_version: 2.
|
|
55
|
-
signing_key:
|
|
53
|
+
rubyforge_project:
|
|
54
|
+
rubygems_version: 2.7.3
|
|
55
|
+
signing_key:
|
|
56
56
|
specification_version: 4
|
|
57
57
|
summary: Coralogix Fluentd out plugin
|
|
58
58
|
test_files: []
|