Skip to content

Latest commit

 

History

History
124 lines (108 loc) · 3.79 KB

azure-bing-search-monitoring-integration.mdx

File metadata and controls

124 lines (108 loc) · 3.79 KB
title metaDescription freshnessValidatedDate
Azure Bing Search service through Azure Monitor integration
New Relic's Microsoft Azure Bing Search integration: what data it reports and how to enable it.
2023-06-06

New Relic's integrations include an integration for reporting your Microsoft Azure Bing Search metrics and other data to New Relic. This document explains how to activate the integration and describes the data reported.

Features

New Relic gathers metrics data from Azure Monitor for the Azure Bing Search service. Azure Bing Search services provide developers with an easy-to-use platform for integrating search and AI capabilities into their applications.

Using New Relic, you can:

Activate integration [#activate]

Follow standard Azure Monitor integration procedure to activate your Azure service in New Relic infrastructure monitoring.

Configuration and polling [#polling]

You can change the polling frequency and filter data using configuration options.

New Relic queries your Azure Bing Search services through Azure Monitor integration according to a default polling interval.

Find and use data [#find-and-use]

To explore your integration data, go to one.newrelic.com/infra > Azure > (select an integration).

Metric data [#metrics]

This integration collects the following metric data.

Azure Bing Search metrics [#Azure-bing-search]

Metric Description
`BlockedCalls` Number of calls that exceeded the rate or quota limit.
`ClientErrors` Number of calls with any client error (HTTP status code 4xx).
`DataIn` Incoming request Content-Length in bytes.
`DataOut` Outgoing response Content-Length in bytes.
`Latency` Latency in milliseconds.
`ServerErrors` Number of calls with any server error (HTTP status code 5xx).
`SuccessfulCalls` Number of successful calls (HTTP status code 2xx).
`TotalCalls` Total number of calls.
`TotalErrors` Number of calls with any error (HTTP status code 4xx or 5xx).