Releases: door7302/jts_telegraf
Releases · door7302/jts_telegraf
New bytes2float gnmi option
Add a new option for gnmi plugin: "bytes2float"
This option is a boolean (default = false) which indicates to gnmi plugin to convert on the fly 4 bytes array to float. This is for supporting oc:ieeefloat32 which is a typedef to a byte_val with a length of 4
Minor fix due to go 1.23
v1.0.6 Update Dockerfile
Minor change
Simplify version control by using LABEL instead in dockerfile
Enhance epoch
Add epoch, epoch_ms, epoch_us and epoch_ns convertion
Add an option to specify the time layout in the TOML config. New global parameter for netconf_junos plugin is "time_layout"
New netconf plugin
Add fixes.
Add many enhancements and clean the code.
netconf_junos epoch converter
support epoch converter for the netconf_junos plugin