fluent-plugin-firehose 0.0.8 → 0.0.9

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
  SHA1:
3
- metadata.gz: 5da2e9f97bb28c30b748c5d8a72c8e22cf208a28
4
- data.tar.gz: 6a516c23524cbb4c86853512bf4a8dcb259b3dac
3
+ metadata.gz: 0c5ee685f92cabfacf0a90e9eea644309e1cf449
4
+ data.tar.gz: c1e5bbdd44e1edb01f6d1a76cef638c4bcfff488
5
5
  SHA512:
6
- metadata.gz: 118736983784531eb23ae610b791eaa7d5ad69dc1d7996d2327c1a7dc6c4ec03a5cdbb614ddc3aa293b53647e4beceb105bd6f85f6d201c832e131f547ea52bd
7
- data.tar.gz: 646dfc73faee0444f42a268088c25dfb08cd00ecfeda91b449fcb1e9491f89b629047d3cbcbb80f7dee21ec41236aa44de3ee56c46b246a83d140201b09838f2
6
+ metadata.gz: 1160bfbe6ea65cac50472fa755309cc81ed66fbb099dd96e7b9a3f6f5350e2cef662815804324c23ada57bcaf1fa537088e7889e0d432b00eb74e1be8ad5fe7a
7
+ data.tar.gz: 0ebede5b05e76ba13a8e234201f9f8bb8153e785c6d2307178bb8961455322979438fe11cabe62de459966c60ffd9284554d7456745e0fdd11ad637b46af172a
@@ -223,6 +223,10 @@ module FluentPluginFirehose
223
223
  records: records,
224
224
  delivery_stream_name: @delivery_stream_name
225
225
  )
226
+ log.info sprintf('Put record batch, Sent %d records and failed %d records',
227
+ records.length,
228
+ response[:failed_put_count].nil? ? 0 : response[:failed_put_count]
229
+ )
226
230
 
227
231
  if response[:failed_put_count] && response[:failed_put_count] > 0
228
232
  failed_records = []
@@ -13,5 +13,5 @@
13
13
  # language governing permissions and limitations under the License.
14
14
 
15
15
  module FluentPluginFirehose
16
- VERSION = '0.0.8'
16
+ VERSION = '0.0.9'
17
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-firehose
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ji Oh Yoo
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-12-21 00:00:00.000000000 Z
12
+ date: 2016-01-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler