diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-25 14:49:07 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-26 15:40:27 +0100 |
| commit | 0d66ef47d6e1ec0861b4939800c5070f96600ca0 (patch) | |
| tree | d3e060054c697c9a4378aec65eb6200b87dbe1c9 /simulator/opendc-experiments/opendc-experiments-sc18/src | |
| parent | 0c5f0a07f87f85119be83b923ffe60b3863ebb9d (diff) | |
compute: Remove dependency on event tracer
This change removes the dependency on the event tracer in
`opendc-trace`, since we are in the process of migrating OpenDC to
use OpenTelemetry for distributed tracing and metrics.
Diffstat (limited to 'simulator/opendc-experiments/opendc-experiments-sc18/src')
| -rw-r--r-- | simulator/opendc-experiments/opendc-experiments-sc18/src/main/kotlin/org/opendc/experiments/sc18/UnderspecificationExperiment.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/simulator/opendc-experiments/opendc-experiments-sc18/src/main/kotlin/org/opendc/experiments/sc18/UnderspecificationExperiment.kt b/simulator/opendc-experiments/opendc-experiments-sc18/src/main/kotlin/org/opendc/experiments/sc18/UnderspecificationExperiment.kt index 9e305b3d..98e25be9 100644 --- a/simulator/opendc-experiments/opendc-experiments-sc18/src/main/kotlin/org/opendc/experiments/sc18/UnderspecificationExperiment.kt +++ b/simulator/opendc-experiments/opendc-experiments-sc18/src/main/kotlin/org/opendc/experiments/sc18/UnderspecificationExperiment.kt @@ -100,7 +100,6 @@ public class UnderspecificationExperiment : Experiment("underspecification") { val compute = ComputeService( testScope.coroutineContext, clock, - tracer, NumberOfActiveServersAllocationPolicy(), ) |
