|
| 1 | +# Gatling Enterprise |
| 2 | + |
| 3 | +## Overview |
| 4 | + |
| 5 | +Gatling Enterprise is a load testing platform designed to help teams validate application scalability and performance under real-world traffic conditions. |
| 6 | + |
| 7 | +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. |
| 8 | + |
| 9 | +Gatling Enterprise sends metrics to Datadog, allowing engineering and SRE teams to centralize performance insights and improve decision-making around scalability and reliability. |
| 10 | + |
| 11 | + |
| 12 | +## Setup |
| 13 | + |
| 14 | +> **Note**: This integration is available for Gatling Enterprise customers. To learn more about Gatling Enterprise and get started for free, visit [gatling.io/products][1]. |
| 15 | +
|
| 16 | +1. In Datadog, navigate to **Integrations**, select the Gatling Enterprise tile, and click **Install Integration**. |
| 17 | + |
| 18 | +2. In your Gatling control-plane installation, edit your [configuration file][2]. In the section `system-properties`, add the parameters as follows. Replace YOUR_API_KEY with your [Datadog API key][3] and use the correct [Datadog site][4] for your organization: |
| 19 | + |
| 20 | +```bash |
| 21 | +control-plane { |
| 22 | + locations = [ |
| 23 | + { |
| 24 | + id = "prl_example" |
| 25 | + # ... other configuration for your location |
| 26 | + system-properties { |
| 27 | + "gatling.enterprise.dd.api.key" = "YOUR_API_KEY" # Fill your API key here |
| 28 | + "gatling.enterprise.dd.site" = "datadoghq.com" # Replace with your Datadog site |
| 29 | + } |
| 30 | + } |
| 31 | + ] |
| 32 | +} |
| 33 | +``` |
| 34 | +
|
| 35 | +3. Deploy and restart your control plane |
| 36 | +
|
| 37 | +
|
| 38 | +## Data Collected |
| 39 | +
|
| 40 | +The Gatling Enterprise integration gathers all metrics for databases, nodes, and shards. |
| 41 | +
|
| 42 | +
|
| 43 | +### Metrics |
| 44 | +
|
| 45 | +See [metadata.csv][6] for a list of metrics provided by this integration. |
| 46 | +
|
| 47 | +## Uninstallation |
| 48 | +
|
| 49 | +1. In Datadog, navigate to **Integrations**, select the Gatling Enterprise tile, and click **Uninstall Integration**. |
| 50 | +
|
| 51 | +2. In your Gatling control-plane installation, edit your [configuration file][5]. In the section `system-properties`, remove the lines containing `gatling.enterprise.dd`. |
| 52 | + |
| 53 | +3. Deploy and restart your control plane. |
| 54 | +
|
| 55 | +## Support |
| 56 | +
|
| 57 | +Need help? Contact [Gatling Enterprise support][7]. |
| 58 | +
|
| 59 | +
|
| 60 | +
|
| 61 | +[1]: https://gatling.io/products |
| 62 | +[2]: https://docs.gatling.io/reference/install/cloud/private-locations/introduction/ |
| 63 | +[3]: https://docs.datadoghq.com/account_management/api-app-keys/ |
| 64 | +[4]: https://docs.datadoghq.com/getting_started/site/ |
| 65 | +[5]: https://docs.gatling.io/reference/install/cloud/private-locations/introduction |
| 66 | +[6]: https://github.com/DataDog/integrations-extras/blob/master/gatling_enterprise/metadata.csv |
| 67 | +[7]: https://gatlingcorp.atlassian.net/servicedesk/customer/portal/8 |
0 commit comments