Skip to content

Commit dff42e2

Browse files
[ECOINT-117] Add Gatling Enterprise integration (DataDog#2669)
* Add Gatling Enterprise integration * Update Gatling Enterprise integration * Update Gatling Enterprise integration * Update Gatling Enterprise integration * Update Gatling Enterprise integration * add data collected in readme and codeowners entry --------- Co-authored-by: dd-pub-platform[bot] <157534740+dd-pub-platform[bot]@users.noreply.github.com> Co-authored-by: David Feng <david.feng@datadoghq.com>
1 parent ad5464b commit dff42e2

11 files changed

+1326
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,7 @@
11581158
/hawkeye_by_neubird/ @DataDog/ecosystems-review
11591159
/zilliz_cloud_zilliz_cloud/ @DataDog/ecosystems-review
11601160
/appomni/ @DataDog/ecosystems-review
1161+
/gatling_enterprise/ @DataDog/ecosystems-review
11611162

11621163
/downdetector/ @DataDog/ecosystems-review
11631164

gatling_enterprise/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CHANGELOG - Gatling Enterprise
2+
3+
## 1.0.0 / 2025-05-27
4+
5+
_**Added**_:
6+
7+
* Initial Release

gatling_enterprise/README.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
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

Comments
 (0)