From 17306217aabaa3ae8dd1f5a12489a2b888113501 Mon Sep 17 00:00:00 2001 From: Josh Hunt Date: Thu, 19 Aug 2021 15:56:58 +0100 Subject: [PATCH] AzureMonitor: Support PostgreSQL and MySQL Flexible Servers (#38075) --- .../azure_monitor/supported_namespaces.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/supported_namespaces.ts b/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/supported_namespaces.ts index 8e6674157e2..3c6bbb4f274 100644 --- a/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/supported_namespaces.ts +++ b/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',