# Install Dynatrace provider

## Install the Telemetry Provider <a href="#install-the-telemetry-provider" id="install-the-telemetry-provider"></a>

Skip this part if the Telemetry Provider is already installed.

To install the Dynatrace provider, create a YAML file (called `provider.yml` in this example) with the definition of the provider:

```yaml
# Dynatrace Telemetry Provider
name: Dynatrace
description: Telemetry Provider that enables to import metrics from Dynatrace installations
dockerImage: 485790562880.dkr.ecr.us-east-2.amazonaws.com/akamas/telemetry-providers/dynatrace-provider:3.4.1
```

Then you can install the provider using the Akamas CLI:

```bash
akamas install telemetry-provider provider.yml
```
