Azure / Azure/azure-rest-api-specs

Microsoft.Insights provider returns empty results

Open
#7,364 5 comments 0 reactions 1 assignee Claimed by @anuchandy View on GitHub
customer-reported Insights Service Attention
Dominant language
TypeSpec
Stars
3.1k
Forks
5.9k
Avg merge
3d 2h
Merged PRs (30d)
424

Description

```
DEBUG: [Common.Authentication]: Authenticating using Account: 'MSI@50342', environment: 'AzureCloud', tenant: 'd22c77f4-2e36-47f9-91bd-85176efc7a36'
DEBUG: [HttpClientOperations]: Adding Header 'Metadata'
DEBUG: Checking Cache request http://localhost:50342/oauth2/token?resource=https%3A%2F%2Fmanagement.core.windows.net%2F&api-version=2018-02-01
DEBUG: Cache Hit
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com//subscriptions//resourceGroups/BrazilSouthCommVault/providers/Microsoft.Storage/storageAccounts/cvnsabrazilsouthlrs/providers/microsoft.insights/metrics?timespan=2019-09-30T20%3A18%3A23.0881904Z%2F2019-09-30T21%3A18%3A23.0881904Z&api-version=2018-01-01

Headers:
x-ms-client-request-id : 6b70e34a-2cab-406c-b2e2-a81f69a09284
Accept-Language : en-US

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Cache-Control : no-cache
Vary : Accept-Encoding
x-ms-ratelimit-remaining-subscription-reads: 11999
x-ms-request-id : {a367ac6a-85f7-42dc-909c-b8d8b940b78f}
Server : Microsoft-IIS/10.0
X-AspNet-Version : 4.0.30319
X-Powered-By : ASP.NET
x-ms-correlation-request-id : a367ac6a-85f7-42dc-909c-b8d8b940b78f
x-ms-routing-request-id : SOUTHCENTRALUS:20190930T211823Z:a367ac6a-85f7-42dc-909c-b8d8b940b78f
Strict-Transport-Security : max-age=31536000; includeSubDomains
X-Content-Type-Options : nosniff
Date : Mon, 30 Sep 2019 21:18:22 GMT

Body:
{
"cost": 0,
"timespan": "2019-09-30T20:18:23Z/2019-09-30T21:18:23Z",
"interval": "PT1H",
"value": [
{
"id": "/subscriptions//resourceGroups/BrazilSouthCommVault/providers/Microsoft.Storage/storageAccounts/cvnsabrazilsouthlrs/providers/Microsoft.Insights/metrics/UsedCapacity",
"type": "Microsoft.Insights/metrics",
"name": {
"value": "UsedCapacity",
"localizedValue": "Used capacity"
},
"unit": "Bytes",
"timeseries": [
{
"metadatavalues": [],
"data": [
{
"timeStamp": "2019-09-30T20:18:00Z"
}
]
}
]
}
],
"namespace": "Microsoft.Storage/storageAccounts",
"resourceregion": "brazilsouth"
}

TimeStamp : 9/30/19 8:18:00 PM
Average :
Minimum :
Maximum :
Total :
Count :

DEBUG: AzureQoSEvent: CommandName - Get-AzMetric; IsSuccess - True; Duration - 00:00:00.2554757; Exception - ;
DEBUG: Finish sending metric.
DEBUG: 9:18:23 PM - GetAzureRmMetricCommand end processing.
DEBUG: 9:18:23 PM - GetAzureRmMetricCommand end processing.
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.