Supported metrics for microsoft.bing/accounts

The following table lists the metrics available for the microsoft.bing/accounts resource type.

Table headings

Metric - The metric display name as it appears in the Azure portal.
Name in Rest API - Metric name as referred to in the REST API.
Unit - Unit of measure.
Aggregation - The default aggregation type. Valid values: Average, Minimum, Maximum, Total, Count.
Dimensions - Dimensions available for the metric.
Time Grains - Intervals at which the metric is sampled. For example, PT1M indicates that the metric is sampled every minute, PT30M every 30 minutes, PT1H every hour, and so on.
DS Export- Whether the metric is exportable to Azure Monitor Logs via Diagnostic Settings. For information on exporting metrics, see Create diagnostic settings in Azure Monitor.

For information on metric retention, see Azure Monitor Metrics overview.

Category Metric Name in REST API Unit Aggregation Dimensions Time Grains DS Export
Traffic Blocked Calls

Number of calls that exceeded the rate or quota limit
BlockedCalls Count Total ApiName, ServingRegion, StatusCode PT1M Yes
Errors Client Errors

Number of calls with any client error (HTTP status code 4xx)
ClientErrors Count Total ApiName, ServingRegion, StatusCode PT1M Yes
Traffic Data In

Incoming request Content-Length in bytes
DataIn Bytes Total ApiName, ServingRegion, StatusCode PT1M Yes
Traffic Data Out

Outgoing response Content-Length in bytes
DataOut Bytes Total ApiName, ServingRegion, StatusCode PT1M Yes
Latency Latency

Latency in milliseconds
Latency Milliseconds Average, Minimum, Maximum ApiName, ServingRegion, StatusCode PT1M Yes
Errors Server Errors

Number of calls with any server error (HTTP status code 5xx)
ServerErrors Count Total ApiName, ServingRegion, StatusCode PT1M Yes
Traffic Successful Calls

Number of successful calls (HTTP status code 2xx)
SuccessfulCalls Count Total ApiName, ServingRegion, StatusCode PT1M Yes
Traffic Total Calls

Total number of calls
TotalCalls Count Total ApiName, ServingRegion, StatusCode PT1M Yes
Errors Total Errors

Number of calls with any error (HTTP status code 4xx or 5xx)
TotalErrors Count Total ApiName, ServingRegion, StatusCode PT1M Yes