I have a strange issue whereby neither the Used Space bar or the Avg Transfer Speed sparkline fails to render in our production environment for any servers.
I’ve checked that the associated child objects have performance data and they do.
Does anyone have any clues on where I should start looking to troubleshoot the issue?
this is a problem with the matrix tile perspective for Windows Server. It is the same with Linux server and scoped hosted objects like disks.
Look at this part of the matrix tile description:
Performance data for the tile is queried per column using the tile scope. This data needs to be grouped together for each object, so that it can be displayed correctly for the appropriate row. By default it is grouped assuming that the objects are unhosted or top-level objects such as Computers, Network Devices, or Distributed Applications. If your tile is scoped to hosted child objects such as disks, websites or databases then you will need to override the default grouping behaviour with the below example under the config section.
That’s got the Avg Transfer Speed working. But any clues on how to get the used space also working? I tried changing the grouping as described and it still doesn’t work for that performance counter.