summaryrefslogtreecommitdiff
path: root/simulator/settings.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-03-26 15:38:35 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-03-26 15:41:07 +0100
commitb0bdbba1c0d9fa1f90eb2831b53340a77b87d949 (patch)
treed923d699685cdf686a5da25b5fbbdaeab2d0d31d /simulator/settings.gradle.kts
parentbe95e0b10b648e256c4eb8c2190ad6ed61f8afdd (diff)
tracer: Remove event tracer from repository
This change removes the event tracer from the repository as we migrate to the industry standard OpenTelemetry.
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 a7a55b1c..2e297997 100644
--- a/simulator/settings.gradle.kts
+++ b/simulator/settings.gradle.kts
@@ -37,7 +37,6 @@ include(":opendc-simulator:opendc-simulator-core")
include(":opendc-simulator:opendc-simulator-resources")
include(":opendc-simulator:opendc-simulator-compute")
include(":opendc-simulator:opendc-simulator-failures")
-include(":opendc-trace:opendc-trace-core")
include(":opendc-telemetry:opendc-telemetry-api")
include(":opendc-telemetry:opendc-telemetry-sdk")
include(":opendc-harness")