I would like to collect the same metric from 2-3 http endpoints and check if the values are the same, or within a certain range. So, some arithmetic and comparisons. Can this be done within Telegraf? I wouldn’t be able to write a Go plugin at this point.
The solution is to put all the logic say in a Python script and run it with inputs.exec
?