Azure Table Storage
Overview
Azure Table Storage is a NoSQL database service provided by Microsoft Azure that offers highly-scalable and cost-effective storage for structured data. It allows developers to store and query large amounts of structured data in a key-value format, making it ideal for applications that require fast and flexible data access.
Prerequisites
You can check the list of prerequisites required for Azure Storage here. These are the same for any other Azure service that you need to monitor using AIOps. Move to the section Adding Azure resources for Monitoring on the above link to view the prerequisites for Azure resource monitoring.
List of Supported KPIs
Name | Description | Type |
---|---|---|
azure.storage.table | Azure Storage table | String |
azure.storage.table.url | URL of the Azure Storage table | String |
azure.storage.table.e2e.latency.ms | End-to-end latency in milliseconds for Azure Storage Table | Count |
azure.storage.table.ingress.bytes | Bytes of data ingress to Azure Storage Table | Count |
azure.storage.table.egress.bytes | Bytes of data egress from Azure Storage Table | Count |
azure.storage.table.server.success.latency.ms | Latency in milliseconds for successful server operations on Azure Storage Table | Count |
azure.storage.table.transactions | Number of transactions on Azure Storage Table | Count |
azure.storage.table.capacity.bytes | Capacity in bytes of Azure Storage Table | Count |
azure.storage.tables | Number of Azure Storage Tables | Count |
azure.storage.table.entities | Number of entities in Azure Storage Table | Count |