Azure Monitor: Added Microsoft.Cdn/profiles to supported namespace list (#42745)

* Added Microsoft.Cdn/profiles to Azure Monitor Plugin

Microsoft.Cdn/profiles is the Azure Front Door Standard/Premium resource which is not present in the supported namespaces. I would like to use this with Grafana.

* Azure Monitor: Added CDN WAF namespace

Added Microsoft.Cdn/cdnwebapplicationfirewallpolicies
Ensured both Microsoft.Cdn/cdnwebapplicationfirewallpolicies and Microsoft.Cdn/profiles are available in all azure clouds
pull/42821/head
James D 4 years ago committed by GitHub
parent 826b3bfd52
commit beb3a8f02d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/supported_namespaces.ts

@ -7,6 +7,8 @@ export default class SupportedNamespaces {
'Microsoft.Automation/automationAccounts',
'Microsoft.Batch/batchAccounts',
'Microsoft.Cache/redis',
'Microsoft.Cdn/cdnwebapplicationfirewallpolicies',
'Microsoft.Cdn/profiles',
'Microsoft.ClassicCompute/virtualMachines',
'Microsoft.ClassicCompute/domainNames/slots/roles',
'Microsoft.CognitiveServices/accounts',
@ -91,6 +93,8 @@ export default class SupportedNamespaces {
'Microsoft.ApiManagement/service',
'Microsoft.Batch/batchAccounts',
'Microsoft.Cache/redis',
'Microsoft.Cdn/cdnwebapplicationfirewallpolicies',
'Microsoft.Cdn/profiles',
'Microsoft.ClassicCompute/virtualMachines',
'Microsoft.ClassicCompute/domainNames/slots/roles',
'Microsoft.CognitiveServices/accounts',
@ -146,6 +150,8 @@ export default class SupportedNamespaces {
'Microsoft.AnalysisServices/servers',
'Microsoft.Batch/batchAccounts',
'Microsoft.Cache/redis',
'Microsoft.Cdn/cdnwebapplicationfirewallpolicies',
'Microsoft.Cdn/profiles',
'Microsoft.ClassicCompute/virtualMachines',
'Microsoft.ClassicCompute/domainNames/slots/roles',
'Microsoft.Compute/virtualMachines',
@ -196,6 +202,8 @@ export default class SupportedNamespaces {
'Microsoft.AnalysisServices/servers',
'Microsoft.Batch/batchAccounts',
'Microsoft.Cache/redis',
'Microsoft.Cdn/cdnwebapplicationfirewallpolicies',
'Microsoft.Cdn/profiles',
'Microsoft.ClassicCompute/virtualMachines',
'Microsoft.ClassicCompute/domainNames/slots/roles',
'Microsoft.CognitiveServices/accounts',

Loading…
Cancel
Save