Telegraf namespace missing from metrics?
Hi,
I was looking at our Grafana instance with the intent to add a new graph for an existing VM but when I got to the 'metric namespace' dropdown I could only see the 'Microsoft Compute-Virtual Machines' option? I know the VM in question is sending telegraf metrics to azure and I can see the 'Telegraf/disk' namespace in the dropdown of another graph for the same machine?
I went on to azure portal and in Monitor I chose the same VM and again I could not see Telegraf under the metrics namespace dropdown only the 'Virtual Machine Host' option.
I then tried the azure console and ran the command
az monitor metrics list-namespaces --resource-uri
with the VM resource id and the result only showed the 'Microsoft.Compute/virtualMachines' namespace name?
Any thoughts. The Telegraf Metrics must be still in there somewhere as on the existing graphs the data is still appearing and the values are changing inline with the activity on the VM. Yet I can't locate them in the Metrics system and nor can Grafana see the Telegraf namespace???
Help!