fluent-plugin-honeycomb 0.7.0 → 0.7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c0220adc9f21a21835073995b17f178615d37a27b3acb3214d75d5dec98ed828
4
- data.tar.gz: d29b2b17eaa1489f899f7f2dc90563a3ef829e99a674b2a280d43ede7f2d9d94
3
+ metadata.gz: 09298d83f83a106f691f64f6019a406cf223db4242782e231339087b7eaa42b6
4
+ data.tar.gz: 41a3081192974bc5c488c3467bcb5962d88ae62106612e54bd0e3a6054b9a8df
5
5
  SHA512:
6
- metadata.gz: 3a528fc2ce0f6c5b6c9cda067b51762a555093649e98ef516e087701c54c84984986f9b213f82c327eaaca58c74c631c94a6d7b7df82221d0bf7ff3a4d16144b
7
- data.tar.gz: 178c269a6913b2a078ca3913bff4e470908402c42e0ea9d723791b526a61ea717ee999b289dbdc3bbd2c9fbdb7b18250007bf742ac8eebda52c5d6bf6810c8ea
6
+ metadata.gz: 87946fd13fca9997e7f762551a599de611a096b55670c5372b69e4368fe8ba535e2ebb1b83f178c07fdb0b903bec1625cb316df94115900373ea3ea1b23cbad2
7
+ data.tar.gz: 0c88ea1de2d9c84cda0b38076abdf3b8e93187452f74ebd1ff69fd3633f06538ea2bb959e483bf6070ac5bc06a60e94722802b03ceb7f1ad9c36ddcce1b89671
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'fluent-plugin-honeycomb'
3
- spec.version = '0.7.0'
3
+ spec.version = '0.7.1'
4
4
 
5
5
  spec.summary = "Fluentd output plugin for Honeycomb.io"
6
6
  spec.description = "Fluentd output plugin for Honeycomb.io"
@@ -132,9 +132,9 @@ module Fluent
132
132
 
133
133
  def parse_response(batch, resp)
134
134
  if resp.status != 200
135
- # Force retry
136
135
  log.error "Error sending batch: #{resp.status}, #{resp.body}"
137
- raise Exception.new("Error sending batch: #{resp.status}, #{resp.body}")
136
+ # Force retry by returning the entire batch
137
+ return batch
138
138
  end
139
139
 
140
140
  begin
@@ -1,2 +1,2 @@
1
1
  # Don't just call this VERSION, conflicts with global fluentd version constant
2
- HONEYCOMB_PLUGIN_VERSION = "0.7.0"
2
+ HONEYCOMB_PLUGIN_VERSION = "0.7.1"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-honeycomb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Honeycomb.io Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-26 00:00:00.000000000 Z
11
+ date: 2018-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd
@@ -199,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
199
199
  version: '0'
200
200
  requirements: []
201
201
  rubyforge_project:
202
- rubygems_version: 2.7.4
202
+ rubygems_version: 2.7.7
203
203
  signing_key:
204
204
  specification_version: 4
205
205
  summary: Fluentd output plugin for Honeycomb.io