cisco-ie / pipeline-gnmi

A Model-Driven Telemetry collector based on the open-source tool pipeline
Apache License 2.0
32 stars 6 forks source link

InfluxDB output casting all uint64 as float64 #35

Open remingtonc opened 5 years ago

remingtonc commented 5 years ago

Learned something new - InfluxDB gates uint64 support behind a build flag per https://github.com/influxdata/influxdb/issues/7801#issuecomment-466614107. We should probably rebuild InfluxDB internally, and add a flag to the output plugin to indicate that we don't want to cast those values.