mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
AzureMonitor: Add Microsoft.Insights/components metric namespace to other clouds (#42349)
This commit is contained in:
parent
2b6c03714c
commit
c15f444296
@ -107,6 +107,7 @@ export default class SupportedNamespaces {
|
||||
'Microsoft.EventHub/namespaces',
|
||||
'Microsoft.EventHub/clusters',
|
||||
'Microsoft.Insights/AutoscaleSettings',
|
||||
'Microsoft.Insights/components',
|
||||
'Microsoft.KeyVault/vaults',
|
||||
'Microsoft.Logic/workflows',
|
||||
'Microsoft.Network/networkInterfaces',
|
||||
@ -156,6 +157,7 @@ export default class SupportedNamespaces {
|
||||
'Microsoft.EventHub/namespaces',
|
||||
'Microsoft.EventHub/clusters',
|
||||
'Microsoft.Insights/AutoscaleSettings',
|
||||
'Microsoft.Insights/components',
|
||||
'Microsoft.KeyVault/vaults',
|
||||
'Microsoft.Network/networkInterfaces',
|
||||
'Microsoft.Network/loadBalancers',
|
||||
@ -206,6 +208,7 @@ export default class SupportedNamespaces {
|
||||
'Microsoft.Devices/provisioningServices',
|
||||
'Microsoft.EventHub/namespaces',
|
||||
'Microsoft.Insights/AutoscaleSettings',
|
||||
'Microsoft.Insights/components',
|
||||
'Microsoft.KeyVault/vaults',
|
||||
'Microsoft.Logic/workflows',
|
||||
'Microsoft.Network/networkInterfaces',
|
||||
|
Loading…
Reference in New Issue
Block a user