collectd-protocol
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -8,3 +8,3 @@ { | ||
"description": "A NodeJS module for parsing the CollectD binary protocol", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"repository": { | ||
@@ -11,0 +11,0 @@ "type": "git", |
@@ -84,4 +84,7 @@ collectd-protocol | ||
- Add support for custom part encoding and decoding (not compliant with binary protocol) | ||
* 0.3.1 | ||
- Fix decoding of unknown values (not in types.db specification) | ||
[npm-url]: https://npmjs.org/package/collectd-protocol | ||
[npm-image]: https://badge.fury.io/js/collectd-protocol.svg |
@@ -177,3 +177,3 @@ 'use strict'; | ||
var dsname = getDsnamesFromMetric(metric); | ||
var dsname = getDsnamesFromMetric(metric, numberOfValues); | ||
@@ -180,0 +180,0 @@ // Decode types |
57190
14
90