summaryrefslogtreecommitdiff
path: root/opendc-faas/opendc-faas-service/build.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-05-06 09:27:45 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-05-06 18:37:36 +0200
commit0b584e261fdf34d662129b1b47f00711c0ce0779 (patch)
tree5395603ad1b8bbd4e28c71a331d916b071ff3bd6 /opendc-faas/opendc-faas-service/build.gradle.kts
parentb82ae73d064590094f79e26de355060135ed13fd (diff)
refactor(workflow/service): Remove OpenTelemetry from "FaaS" modules
This change removes the OpenTelemetry integration from the OpenDC FaaS modules. 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-faas/opendc-faas-service/build.gradle.kts')
-rw-r--r--opendc-faas/opendc-faas-service/build.gradle.kts2
1 files changed, 0 insertions, 2 deletions
diff --git a/opendc-faas/opendc-faas-service/build.gradle.kts b/opendc-faas/opendc-faas-service/build.gradle.kts
index 1803ae69..34f5b7ea 100644
--- a/opendc-faas/opendc-faas-service/build.gradle.kts
+++ b/opendc-faas/opendc-faas-service/build.gradle.kts
@@ -29,11 +29,9 @@ plugins {
dependencies {
api(projects.opendcFaas.opendcFaasApi)
- api(projects.opendcTelemetry.opendcTelemetryApi)
api(libs.commons.math3)
implementation(projects.opendcCommon)
implementation(libs.kotlin.logging)
- implementation(libs.opentelemetry.semconv)
testImplementation(projects.opendcSimulator.opendcSimulatorCore)
testRuntimeOnly(libs.log4j.slf4j)