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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 09298d83f83a106f691f64f6019a406cf223db4242782e231339087b7eaa42b6
|
|
4
|
+
data.tar.gz: 41a3081192974bc5c488c3467bcb5962d88ae62106612e54bd0e3a6054b9a8df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87946fd13fca9997e7f762551a599de611a096b55670c5372b69e4368fe8ba535e2ebb1b83f178c07fdb0b903bec1625cb316df94115900373ea3ea1b23cbad2
|
|
7
|
+
data.tar.gz: 0c88ea1de2d9c84cda0b38076abdf3b8e93187452f74ebd1ff69fd3633f06538ea2bb959e483bf6070ac5bc06a60e94722802b03ceb7f1ad9c36ddcce1b89671
|
|
@@ -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
|
-
|
|
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.
|
|
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.
|
|
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-
|
|
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.
|
|
202
|
+
rubygems_version: 2.7.7
|
|
203
203
|
signing_key:
|
|
204
204
|
specification_version: 4
|
|
205
205
|
summary: Fluentd output plugin for Honeycomb.io
|