fluent-plugin-metricsense 0.1.0 → 0.1.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -86,6 +86,7 @@ module Fluent
86
86
 
87
87
  def format_stream(tag, es)
88
88
  out = ''
89
+ tag = tag.sub(@remove_tag_prefix, '') if @remove_tag_prefix
89
90
  es.each do |time,record|
90
91
  value = record[@value_key]
91
92
 
@@ -113,8 +114,6 @@ module Fluent
113
114
  end
114
115
  }
115
116
 
116
- tag.sub!(@remove_tag_prefix, '') if @remove_tag_prefix
117
-
118
117
  [tag, time, value, segs].to_msgpack(out)
119
118
  end
120
119
  out
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-metricsense
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-08 00:00:00.000000000 Z
12
+ date: 2013-04-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fluentd
@@ -103,12 +103,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
103
103
  - - ! '>='
104
104
  - !ruby/object:Gem::Version
105
105
  version: '0'
106
+ segments:
107
+ - 0
108
+ hash: 143460017522358519
106
109
  required_rubygems_version: !ruby/object:Gem::Requirement
107
110
  none: false
108
111
  requirements:
109
112
  - - ! '>='
110
113
  - !ruby/object:Gem::Version
111
114
  version: '0'
115
+ segments:
116
+ - 0
117
+ hash: 143460017522358519
112
118
  requirements: []
113
119
  rubyforge_project:
114
120
  rubygems_version: 1.8.23
@@ -116,4 +122,3 @@ signing_key:
116
122
  specification_version: 3
117
123
  summary: MetricSense - application metrics aggregation plugin for Fluentd
118
124
  test_files: []
119
- has_rdoc: false