From d652fa2fa76556edd81d3b8087a0c943d462ec49 Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Wed, 17 Apr 2024 18:17:17 +0200 Subject: Added support for carbon traces (#218) * Started with the carbon trace implementation * Moved the carbon trace system to the proper folders --- settings.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'settings.gradle.kts') diff --git a/settings.gradle.kts b/settings.gradle.kts index 8553ad9f..26ff6d34 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -28,6 +28,7 @@ include(":opendc-compute:opendc-compute-telemetry") include(":opendc-compute:opendc-compute-topology") include(":opendc-compute:opendc-compute-simulator") include(":opendc-compute:opendc-compute-workload") +include(":opendc-compute:opendc-compute-carbon") include(":opendc-workflow:opendc-workflow-api") include(":opendc-workflow:opendc-workflow-service") include(":opendc-faas:opendc-faas-api") -- cgit v1.2.3