http://phecoopwm6x7azx26ctuqcp6673bbqkrqfeoiz2wwk36sady5tqbdpqd.onion/posts/telegraf/tag-a-specific-drive-when-capturing-usage-of-all-drives-on-windows.html
For example, you might want to alert on root partitions across all servers (i.e. not just Windows boxes) so might want to add a tag to just the C: drive to mark it as a root partition The [win_perf_counters](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/win_perf_counters) input plugin supports using a Wildcard, so you can easily capture all disks, but it doesn't directly allow you to tag just a single disk within that This snippet details how to use the Template Processor plugin to...