Is there a processor for comparing values?

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?

We don’t have a processor for this right now so it would need to be done in a exec script.