I need to find a way to separate out my windows metrics from my Linux metrics for dashboards in Grafana. I have everything going into 1 metrics bucket with a 90d retention, because based on what I read, that is what I should do.
I have a linux.conf and a windows.conf file that gathers metrics inside the VMs like disk partitions that the vSphere plug-in would only get the entire disk.
Now I need to figure out how to make the Linux dashboards query only the Linux machines and the Windows to only query the Windows machines. Since the machines have different versions of the operating systems within the same family (rhel7, rhel8, rhel9, windows2019, windows 2022, etc) not sure if I could just make a variable within Grafana to query all the Linux type hosts and windows type hosts or create a tag in the telegraf conf files to identify the hosts.
As this is my first install not sure the best path…