Description
No data is collected for any Azure resources collecting data via new Azure Monitor which is the new model recommended by NR. The older '*Sample' data sources are the only thing that are viewed in the dashboard queries.
No data shown in the widgets based upon *Sample data types
Steps to Reproduce
Setup an Azure collection via Azure Monitor metrics Configuration. This collects to core Metrics data type.
Expected Behavior
Data should be visible in all dashboard widgets
Relevant Logs / Console output
Example query with old schema -
FROM
AzureDataFactoryDataFactorySample,
AzureDataFactoryFactorySample,
AzureEventHubNamespaceSample,
AzureEventHubClusterSample,
AzurePowerBIDedicatedCapacitySample
SELECT
bytecountestimate()/10e8 AS '1 DAY (GB)',
rate(bytecountestimate()/10e8, 1 MONTH) AS '1 MONTH (GB)'
SINCE 24 HOURS AGO COMPARE WITH 1 WEEK AGO
LIMIT MAX
Your Environment
Additional context