azure-monitor-datasource icon indicating copy to clipboard operation
azure-monitor-datasource copied to clipboard

Microsoft.Compute/virtualMachines/extensions Resource Not Found

Open nckltcha opened this issue 6 years ago • 10 comments

I'm getting an error when trying to pull the additional metrics from the VM Extensions namespace:

esponse:Object error:Object code:"ResourceNotFound" message:"The Resource 'Microsoft.Compute/virtualMachines/extensions' under resource group '****' was not found."

Doesn't look like a permission issue as Datadog was able to pull these using the same credentials.

nckltcha avatar Mar 19 '18 09:03 nckltcha

I'm seeing something similar. Can you see any metrics for vm extensions in the azure portal? Which extension are you using?

daniellee avatar Mar 24 '18 21:03 daniellee

Yes I can see the extension metrics in the portal - I could also see them when using another tool - datadog.

image

nckltcha avatar Mar 27 '18 08:03 nckltcha

I think this and #46 are related. Diagnostics data is stored in Table storage and can be accessed only via Storage API.

AlexandarY avatar Apr 09 '18 15:04 AlexandarY

Hello, i am having the same problem i am using azure grafana plugin to see metrics, but then i want to see disk space in / and for that i have installed LinuxDiagnostics to my VM version 3.0

screen shot 2018-06-22 at 22 26 09

screen shot 2018-06-22 at 16 57 29

Then from grafana i get Resource Not found.

screen_shot_2018-06-22_at_16_55_52

How can i visualise that kind of metrics in grafana, is it possible at all?

oxie avatar Jun 22 '18 14:06 oxie

I gave up on this extension and installed telegraf on the VMs to extract the metrics I need

nckltcha avatar Jun 25 '18 09:06 nckltcha

Hello, i am having the same problem i am using azure grafana plugin to see metrics, but then i want to see disk space in / and for that i have installed LinuxDiagnostics to my VM version 3.0

screen shot 2018-06-22 at 22 26 09

screen shot 2018-06-22 at 16 57 29

Then from grafana i get Resource Not found.

screen_shot_2018-06-22_at_16_55_52

How can i visualise that kind of metrics in grafana, is it possible at all?

Any updates about this issue? I have the same problem :(

andreminelli avatar Sep 27 '18 16:09 andreminelli

Sorry mate...

the guys seems focused on other issues... support seems very low... better look for workaround bro... this aint getting done to work :/

Regards Valentin

On Thu, Sep 27, 2018 at 7:28 PM Andre Minelli [email protected] wrote:

Hello, i am having the same problem i am using azure grafana plugin to see metrics, but then i want to see disk space in / and for that i have installed LinuxDiagnostics to my VM version 3.0 [image: screen shot 2018-06-22 at 22 26 09] https://user-images.githubusercontent.com/10477248/41797866-e5b72756-766b-11e8-8bc0-4fbef4f54971.png

[image: screen shot 2018-06-22 at 16 57 29] https://user-images.githubusercontent.com/10477248/41783559-66ec422c-763d-11e8-92b0-9c52814e20fe.png

Then from grafana i get Resource Not found.

[image: screen_shot_2018-06-22_at_16_55_52] https://user-images.githubusercontent.com/10477248/41793770-6dc28b90-765d-11e8-8b98-60160a1aeaec.png

How can i visualise that kind of metrics in grafana, is it possible at all?

Any updates about this issue? I have the same problem :(

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/grafana/azure-monitor-datasource/issues/41#issuecomment-425157695, or mute the thread https://github.com/notifications/unsubscribe-auth/AJ_ewIe_ApNeyyjEHCb_S_B-FVZKNIFDks5ufPzFgaJpZM4Sv0gN .

oxie avatar Sep 28 '18 08:09 oxie

I just installed the telegraf client on the machine and collected my metrics that way

nckltcha avatar Oct 09 '18 10:10 nckltcha

yeh hahah that sounds like a solution, glad at least telegraf works as expected.... i hate it how they promote grafana as the No1 Tool for monitoring and then its so sucky at parts.... no database, no secure network, they just say we do monitoring.... okey guys put integrate it with the other part of the lifecycles =p

Cheers

On Tue, Oct 9, 2018 at 1:10 PM Nick Latocha [email protected] wrote:

I just installed the telegraf client on the machine and collected my metrics that way

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/grafana/azure-monitor-datasource/issues/41#issuecomment-428137046, or mute the thread https://github.com/notifications/unsubscribe-auth/AJ_ewB4nguEou3K46AuBLxgP_DXusijAks5ujHYngaJpZM4Sv0gN .

oxie avatar Oct 09 '18 19:10 oxie

@oxie

i hate it how they promote grafana as the No1 Tool for monitoring and then its so sucky at parts

Hey, this is open source - it didn't cost you a cent. The rest of your comment doesn't make much sense. Not sure who "they" is or what you mean by no db etc.

@bleep-io telegraf is a great solution - sounds like a very reliable way to collect metrics.

I never really got any good data in this thread to help me troubleshoot this. This stuff is totally undocumented.

I'm looking at a virtual machine with a couple of extensions:

image

And I don't see any of those metrics in the Azure Portal (in the metrics section) which makes it hard to reverse engineer the api.

daniellee avatar Dec 03 '18 23:12 daniellee