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 --- opendc-compute/opendc-compute-simulator/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'opendc-compute/opendc-compute-simulator/build.gradle.kts') diff --git a/opendc-compute/opendc-compute-simulator/build.gradle.kts b/opendc-compute/opendc-compute-simulator/build.gradle.kts index 9692f6ba..0cddd296 100644 --- a/opendc-compute/opendc-compute-simulator/build.gradle.kts +++ b/opendc-compute/opendc-compute-simulator/build.gradle.kts @@ -37,6 +37,7 @@ dependencies { api(libs.microprofile.config) implementation(project(mapOf("path" to ":opendc-compute:opendc-compute-topology"))) implementation(project(mapOf("path" to ":opendc-compute:opendc-compute-telemetry"))) + implementation(project(mapOf("path" to ":opendc-compute:opendc-compute-carbon"))) testImplementation(projects.opendcSimulator.opendcSimulatorCore) testRuntimeOnly(libs.slf4j.simple) -- cgit v1.2.3