Introduction
The Azure Bing Search resource (often used as Grounding with Bing in AI scenarios) provides programmatic access to Bing’s search capabilities. It enables applications and AI solutions to retrieve real-time web results, images, videos, and entity information to enhance responses with current and relevant data.
Use the OpsRamp Azure Public Cloud integration to discover the Azure Bing Search resource and collect associated metrics for monitoring.
External reference
Setup
To set up the Azure integration and discover the Azure service, go to Azure Integration Discovery Profile and select Bing Resources.
Event support
OpsRamp support Azure events for Azure Bing Resource. 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_bing_accounts_ClientErrors | ClientErrors | Client Errors | Count | Total number of client errors returned (HTTP status code 4xx) | Total |
| azure_bing_accounts_ServerErrors | ServerErrors | Server Errors | Count | Total number of server errors returned (HTTP status code 5xx) | Total |
| azure_bing_accounts_TotalErrors | TotalErrors | Total Errors | Count | Total number of errors returned (HTTP status code 4xx or 5xx) | Total |
| azure_bing_accounts_BlockedCalls | BlockedCalls | Blocked Calls | Count | Total number of API calls blocked due to rate limit or quota limit exceeded | Total |
| azure_bing_accounts_DataIn | DataIn | Data In | Bytes | Total bytes of incoming request data received | Total |
| azure_bing_accounts_DataOut | DataOut | Data Out | Bytes | Total bytes of outgoing response data sent | Total |
| azure_bing_accounts_SuccessfulCalls | SuccessfulCalls | Successful Calls | Count | Total number of successful calls (HTTP status code 2xx) | Total |
| azure_bing_accounts_TotalCalls | TotalCalls | Total Calls | Count | Total number of calls made to the Bing Search service | Total |
| azure_bing_accounts_Latency | Latency | Latency | Milliseconds | Average latency in milliseconds | Average |