We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7db196 commit 5fb5175Copy full SHA for 5fb5175
files/json2timeseriesdb
@@ -155,7 +155,7 @@ def return_tag(a, n)
155
end
156
157
def metrics(data, timestamp, parent_key = nil)
158
- data.collect { |key, value|
+ data.map { |key, value|
159
current_key = [parent_key, safe_name(key)].compact.join('.')
160
case value
161
when Hash
@@ -294,7 +294,7 @@ def influx_tag_parser(tag)
294
295
296
def influx_metrics(data, timestamp, parent_key = nil)
297
298
299
300
0 commit comments