ffwd 0.4.4 → 0.4.5

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: 1800e49585a2a39b1805a5002436c7d1117cd1eb
4
- data.tar.gz: 63f77324ff186959945a98f0ccae3665c77efedb
3
+ metadata.gz: 47e82d568a5edc01399d7fad534b3461ab71f7a5
4
+ data.tar.gz: a6efba7b120f139c05eaa481083f320c4fe9c0ac
5
5
  SHA512:
6
- metadata.gz: f611e8d1ed25318cc52104d6c03e3ab23538e7821073ccb4894a8191ceb62be3420e2e3e2cd21f1783ae9904876444f2f96c4c7f213428eb6fc4b472ebba23ec
7
- data.tar.gz: 314eae1573760a5293d0264c7f6490680d55db89709f771852dc2de0f4b6e2abca0d8767155f385c72050c151c7f6bb3b07bfa5849665c125f9ef8eaac45696b
6
+ metadata.gz: ba3ad38c0ed2b271e094530c4131fe3f4379398338ba14ca7941c4a87c898a48925bbdc7583cfaad8433870b62b57df66cd0064b9f2c847d71412e7f9b90af90
7
+ data.tar.gz: 6b701b6b121b66a7b90502a7953c4fea6c4b65c966a1eb7e924612439ca92bfea3ee18f10967e42f0d78fab512fa598458f8ca680b5a51e4edef49ad000d7026
@@ -32,7 +32,7 @@ module FFWD::UDP
32
32
  opts
33
33
  end
34
34
 
35
- report_meta :protocol => :udp, :direction => :output
35
+ report_meta :protocol => :udp, :direction => :input
36
36
 
37
37
  report_key :received_events, :meta => {:what => "received-events", :unit => :event}
38
38
  report_key :received_metrics, :meta => {:what => "received-metrics", :unit => :metric}
@@ -45,7 +45,7 @@ module FFWD::UDP
45
45
  def initialize core, log, host, port, connection, config
46
46
  @log = log
47
47
  @peer = "#{host}:#{port}"
48
- @reporter_meta = {:type => connection.plugin_type, :listen => @peer}
48
+ @reporter_meta = {:component => connection.plugin_type, :listen => @peer}
49
49
 
50
50
  rebind_timeout = config[:rebind_timeout]
51
51
 
@@ -14,5 +14,5 @@
14
14
  # the License.
15
15
 
16
16
  module FFWD
17
- VERSION = "0.4.4"
17
+ VERSION = "0.4.5"
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffwd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - John-John Tedro