---
title: Azure Event Grid Topics service through Azure Monitor integration
source: https://docs.newrelic.com/docs/infrastructure/microsoft-azure-integrations/azure-integrations-list/azure-event-grid-topics-monitoring-integration
---

[New Relic's integrations](https://docs.newrelic.com/docs/infrastructure/introduction-infra-monitoring) include an integration for reporting your [Microsoft Azure Event Grid Topics ](https://azure.microsoft.com/en-us/products/event-grid/) metrics and other data to New Relic. This document explains how to activate the integration and describes the data reported.

## Features

Event Grid is a highly scalable, serverless event broker that you can use to integrate applications using events. Events are delivered by Event Grid to subscriber destinations such as applications, Azure services, or any endpoint to which Event Grid has network access. Event Grid topic provides an endpoint where the source sends events. A topic is used for a collection of related events. To respond to certain types of events, subscribers decide which topics to subscribe to.

Using New Relic, you can:

-   View Azure Azure Event Grid Topics data in pre-built dashboards.
-   Run [custom queries and visualize the data](https://docs.newrelic.com/docs/infrastructure/integrations-getting-started/getting-started/use-integration-data-new-relic-insights).
-   Create alert conditions to notify you of changes in data.

## Activate integration [#activate]

Follow standard [Azure Monitor integration procedure](https://docs.newrelic.com/docs/infrastructure/microsoft-azure-integrations/azure-integrations-list/azure-monitor) 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](https://docs.newrelic.com/docs/infrastructure/microsoft-azure-integrations/azure-integrations-list/azure-monitor/#settings).

New Relic queries your Azure Event Grid Topics services through the Azure Monitor integration according to a default [polling](https://docs.newrelic.com/docs/infrastructure/microsoft-azure-integrations/azure-integrations-list/azure-monitor/#settings) interval.

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

To [explore your integration data](https://docs.newrelic.com/docs/infrastructure/integrations/find-use-infrastructure-integration-data), go to **[one.newrelic.com/infra](https://one.newrelic.com/infra) > Azure > (select an integration)**.

## Metric data [#metrics]

This integration collects the following [metric data](https://docs.newrelic.com/docs/infrastructure/integrations-getting-started/getting-started/understand-integration-data-data-types#metric):

### Azure Event Grid Topics metrics [#Azure-event-grid-topics]

| Metric                              | Description                                                                 |
| ----------------------------------- | --------------------------------------------------------------------------- |
| `AdvancedFilterEvaluationCount`     | Total advanced filters evaluated across event subscriptions for this topic. |
| `DeadLetteredCount`                 | Total dead lettered events matching to this event subscription.             |
| `DeliveryAttemptFailCount`          | Total events failed to deliver to this event subscription.                  |
| `DeliverySuccessCount`              | Total events delivered to this event subscription.                          |
| `DestinationProcessingDurationInMs` | Destination processing duration in milliseconds.                            |
| `DroppedEventCount`                 | Total dropped events matching this event subscription.                      |
| `MatchedEventCount`                 | Total events matched to this event subscription.                            |
| `PublishFailCount`                  | Total events failed to publish to this topic.                               |
| `PublishSuccessCount`               | Total events published to this topic.                                       |
| `PublishSuccessLatencyInMs`         | Publish success latency in milliseconds.                                    |
| `UnmatchedEventCount`               | Total events not matching any of the event subscriptions for this topic.    |
