fluent-plugin-datadog-log 0.1.0.rc7 → 0.1.0.rc8
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/Gemfile.lock +1 -1
- data/fluent-plugin-datadog-log.gemspec +1 -1
- data/lib/fluent/plugin/out_datadog_log.rb +1 -1
- data/lib/fluent/plugin/out_datadog_log.rb~ +1 -1
- data/pkg/fluent-plugin-datadog-log-0.1.0.rc7.gem +0 -0
- data/pkg/fluent-plugin-datadog-log-0.1.0.rc8.gem +0 -0
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 203d7e61e3dd701ae1eedb1ea19ced1c54e2a5ff
|
|
4
|
+
data.tar.gz: 480f32b788064d57380d22ca7303b89f0e21fda9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc95b1cec3f57248ed8b76858ad4e215156903dee50c06fe2d34ccadedeae4169d0ec528ed0232c347c12cc6e525b0bc3ab7fa9b9fc561ef9581cdce90fdacfd
|
|
7
|
+
data.tar.gz: f40f3c6a38257e7ac2a96e29f101a3744e901417ec25da001985988ca536553fcfbb7b10c6d5bb6e279e45db6489b6ab89c0ba3e8ce3f6f8e563b049c8fc9166
|
data/Gemfile.lock
CHANGED
|
@@ -8,7 +8,7 @@ eos
|
|
|
8
8
|
gem.homepage = \
|
|
9
9
|
'https://github.com/mumoshu/fluent-plugin-datadog-log'
|
|
10
10
|
gem.license = 'Apache-2.0'
|
|
11
|
-
gem.version = '0.1.0.
|
|
11
|
+
gem.version = '0.1.0.rc8'
|
|
12
12
|
gem.authors = ['Yusuke KUOKA']
|
|
13
13
|
gem.email = ['ykuoka@gmail.com']
|
|
14
14
|
gem.required_ruby_version = Gem::Requirement.new('>= 2.0')
|
|
@@ -321,7 +321,7 @@ module Fluent::Plugin
|
|
|
321
321
|
if entries_count.nil?
|
|
322
322
|
increment_dropped_entries_count(1)
|
|
323
323
|
@log.error 'Not retrying a log message later',
|
|
324
|
-
error: error.to_s
|
|
324
|
+
error: error.to_s, error_class: error.class
|
|
325
325
|
else
|
|
326
326
|
increment_retried_entries_count(entries_count)
|
|
327
327
|
# RPC cancelled, so retry via re-raising the error.
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-datadog-log
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0.
|
|
4
|
+
version: 0.1.0.rc8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yusuke KUOKA
|
|
@@ -166,6 +166,8 @@ files:
|
|
|
166
166
|
- pkg/fluent-plugin-datadog-log-0.1.0.rc4.gem
|
|
167
167
|
- pkg/fluent-plugin-datadog-log-0.1.0.rc5.gem
|
|
168
168
|
- pkg/fluent-plugin-datadog-log-0.1.0.rc6.gem
|
|
169
|
+
- pkg/fluent-plugin-datadog-log-0.1.0.rc7.gem
|
|
170
|
+
- pkg/fluent-plugin-datadog-log-0.1.0.rc8.gem
|
|
169
171
|
- test/helper.rb
|
|
170
172
|
- test/plugin/base_test.rb
|
|
171
173
|
- test/plugin/constants.rb
|