Skip to content

Releases: door7302/jts_telegraf

New bytes2float gnmi option

19 Dec 10:22
29faff6
Compare
Choose a tag to compare

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

15 Aug 09:07
20173c4
Compare
Choose a tag to compare
v1.0.6

Update Dockerfile

Minor change

15 Jul 14:24
0eb124e
Compare
Choose a tag to compare

Simplify version control by using LABEL instead in dockerfile

Enhance epoch

12 Jul 13:45
7e22c15
Compare
Choose a tag to compare

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

12 Jul 12:26
89fb696
Compare
Choose a tag to compare

Add fixes.
Add many enhancements and clean the code.

netconf_junos epoch converter

10 Jul 14:03
ad644cc
Compare
Choose a tag to compare

support epoch converter for the netconf_junos plugin

1.0.0

09 Apr 13:58
Compare
Choose a tag to compare

First official release.