Add postgreSQL Flexible Server Monitoring Dashboard (#74953)

* Add postgreSQL Flexible Server Monitoring Dashboard

* Fix grammatical errors
pull/75224/head
John Martins 2 years ago committed by GitHub
parent e84599bd51
commit 8585a2fcbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8487
      public/app/plugins/datasource/azuremonitor/dashboards/postgresFlexibleServer.json
  2. 5
      public/app/plugins/datasource/azuremonitor/plugin.json

@ -5,6 +5,11 @@
"category": "cloud", "category": "cloud",
"includes": [ "includes": [
{ "type": "dashboard", "name": "Azure / Alert Consumption", "path": "dashboards/v1Alerts.json" }, { "type": "dashboard", "name": "Azure / Alert Consumption", "path": "dashboards/v1Alerts.json" },
{
"type": "dashboard",
"name": "Azure / Azure PostgreSQL / Flexible Server Monitoring",
"path": "dashboards/postgresFlexibleServer.json"
},
{ {
"type": "dashboard", "type": "dashboard",
"name": "Azure / Insights / Applications", "name": "Azure / Insights / Applications",

Loading…
Cancel
Save