summaryrefslogtreecommitdiff
path: root/simulator/opendc-compute
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-03-26 15:36:44 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-03-26 15:41:07 +0100
commitbe95e0b10b648e256c4eb8c2190ad6ed61f8afdd (patch)
tree47bbf23682756685309ceae47bc898ad3b103123 /simulator/opendc-compute
parentb8ba3cf81da6367285c5d5a23a70f8c340a45fdd (diff)
workflow: Remove event tracer from workflow service
This change removes the event tracer from the OpenDC Workflow service as we start migrating to the industry standard OpenTelemetry.
Diffstat (limited to 'simulator/opendc-compute')
-rw-r--r--simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/ComputeService.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/ComputeService.kt b/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/ComputeService.kt
index 4bc0ba78..98566da3 100644
--- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/ComputeService.kt
+++ b/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/ComputeService.kt
@@ -23,7 +23,6 @@
package org.opendc.compute.service
import io.opentelemetry.api.metrics.Meter
-import kotlinx.coroutines.flow.Flow
import org.opendc.compute.api.ComputeClient
import org.opendc.compute.service.driver.Host
import org.opendc.compute.service.internal.ComputeServiceImpl