summaryrefslogtreecommitdiff
path: root/simulator/settings.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-03-26 15:30:22 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-03-26 15:41:06 +0100
commitb8ba3cf81da6367285c5d5a23a70f8c340a45fdd (patch)
treee88125272bb192614894352240045520dc439c57 /simulator/settings.gradle.kts
parent608ff59b2d7e8ce696fe6f7271d80b5efc9c4b87 (diff)
compute: Integrate OpenTelemetry Metrics in OpenDC Workflow
This change integrates the OpenTelemetry Metrics API in the OpenDC Workflow Service implementation. This replaces the old infrastructure for gathering metrics.
Diffstat (limited to 'simulator/settings.gradle.kts')
-rw-r--r--simulator/settings.gradle.kts1
1 files changed, 0 insertions, 1 deletions
diff --git a/simulator/settings.gradle.kts b/simulator/settings.gradle.kts
index 73b4d8e7..a7a55b1c 100644
--- a/simulator/settings.gradle.kts
+++ b/simulator/settings.gradle.kts
@@ -31,7 +31,6 @@ include(":opendc-serverless:opendc-serverless-api")
include(":opendc-serverless:opendc-serverless-service")
include(":opendc-serverless:opendc-serverless-simulator")
include(":opendc-format")
-include(":opendc-experiments:opendc-experiments-sc18")
include(":opendc-experiments:opendc-experiments-capelin")
include(":opendc-runner-web")
include(":opendc-simulator:opendc-simulator-core")