From 076cfec0fe501f91d3ba3ae23920f08a5bb0e08b Mon Sep 17 00:00:00 2001 From: Maurizio Branca Date: Thu, 19 Sep 2024 10:29:00 +0200 Subject: [PATCH] azure metrics: add list of supported databases and namespaces (#11118) Add the list of databases and namespaces supported by the Azure Database Account integration. Set the right expectations about the namespaces and supported databases. Without this list, users may expect this integration to support all database types available in Azure. --- .../_dev/build/docs/database_account.md | 12 ++++++++++++ packages/azure_metrics/changelog.yml | 6 +++++- packages/azure_metrics/docs/database_account.md | 12 ++++++++++++ packages/azure_metrics/manifest.yml | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/packages/azure_metrics/_dev/build/docs/database_account.md b/packages/azure_metrics/_dev/build/docs/database_account.md index 25712ec1c55..345ef4a9c31 100644 --- a/packages/azure_metrics/_dev/build/docs/database_account.md +++ b/packages/azure_metrics/_dev/build/docs/database_account.md @@ -1,9 +1,21 @@ # Azure Database Account Integration The Azure Database Account data stream collects and aggregates database account related metrics from Azure Database Account type resources where it can be used for analysis, visualization, and alerting. + The Azure Database Account will periodically retrieve the Azure Monitor metrics using the Azure REST APIs as MetricList. Additional Azure API calls will be executed to retrieve information regarding the resources targeted by the user. +## Supported namespaces and databases + +The Azure Database Account integration collects metrics from the `Microsoft.DocumentDb/databaseAccounts` namespace only. + +The integration supports metrics for the following databases: + +- Azure Cosmos DB with SQL API +- Azure Cosmos DB for Apache Gremlin +- Azure Cosmos DB for Apache Cassandra +- Azure Cosmos DB for MongoDB + ## Requirements Before you start, check the [Authentication and costs](https://docs.elastic.co/integrations/azure_metrics#authentication-and-costs) section. diff --git a/packages/azure_metrics/changelog.yml b/packages/azure_metrics/changelog.yml index f33ab067622..22585dd9197 100644 --- a/packages/azure_metrics/changelog.yml +++ b/packages/azure_metrics/changelog.yml @@ -1,4 +1,8 @@ - +- version: "1.6.5" + changes: + - description: Consolidate content on Azure metrics pages. + type: enhancement + link: https://github.com/elastic/integrations/pull/11118 - version: "1.6.4" changes: - description: Consolidate content on Azure metrics pages. diff --git a/packages/azure_metrics/docs/database_account.md b/packages/azure_metrics/docs/database_account.md index 369d14edf8d..ad54aae6c97 100644 --- a/packages/azure_metrics/docs/database_account.md +++ b/packages/azure_metrics/docs/database_account.md @@ -1,9 +1,21 @@ # Azure Database Account Integration The Azure Database Account data stream collects and aggregates database account related metrics from Azure Database Account type resources where it can be used for analysis, visualization, and alerting. + The Azure Database Account will periodically retrieve the Azure Monitor metrics using the Azure REST APIs as MetricList. Additional Azure API calls will be executed to retrieve information regarding the resources targeted by the user. +## Supported namespaces and databases + +The Azure Database Account integration collects metrics from the `Microsoft.DocumentDb/databaseAccounts` namespace only. + +The integration supports metrics for the following databases: + +- Azure Cosmos DB with SQL API +- Azure Cosmos DB for Apache Gremlin +- Azure Cosmos DB for Apache Cassandra +- Azure Cosmos DB for MongoDB + ## Requirements Before you start, check the [Authentication and costs](https://docs.elastic.co/integrations/azure_metrics#authentication-and-costs) section. diff --git a/packages/azure_metrics/manifest.yml b/packages/azure_metrics/manifest.yml index 29bf0a0f5dd..74d8a25d44e 100644 --- a/packages/azure_metrics/manifest.yml +++ b/packages/azure_metrics/manifest.yml @@ -1,6 +1,6 @@ name: azure_metrics title: Azure Resource Metrics -version: 1.6.4 +version: 1.6.5 description: Collect metrics from Azure resources with Elastic Agent. type: integration icons: