Introduction
An Azure Monitor workspace provides a dedicated environment for storing and analyzing monitoring data. Unlike Log Analytics workspaces, Azure Monitor workspaces are currently optimized for Prometheus metrics, enabling scalable ingestion, querying, and visualization of container and infrastructure metrics without requiring users to manage underlying infrastructure.
Use the OpsRamp Azure Public Cloud integration to discover Azure Monitor workspaces and collect relevant metrics.
External reference
Azure Monitor workspace overview
Setup
To set up the Azure integration and discover the Azure service, go to Azure Integration Discovery Profile and select Monitor workspaces.
Event support
OpsRamp support Azure events for Azure Monitor workspace. Need to configure Azure Events in Opsramp Azure integration discovery profile.
Supported metrics
| OpsRamp Metric | Azure Metric | Metric Display Name | Unit | Description | Aggregation Type |
|---|---|---|---|---|---|
| azure_monitor_accounts_ActiveTimeSeries | ActiveTimeSeries | Active Time Series | Count | The number of unique time series recently ingested into the account over the previous 12 hours | Maximum |
| azure_monitor_accounts_ActiveTimeSeriesLimit | ActiveTimeSeriesLimit | Active Time Series Limit | Count | The limit on the number of unique time series which can be actively ingested into the account | Average |
| azure_monitor_accounts_ActiveTimeSeriesPercentUtilization | ActiveTimeSeriesPercentUtilization | Active Time Series % Utilization | Percent | The percentage of current active time series account limit being utilized | Average |
| azure_monitor_accounts_EventsDropped | EventsDropped | Events Dropped | Count | Number of events that were dropped by reason | Maximum |
| azure_monitor_accounts_EventsPerMinuteIngested | EventsPerMinuteIngested | Events Per Minute Received | Count | The number of events per minute recently received | Maximum |
| azure_monitor_accounts_EventsPerMinuteIngestedLimit | EventsPerMinuteIngestedLimit | Events Per Minute Received Limit | Count | The maximum number of events per minute which can be received before events become throttled | Average |
| azure_monitor_accounts_EventsPerMinuteIngestedPercentUtilization | EventsPerMinuteIngestedPercentUtilization | Events Per Minute Received % Utilization | Percent | The percentage of the current metric ingestion rate limit being utilized | Average |
| azure_monitor_accounts_TimeSeriesSamplesDropped | TimeSeriesSamplesDropped | Time Series Samples Dropped | Count | Number of timeseries samples that were dropped by reason | Maximum |