adp-fluent-plugin-graphite 0.0.9 → 0.0.10

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: baa50ec531a9210bc6db8fb503f22735efdd04b2d771a552a646342d5752c974
4
- data.tar.gz: 1f31d7142c2d56f976f151bffb29dbd04dca62dcc2ebd43a49893189bbbe3190
3
+ metadata.gz: 9b2ff8feec4a9179c48a59aabd67ff2831ed395b94fcd18c82ee763e17cf942c
4
+ data.tar.gz: 14b628cb174406a1b1186c6d27380de5a9dafd1657c0e8701c4973bf934848e3
5
5
  SHA512:
6
- metadata.gz: 217a1405017590697c07b1c0988f4577d46ec4b3d460c54aea1e78b8832778b106f16740bad61b356c21fcf808bfa771e1d5f2037123ca8579e6b7c51b91c547
7
- data.tar.gz: 353e10ed2768774ec4b227bf28db70eb56e4c629bd311a3326f43d8875756ed0d5f430a58284007fab3eca94cb301575140cbef9be71b5f365147b734c8b67dc
6
+ metadata.gz: 86d6c05025b6566d15d28a38ca588f72a07f7298179d8e0365aaf3c1fc456dbd99661d6ddad2d8942bf1e643eed46656ca71ae6bbd6e8b57f110645e12f09d71
7
+ data.tar.gz: 6fe0e193ec64ed235d2b8ca8f1d655214be9090ef126968c8c4f4210e789663a3db4be9c46a8d1a10beda042a788af37473fef42516e4631b6411504a9a28a2b
@@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.name = 'adp-fluent-plugin-graphite'
6
- gem.version = '0.0.9'
6
+ gem.version = '0.0.10'
7
7
  gem.authors = ['Satoshi SUZUKI']
8
8
  gem.email = 'studio3104.com@gmail.com'
9
9
  gem.homepage = 'https://github.com/studio3104/fluent-plugin-graphite'
@@ -29,7 +29,7 @@ module Fluent::Plugin
29
29
  end
30
30
  end
31
31
 
32
- def emit(tag, es, chain)
32
+ def process(tag, es)
33
33
  es.each do |time, record|
34
34
  emit_tag = tag.dup
35
35
  log.info("Emit graphite plugin: #{record}")
@@ -39,7 +39,6 @@ module Fluent::Plugin
39
39
  post(metrics, time)
40
40
  end
41
41
 
42
- chain.next
43
42
  end
44
43
 
45
44
  def format_metrics(tag, record)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adp-fluent-plugin-graphite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Satoshi SUZUKI