---
title: Gatling Enterprise
description: Collect load testing metrics from Gatling Enterprise
breadcrumbs: Docs > Integrations > Gatling Enterprise
---

# Gatling Enterprise
Supported OS Integration version1.3.0        Gatling Enterprise Overview - Events, Request, and ResponseGatling Enterprise Overview dashboard - Response Time and UsersGatling Enterprise Overview dashboard - Bandwidth Usage, TCP, and TLSGatling Enterprise Overview dashboard - Event overlay
## Overview{% #overview %}

Gatling Enterprise is a load testing platform designed to help teams validate application scalability and performance under real-world traffic conditions.

With the Datadog integration, teams can investigate performance issues by correlating load test metrics such as response times, throughput, and errors with infrastructure data tracked in Datadog.

Gatling Enterprise sends metrics to Datadog, allowing engineering and SRE teams to centralize performance insights and improve decision-making around scalability and reliability.

## Setup{% #setup %}

**Note**: This integration is available for Gatling Enterprise customers. To learn more about Gatling Enterprise and get started for free, visit [gatling.io/products](https://gatling.io/products).

1. In Datadog, navigate to **Integrations**, select the Gatling Enterprise tile, and click **Install Integration**.

1. In your Gatling control-plane installation, edit your [configuration file](https://docs.gatling.io/reference/install/cloud/private-locations/introduction/). In the section `system-properties`, add the parameters as follows. Replace YOUR_API_KEY with your [Datadog API key](https://docs.datadoghq.com/account_management/api-app-keys.md) and use the correct [Datadog site](https://docs.datadoghq.com/getting_started/site.md) for your organization:

```bash
control-plane {
  locations = [
    {
      id = "prl_example"
      # ... other configuration for your location
      system-properties {
        "gatling.enterprise.dd.api.key" = "YOUR_API_KEY" # Fill your API key here
        "gatling.enterprise.dd.site" = "datadoghq.com"  # Replace with your Datadog site
      }
    }
  ]
}
```
Deploy and restart your control plane
## Data Collected{% #data-collected %}

### Metrics{% #metrics %}

|  |
|  |
| **gatling\_enterprise.user.start\_count**(count)                 | Number of injected users*Shown as user*                                                              |
| **gatling\_enterprise.user.end\_count**(count)                   | Number of stopped users*Shown as user*                                                               |
| **gatling\_enterprise.user.concurrent**(count)                   | Number of concurrent users*Shown as user*                                                            |
| **gatling\_enterprise.request.count**(count)                     | Number of requests*Shown as request*                                                                 |
| **gatling\_enterprise.response.count**(count)                    | Number of responses*Shown as response*                                                               |
| **gatling\_enterprise.response.response\_time.max**(gauge)       | Maximum response time*Shown as millisecond*                                                          |
| **gatling\_enterprise.response.response\_time.min**(gauge)       | Minimum response time*Shown as millisecond*                                                          |
| **gatling\_enterprise.response.response\_time.p95**(gauge)       | Response time for the 95th percentiles (95% of the requests)*Shown as millisecond*                   |
| **gatling\_enterprise.response.response\_time.p99**(gauge)       | Response time for the 99th percentiles (99% of the requests)*Shown as millisecond*                   |
| **gatling\_enterprise.response.response\_time.p999**(gauge)      | Response time for the 99.9th percentiles (99.9% of the requests)*Shown as millisecond*               |
| **gatling\_enterprise.response.code**(count)                     | HTTP status codes of the response                                                                    |
| **gatling\_enterprise.bandwidth\_usage.sent**(count)             | Outbound bandwidth usage*Shown as bit*                                                               |
| **gatling\_enterprise.bandwidth\_usage.received**(count)         | Inbound bandwidth usage*Shown as bit*                                                                |
| **gatling\_enterprise.request.bits**(count)                      | Renamed to gatling_enterprise.bandwidth_usage.sent*Shown as bit*                                     |
| **gatling\_enterprise.response.bits**(count)                     | Renamed to gatling_enterprise.bandwidth_usage.received*Shown as bit*                                 |
| **gatling\_enterprise.tcp.open\_count**(count)                   | Number of opened TCP requests*Shown as request*                                                      |
| **gatling\_enterprise.tcp.close\_count**(count)                  | Number of closed TCP requests*Shown as request*                                                      |
| **gatling\_enterprise.tcp.connection\_count**(count)             | Number of TCP requests*Shown as request*                                                             |
| **gatling\_enterprise.tcp.connect\_time.min**(gauge)             | Minimum TCP response connect time*Shown as millisecond*                                              |
| **gatling\_enterprise.tcp.connect\_time.max**(gauge)             | Maximum TCP response connect time*Shown as millisecond*                                              |
| **gatling\_enterprise.tcp.connect\_time.p95**(gauge)             | TCP response connect time for the 95th percentiles (95% of the requests)*Shown as millisecond*       |
| **gatling\_enterprise.tcp.connect\_time.p99**(gauge)             | TCP response connect time for the 99th percentiles (99% of the requests)*Shown as millisecond*       |
| **gatling\_enterprise.tcp.connect\_time.p999**(gauge)            | TCP response connect time for the 99.9th percentiles (99.9% of the requests)*Shown as millisecond*   |
| **gatling\_enterprise.tls.handshake\_count**(count)              | Number of TSL responses*Shown as response*                                                           |
| **gatling\_enterprise.tls.handshake\_time.min**(gauge)           | Minimum TLS response handshake time*Shown as millisecond*                                            |
| **gatling\_enterprise.tls.handshake\_time.max**(gauge)           | Maximum TLS response handshake time*Shown as millisecond*                                            |
| **gatling\_enterprise.tls.handshake\_time.p95**(gauge)           | TLS response handshake time for the 95th percentiles (95% of the requests)*Shown as millisecond*     |
| **gatling\_enterprise.tls.handshake\_time.p99**(gauge)           | TLS response handshake time for the 99th percentiles (99% of the requests)*Shown as millisecond*     |
| **gatling\_enterprise.tls.handshake\_time.p999**(gauge)          | TLS response handshake time for the 99.9th percentiles (99.9% of the requests)*Shown as millisecond* |
| **gatling\_enterprise.request.tcp.open\_count**(count)           | Renamed to gatling_enterprise.tcp.open_count*Shown as request*                                       |
| **gatling\_enterprise.request.tcp.close\_count**(count)          | Renamed to gatling_enterprise.tcp.close_count*Shown as request*                                      |
| **gatling\_enterprise.response.tcp.count**(count)                | Renamed to gatling_enterprise.tcp.connection_count*Shown as request*                                 |
| **gatling\_enterprise.response.tcp.connect\_time.min**(gauge)    | Renamed to gatling_enterprise.tcp.connect_time.min*Shown as millisecond*                             |
| **gatling\_enterprise.response.tcp.connect\_time.max**(gauge)    | Renamed to gatling_enterprise.tcp.connect_time.max*Shown as millisecond*                             |
| **gatling\_enterprise.response.tcp.connect\_time.p95**(gauge)    | Renamed to gatling_enterprise.tcp.connect_time.p95*Shown as millisecond*                             |
| **gatling\_enterprise.response.tcp.connect\_time.p99**(gauge)    | Renamed to gatling_enterprise.tcp.connect_time.p99*Shown as millisecond*                             |
| **gatling\_enterprise.response.tcp.connect\_time.p999**(gauge)   | Renamed to gatling_enterprise.tcp.connect_time.p999*Shown as millisecond*                            |
| **gatling\_enterprise.response.tls.count**(count)                | Renamed to gatling_enterprise.tls.handshake_count*Shown as response*                                 |
| **gatling\_enterprise.response.tls.handshake\_time.min**(gauge)  | Renamed to gatling_enterprise.tls.handshake_time.min*Shown as millisecond*                           |
| **gatling\_enterprise.response.tls.handshake\_time.max**(gauge)  | Renamed to gatling_enterprise.tls.handshake_time.max*Shown as millisecond*                           |
| **gatling\_enterprise.response.tls.handshake\_time.p95**(gauge)  | Renamed to gatling_enterprise.tls.handshake_time.p95*Shown as millisecond*                           |
| **gatling\_enterprise.response.tls.handshake\_time.p99**(gauge)  | Renamed to gatling_enterprise.tls.handshake_time.p99*Shown as millisecond*                           |
| **gatling\_enterprise.response.tls.handshake\_time.p999**(gauge) | Renamed to gatling_enterprise.tls.handshake_time.p999*Shown as millisecond*                          |

## Uninstallation{% #uninstallation %}

1. In Datadog, navigate to **Integrations**, select the Gatling Enterprise tile, and click **Uninstall Integration**.

1. In your Gatling control-plane installation, edit your [configuration file](https://docs.gatling.io/reference/install/cloud/private-locations/introduction). In the section `system-properties`, remove the lines containing `gatling.enterprise.dd`.

1. Deploy and restart your control plane.

## Support{% #support %}

Need help? Contact [Gatling Enterprise support](https://gatlingcorp.atlassian.net/servicedesk/customer/portal/8).
