Configure telegraf to monitor IIS applications

In my case I have a single telegraf (master) server to monitor remote services like apache , tomcat etc.

Is it possible to monitor IIS metrics through telegraf, without installing a telegraf on the windows servers.

I have looked at the documentation and have seen that “inputs.win_perf_counters” might help but not sure how to configure it to collect remotely.

Please help.

Its agent based, therefore you would need telegraf as an agent running on the server you want collect data from.
There are very few metrics which could be an exception but IIS is not one of them.