Azure Filtered Metrics¶
Azure Filtered Metrics is a feature that allows users to monitor specific metrics for their Azure resources, filtering out unnecessary data to focus on the most critical performance indicators. This helps in maintaining an efficient and effective cloud environment.
The Azure Filtered Metrics application allows you to retrieve and monitor selected metrics from your Azure resources, providing insights into performance and usage that are tailored to your needs.
Options
- Name*: Just a simple label to find it easier in the SenHub's interface.
- Description: Description for your own usage only.
- Vault*: Choose in the list box the appropriate vault for this resource.
- Group: optional — assign this instance to a group to organise it within SenHub.
- Link*: The direct link to the specific Azure resource or metric you want to monitor.
Example output
Channels are not fixed: the connector returns a State channel reflecting the resource's provisioning/status, followed by one channel per metric you selected (the channel name is the metric's display name, with its unit). When a metric is split by a dimension, the channel is suffixed with the dimension value:
{
"metrics": [
{ "channel": "State", "value": "Succeeded" },
{ "channel": "Total Requests", "value": 12840, "unit": "Count" },
{ "channel": "Data Usage", "value": 1048576, "unit": "Bytes" },
{ "channel": "Server Side Latency", "value": 4.72, "unit": "MilliSeconds" },
{ "channel": "Total Requests : West Europe", "value": 8110, "unit": "Count" },
{ "channel": "Total Requests : North Europe", "value": 4730, "unit": "Count" }
],
"message": "Metrics successfully retrieved.",
"status": "OK",
"date": 1725981405127
}