AzureMonitor: Support PostgreSQL and MySQL Flexible Servers (#38075)

pull/38077/head
Josh Hunt 4 years ago committed by GitHub
parent 1f091c448f
commit 17306217aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/supported_namespaces.ts

@ -23,7 +23,9 @@ export default class SupportedNamespaces {
'Microsoft.DataLakeStore/accounts',
'Microsoft.DBforMariaDB/servers',
'Microsoft.DBforMySQL/servers',
'Microsoft.DBforMySQL/flexibleServers',
'Microsoft.DBforPostgreSQL/servers',
'Microsoft.DBforPostgreSQL/flexibleServers',
'Microsoft.Devices/IotHubs',
'Microsoft.Devices/provisioningServices',
'Microsoft.DocumentDB/databaseAccounts',

Loading…
Cancel
Save