Sha256: a0ad21ff42608c1851a494e0edd93f6eb006d68641540ef61188975ec3b3d2af

Contents?: true

Size: 573 Bytes

Versions: 1

Compression:

Stored size: 573 Bytes

Contents

# Version 3.0.0
- Refactored the Transformer concept in the InfluxDB outputter so that
  it is more flexible. This was in response to the InfluxDB client gem
  "fixing" a bug where numerical values were previously always sent as
  floats, now numbers are marked as "integer" type if they are ruby
  Integers which can lead to some field-type conflicts if you update
  your InfluxDB gem version and were previously sending integers at
  floats.  Using the Transformer now allows you to modify the values
  that will be sent to InfluxDB immediately before they're sent out.x

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hallmonitor-3.0.0 CHANGELOG.md