---
title: Neutrona
description: Neutrona Telemetry
breadcrumbs: Docs > Integrations > Neutrona
---

# Neutrona
Supported OS 
## Overview{% #overview %}

This check monitors [Neutrona](https://telemetry.neutrona.com) cloud connectivity services to:

- Azure (ExpressRoute)

## Setup{% #setup %}

The Neutrona check is not included in the [Datadog Agent](https://app.datadoghq.com/account/settings/agent/latest) package, so you need to install it.

### Installation{% #installation %}

For Agent v7.21+ / v6.21+, follow the instructions below to install the Neutrona check on your host. See [Use Community Integrations](https://docs.datadoghq.com/agent/guide/use-community-integrations/) to install with the Docker Agent or earlier versions of the Agent.

1. Run the following command to install the Agent integration:

   ```shell
   datadog-agent integration install -t datadog-neutrona==<INTEGRATION_VERSION>
   ```

1. Configure your integration similar to core [integrations](https://docs.datadoghq.com/getting_started/integrations/).

### Configuration{% #configuration %}

1. Edit the `neutrona.d/conf.yaml` file in the `conf.d/` folder at the root of your [Agent's configuration directory](https://docs.datadoghq.com/agent/guide/agent-configuration-files/#agent-configuration-directory) to start collecting your Neutrona metrics. See the [sample neutrona.d/conf.yaml](https://github.com/DataDog/integrations-extras/blob/master/neutrona/datadog_checks/neutrona/data/conf.yaml.example) for all available configuration options.

1. [Restart the Agent](https://docs.datadoghq.com/agent/guide/agent-commands/#start-stop-and-restart-the-agent)

### Validation{% #validation %}

[Run the Agent's status subcommand](https://docs.datadoghq.com/agent/guide/agent-commands/#service-status) and look for `neutrona` under the Checks section.

## Data Collected{% #data-collected %}

### Metrics{% #metrics %}

|  |
|  |
| **neutrona.azure.expressroute.egress\_bps**(gauge)                | Bits per second transmitted towards Azure over the ExpressRoute peering                      |
| **neutrona.azure.expressroute.egress\_interface\_errors**(gauge)  | Presence or absence of egress errors in the ExpressRoute NNI (Network-to-Network Interface)  |
| **neutrona.azure.expressroute.ingress\_bps**(gauge)               | Bits per second received from Azure over the ExpressRoute peering                            |
| **neutrona.azure.expressroute.ingress\_interface\_errors**(gauge) | Presence or absence of ingress errors in the ExpressRoute NNI (Network-to-Network Interface) |
| **neutrona.azure.expressroute.output\_optical\_power**(gauge)     | Output optical power measured at the ExpressRoute NNI (Network-to-Network Interface)         |
| **neutrona.azure.expressroute.receiver\_optical\_power**(gauge)   | Input optical power measured at the ExpressRoute NNI (Network-to-Network Interface)          |
| **neutrona.azure.expressroute.Two\_Way\_Delay**(gauge)            | Round trip delay*Shown as microsecond*                                                       |
| **neutrona.azure.expressroute.Two\_Way\_DV**(gauge)               | Jitter (delay variation)*Shown as microsecond*                                               |
| **neutrona.azure.expressroute.Packet\_Loss\_Ratio**(gauge)        | Packet loss ratio*Shown as percent*                                                          |

### Service Checks{% #service-checks %}

Neutrona does not include any service checks at this time.

### Events{% #events %}

Neutrona does not include any events at this time.

## Troubleshooting{% #troubleshooting %}

Need help? Contact [Datadog support](https://docs.datadoghq.com/help/).
