Skip to content

Releases: door7302/jts_telegraf

Support of DoubleVal type in gnmi

02 Feb 17:31
103bd62
Compare
Choose a tag to compare

Adding the support of doubleval type in gnmi plugin. The gnmi plugin will be fully updated in future release to stay in sync with master telegraf version

Minor changes to gnmi plugins

25 Jan 11:14
f72289f
Compare
Choose a tag to compare

Remove the replace of "-" by "_" : makes too much confusion
Change native tag "source" to "device"

Add Xreducer plugin

24 Jan 14:36
1ec548c
Compare
Choose a tag to compare

Need for latest OpenJTS version for simplify Profile creation. New plugin:

// Tag and field xreducer
// It all to keep only the most significant elem of an XPATH
// /elem1/elem2/elem3 will be processed and only elem3 will be kept
// we support per tag or field reducing
// keyword "all" as key will reduce all

[[processors.xreducer]]
[[processors.xreducer.tags]]
//field to reduce - "All" will change all tags
key = "value"
[[processors.xreducer.fields]]
// field to reduce - "All" will change all fields
key = "value"

Add long_field flag in gnmi plugin

23 Jan 14:02
2f1ea85
Compare
Choose a tag to compare

This new option will allow to keep full path for field name. This is in prevision of the new Profile Maker tool in OpenJTS

Change log severity in converter.go

15 Jan 08:32
4720fac
Compare
Choose a tag to compare

Change severity from error to debug

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.