Skip to content

Commit e0ae41d

Browse files
[ECOINT-146] Add Akamas integration (DataDog#2694)
* Add Akamas integration * Update Akamas integration * Update Akamas integration * Update Akamas integration * Update Akamas integration * update CODEOWNERS to add akamas --------- Co-authored-by: dd-pub-platform[bot] <157534740+dd-pub-platform[bot]@users.noreply.github.com> Co-authored-by: Holden McGinnis <[email protected]>
1 parent 1cd5e22 commit e0ae41d

File tree

10 files changed

+682
-0
lines changed

10 files changed

+682
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,6 +1164,7 @@
11641164
/chainguard/ @DataDog/ecosystems-review
11651165

11661166
/authzed_cloud/ @DataDog/ecosystems-review
1167+
/akamas/ @DataDog/ecosystems-review
11671168

11681169
# LEAVE THE FOLLOWING LOG OWNERSHIP LAST IN THE FILE
11691170
# Make sure logs team is the full owner for all logs related files

akamas/CHANGELOG.md

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

akamas/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Akamas
2+
3+
## Overview
4+
5+
Akamas helps developers, DevOps, and SREs optimize application performance, reliability, and resource efficiency in Kubernetes environments. Akamas provides full-stack recommendations, from pod sizing and cluster autoscaling to JVM and Node.js heap and garbage collection settings.
6+
7+
With this integration, you can view Akamas-identified efficiency and reliability optimization opportunities directly within Datadog.
8+
9+
Akamas collects Kubernetes-related metrics from Datadog, covering both infrastructure (clusters, nodes, workloads) and applications (e.g., JVM and Node.js). It analyzes these metrics to identify optimization opportunities, which are then sent back to Datadog as events.
10+
11+
## Setup
12+
13+
1. Log into your Akamas Insights instance.
14+
2. Navigate to **Datasources** > **Datadog**.
15+
3. Specify the [Datadog site parameter][1] (for example, US1 or EU1).
16+
4. Enter your Datadog API key and Application key.
17+
5. Click **Test Connection** to verify the integration is working.
18+
19+
20+
## Uninstallation
21+
22+
1. Log into your Akamas Insights instance.
23+
2. Navigate to **Datasources** > **Datadog**.
24+
3. Click the **Delete** button.
25+
26+
## Support
27+
28+
Need help? Contact [Akamas support][2].
29+
30+
31+
[1]: https://docs.datadoghq.com/getting_started/site/#access-the-datadog-site
32+
[2]: mailto:[email protected]

0 commit comments

Comments
 (0)