diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-05-06 10:22:35 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-05-06 18:37:36 +0200 |
| commit | 0e8ad565a78dd194e687003e5ccc8ccf9b28667f (patch) | |
| tree | dd99fa1d47a3fead307f1916b3d0219c59f80f99 /opendc-experiments/opendc-experiments-tf20/build.gradle.kts | |
| parent | 0b584e261fdf34d662129b1b47f00711c0ce0779 (diff) | |
refactor(exp/tf20): Remove OpenTelemetry from TF20 experiment
This change removes the OpenTelemetry integration from the OpenDC
Tensorflow 2020 experiments. Previously, we chose to integrate
OpenTelemetry to provide a unified way to report metrics to the users.
See the previous commit removing it from the "Compute" modules for the
reasoning behind this change.
Diffstat (limited to 'opendc-experiments/opendc-experiments-tf20/build.gradle.kts')
| -rw-r--r-- | opendc-experiments/opendc-experiments-tf20/build.gradle.kts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opendc-experiments/opendc-experiments-tf20/build.gradle.kts b/opendc-experiments/opendc-experiments-tf20/build.gradle.kts index 5762ce64..f61c8fef 100644 --- a/opendc-experiments/opendc-experiments-tf20/build.gradle.kts +++ b/opendc-experiments/opendc-experiments-tf20/build.gradle.kts @@ -32,7 +32,6 @@ dependencies { api(projects.opendcHarness.opendcHarnessApi) implementation(projects.opendcSimulator.opendcSimulatorCore) implementation(projects.opendcSimulator.opendcSimulatorCompute) - implementation(projects.opendcTelemetry.opendcTelemetrySdk) implementation(projects.opendcCommon) implementation(libs.kotlin.logging) |
