nileshsimaria / jtimon

Junos Telemetry Interface client
MIT License
81 stars 29 forks source link

enable uint support #114

Closed AkshayGogeri closed 3 years ago

AkshayGogeri commented 3 years ago

This PR enables exporting uint64 data as uint64 instead as float64 preventing unexpected precision loss.

User can make use of this functionality with newly introduced enable-uint flag is set to true in input config file provided via --config cli option.

Note: By default uint64 exporting is disabled