Skip to content

Azure Integrations Data Ingest Analysis dashboard does not use Azure Monitor data collection model recommended by NR #2706

@bartelia

Description

@bartelia

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingstale

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions