fluent-plugin-datadog-log 0.1.0.rc7 → 0.1.0.rc8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aedaaa9c78c6fd346266540ebf04e4f91dcfab96
4
- data.tar.gz: 885f73273fd6671a9e191051cc1afff8704af480
3
+ metadata.gz: 203d7e61e3dd701ae1eedb1ea19ced1c54e2a5ff
4
+ data.tar.gz: 480f32b788064d57380d22ca7303b89f0e21fda9
5
5
  SHA512:
6
- metadata.gz: 3f0c941f62799dfcac25c8261665e103a14dc81410ebc9376f98fef8b0f216dce35fe53393fd410e29c13923d6bf6cf23571ac3132c564ae7453527750e6b7c2
7
- data.tar.gz: 8aade4e0f12e9c07e87be0ccd2e8131b8d247d84c1bcc13ba9a24af0c622cc30ada70a3b336926b89767d3845b5f5a4b4d81b4b36dcf90b02d3599ba54d817a7
6
+ metadata.gz: bc95b1cec3f57248ed8b76858ad4e215156903dee50c06fe2d34ccadedeae4169d0ec528ed0232c347c12cc6e525b0bc3ab7fa9b9fc561ef9581cdce90fdacfd
7
+ data.tar.gz: f40f3c6a38257e7ac2a96e29f101a3744e901417ec25da001985988ca536553fcfbb7b10c6d5bb6e279e45db6489b6ab89c0ba3e8ce3f6f8e563b049c8fc9166
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-datadog-log (0.1.0.rc7)
4
+ fluent-plugin-datadog-log (0.1.0.rc8)
5
5
  fluentd (~> 0.14)
6
6
  json (~> 1.8)
7
7
  net_tcp_client (~> 2.0.1)
@@ -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.rc7'
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.
@@ -337,7 +337,7 @@ module Fluent::Plugin
337
337
 
338
338
  def init_api_client
339
339
  @conn = ::Datadog::Log::Client.new(
340
- log_dd_url: @log_dd_urlr,
340
+ log_dd_url: @log_dd_url,
341
341
  log_dd_port: @log_dd_port,
342
342
  api_key: @api_key,
343
343
  hostname: @vm_id,
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.rc7
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