Hello,
I have recently upgraded from telegraf v1.20.4 to 1.24.2 with a package built using go 1.19.2.
In the metrics data output of temp plugin i find some of the metrics missing especially the sensor tag names as _crit, critalarm, _max and _input in 1.24.2.
v1.20.4
sensor=coretemp_packageid0_crit temp=98
sensor=coretemp_packageid0_critalarm temp=0
sensor=coretemp_packageid0_input temp=80
sensor=coretemp_packageid0_max temp=88
v1.24.2
sensor=coretemp_package_id_0 temp=80
Note that the test data are captured in same machine but with different version of telegraf installed.
Can you clarify the reason for this change?
regards,
Saravanan G